The inspector often suggests that a package-private field can be 
protected, which is a *weaker* protection status, not a stronger one.

Sometimes when the inspector suggests making a public field private I'd 
like to make it package-private or protected instead.  I could do that 
manually but it would be nice to have some additional options in the 
right-click menu (accept suggested level, make protected, make 
package-private, make private).

Sometimes when I find unused code I would not like to delete it or 
comment it out -- I would like to quickly make it all private, so that 
it will be clearly marked by the editor as unused when I decide to check 
the code more carefully at a later stage.  Commented code is not as 
clearly visible (most importantly there's no syntax highlighting when I 
go through it) and I may not want to delete the code completely until 
I've taken a close look at exactly what I'm doing there.  Could you add 
an option to do this beside the 'move to recycle bin' option?




_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to