Tools to find possible problems with the code
3 answers
I am using http://findbugs.sourceforge.net/ and it works really well. of course it won't find all problems, but anything to do with potential null pointers, potential synchronization problems, etc. it comes as an eclipse plugin that integrates with the "markers" view (the one that shows you the problems).
+2
a source to share