Code cleanup in netbeans

Posted by Kapsh on Stack Overflow See other posts from Stack Overflow or by Kapsh
Published on 2009-06-05T16:38:22Z Indexed on 2010/03/21 6:01 UTC
Read the original article Hit count: 397

Filed under:
|
|
|

Is there something similar to the Eclipse cleanup rules ((Preferences > Java > Code Style > Clean Up) in NetBeans?

The cleanup rules in eclipse will allow you to clean things up like organizing imports, removing unnecessary casts, adding missing override annotations etc.

Also can you do that on a whole set of classes/packages instead of individual classes?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about java