Visitors Map
Quelques photos de la Fête de la Musique à Paris.
il y a 39 jours
Petite promenade sur les Champs en fleurs.
il y a 67 jours
Photos du Maroc (mieux vaut tard que jamais).
il y a 208 jours
Les photos de Moscou.
il y a 404 jours
Mes photos de Saint-Petersbourg.
il y a 404 jours
RSS Feed

Java

Good craftsmen need good tools.

PMD
PMD is a tool that helps you to improve your code. It is rule-based and comes loaded with many rules about coding style, unused variables and methods, missing Javadoc comments and all those small mistakes that are not bad enough to get rejected by a compiler but that you might want to avoid in order to keep your code smoking hot. Actually, even if you don't use PMD, reading it's set of rule can be very instructive. And if you decide to use it, you can also create your own rules easily. Finally PMD can run from the command line but it also integrates nicely into several IDEs.
JavaInfo
I made this Perl script to extract the minor and major version numbers of each Java class file given in argument. It prints the raw values but also translates them into the publicly known Java version designation. The bytecode parsing is based on the second Java VM Specs.
Share E-mail Digg Facebook Google Buzz StumbleUpon Twitter more...   Translate fr pt de it es ru ar zh-CN hi ja more...


"In all things it is a good idea to hang a question mark now and then on the things we have taken for granted." -- Bertrand Russel