mnmlst-dvlpr.blogspot.com
Minimalist Developer: November 2014
http://mnmlst-dvlpr.blogspot.com/2014_11_01_archive.html
A blog on developing not just software. Freitag, 28. November 2014. Xtend - Active Annotations : Localization. We took our first steps at implementing Xtend. Annotation Processors. We did some simple modifications to the Java AST. This time we want to automate a much more involving pattern: Localization and ResourceBundles. That's exactly what the @Messages annotation does. The full source code is available on Github. There are many parts that you will easily understand with your knowledge from the previ...
lulachronicles.blogspot.com
Lula's Chronicles: November 2012
http://lulachronicles.blogspot.com/2012_11_01_archive.html
8220;Share your knowledge. It is a way to achieve immortality.” - Dalai Lama XIV. Wednesday, November 14, 2012. Android SDK Manager can't find latest updates! I had a nice surprise today. After updating the ADT plugin in Eclipse it says that I must update the android tools. Ok, one more time I opened the SDK Manager and searched for the updates. But wait. there is no updates. And Eclipse doesn't work! Now it works. God exists. Stupid cache, you think you know everything, but I am better than you :D.
schuerfen.blogspot.com
Schuerfen: June 2009
http://schuerfen.blogspot.com/2009_06_01_archive.html
Tuesday, June 16, 2009. Handy Tools for Java Development. Some links to basic, but nevertheless interesting tools for java development, especially in larger projects. All of them are available as eclipse. Very useful to detect (potential) bugs, deficiencies and general ugliness. Reports on the testability of your classes in terms of a number. Gives a quick overview of which classes definitely need some work. Stand-alone program that allows you to connect to a running java-prog and dump its heap. The ...
lulachronicles.blogspot.com
Lula's Chronicles: Development tools I can't live without
http://lulachronicles.blogspot.com/2012/11/development-tools-i-cant-live-with.html
8220;Share your knowledge. It is a way to achieve immortality.” - Dalai Lama XIV. Tuesday, November 6, 2012. Development tools I can't live without. Naaaaaaaaaaa, no way" maybe you think. I understand people complaining this fantastic IDE, but I am in love with this tool. I tried all IntelliJ, Netbeans, etc. and I think I know Eclipse so well that I can face any problem that it can have, I accept it's buggy due to the free plugins we install all the time. Amazing plugin to see the java bytecode in real t...
oehme.github.io
Xtend - Active Annotations : Localization
http://oehme.github.io/2014/11/28/xtend-active-annotations-localization.html
Xtend - Active Annotations : Localization. Nov 28, 2014 Stefan Oehme. We took our first steps at implementing Xtend. Annotation Processors. We did some simple modifications to the Java AST. This time we want to automate a much more involving pattern: Localization and ResourceBundles. That's exactly what the @Messages annotation does. The full source code is available on Github. There are many parts that you will easily understand with your knowledge from the previous post. For instance, the annotatio...
jpragmainc.wordpress.com
Finding unused code in Java projects | JPragma Blog
https://jpragmainc.wordpress.com/2010/02/14/finding-unused-code-in-java-projects
Pragmatic Developers, Elegant Software. Finding unused code in Java projects. In many projects, especially big ones, developed over several years, there is a lot unused code. Cleaning up projects and deleting such unused code is important. Eclipse can detect unused methods and variables. And PMD maven plugin. Can also do this and even be integarated into CI. Plugin can find unused classes (see description here. Export MAVEN OPTS="$MAVEN OPTS -verbose:class". Mvn clean jetty:run tee jetty.log. Grep " [Loa...
vietzone.blogspot.com
vZone ()^() email: v@vav.vn or sms: 096.7037.104 or +84948723001: 9/21/14 - 9/28/14
http://vietzone.blogspot.com/2014_09_21_archive.html
VZone () () email: v@vav.vn or sms: 096.7037.104 or 84948723001. Friday, September 26, 2014. Eclipse: Unnecessary Code Detector plugin for Java. Unnecessary Code Detector - pronounced "You See Detector") is a eclipse PlugIn tool to find unnecessary (dead) public. Java code. For example public classes, methods or fields which have no references. Posting by viet viet. Subscribe to: Posts (Atom). Check float values equality. Explicit calculation of pointer. Programming Language for EXchanges.
mouxuejie.com
AndroidShareGroup技术周报(第五期) - 某学姐
http://mouxuejie.com/blog/2016-09-03/AndroidShareGroup-weekly-05
Android Female Developer,Technology Fan,Reader。 Http:/ www.jianshu.com/p/423b77c15af3. QUIC,名称来自快速UDP网络连接 英语 Quick UDP Internet Connections 的缩写,一种实验性的传输层网络传输协议,由Google公司开发,在2013年实现出来。 Https:/ www.chromium.org/quic. Https:/ zh.wikipedia.org/wiki/QUIC. Https:/ rubensousa.github.io/2016/08/viewpagercards. Http:/ www.wangyuwei.me/2016/08/29/%E6%89%8B%E6%91%B8%E6%89%8B%E6%95%99%E4%BD%A0%E5%AE%9E%E7%8E%B0%E7%AE%80%E5%8D%95%E7%B2%92%E5%AD%90%E5%8A%A8%E7%94%BB/. 12UCDetector: Unnecessary Code Detector.