Is there any equivalent command in Netbeans for Eclipse's "Change modifiers to final where possible"?
A:
I don't know of any such refactoring in NetBeans. It does not sound difficult to write as an editor hint; somewhat similar hints exist: FieldEncapsulation.java
Jesse Glick
2010-08-10 18:59:28