Anyone recommend a good code c开发者_Go百科leaner 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.
If you use Alt+Shift+F in Netbeans, it should clean it up for you automatically. You can set preferences within Netbeans as well.
精彩评论