Java Code Cleaner

1.1k views Asked by At

Anyone recommend a good code cleaner for Java. If it had a Netbeans plugin, that would be awesome. Just looking for something simple.

Put variables and functions in order based off scope.
Format the code (Hungarian style)

A really awesome feature would be if it could group together functions that implement a interface for a class.

1

There are 1 answers

3
JasCav On BEST ANSWER

If you use Alt+Shift+F in Netbeans, it should clean it up for you automatically. You can set preferences within Netbeans as well.