Entries Tagged as 'tools'

Friday, April 11th, 2008

Automatically Add JavaDoc Comments in Eclipse

Recently while preparing to contribute some code to Eclipse I had to add a copyright comment to the top of every class. Enter JAutodoc it will go through and add Javadoc comments and other automated comments, the update site is: http://jautodoc.sourceforge.net/update/ Screenshot: Bookmark to:

Thursday, July 12th, 2007

Java Regular Expression Tester

This tool seriously rules, it allows you to test your java regex and automatically escapes it, saving tons of time. The only downside is it’s an applet? Yea, an applet remember those? Regular Expression Tester Bookmark to: