Slashdot reviewed a book (1) named Effective Java (2). I'm reporting it
here as the book might be in some interest for freenet developers.
Also browsing thru the spam known as replies, there was one very
interesting note about Java source code scanner, PMD (3). Dunno if it's
already being used, but never hurted anyone to be sure.
<quote>
PMD scans Java source code and looks for potential problems like:
* Unused local variables
* Empty catch blocks
* Unused parameters
* Empty 'if' statements
* Duplicate import statements
* Unused private methods
* Classes which could be Singletons
* Short/long variable and method names
</quote>
1.
http://books.slashdot.org/article.pl?sid=03/01/14/1453218&mode=flat&tid=156&threshold=3
2. http://java.sun.com/docs/books/effective/
3. http://pmd.sourceforge.net/
_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl