If I define a method with final parameters

   public void myMethod( final int x, final int y )

then when I override or implement this I would like that IDEA keeps the 
final rather than the current

   public void myMethod( int x, int y )

Pete

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to