Looks like the netbeans jackpot module can also be used for this :
http://jackpot.netbeans.org/docs/transformer-module-tutorial.html#QueryDescription
I don't think it matters if its an IDE as long as you can just press
the "do it" button a small number of times.
-phil.
Ismael Juma wrote:
Phil Race <[EMAIL PROTECTED]> writes:
Most likely we could find thousands of such cases which pre-date
annotations. Does anyone know if there is a tool to (semi)automate this?
You can use eclipse and the clean-up wizard (Source -> Clean-up) to do this and
many other things (missing @Deprecated, remove trailing white spaces, indirect
static usage, unused imports, remove unnecessary cast, etc.). If you were
looking for a tool that is not an IDE, then I don't know. :)
Ismael