Build 605, Windows 2000
When I have code like the following
public class Test {
private int x;
public void setX( int x ) {
this.x = x;
}
}
the editor is telling me that the instance variable 'x' is not used. It is also
correctly color coding the 'x' in this.x
but is not coding the 'x' on the RHS of the expression.
Pete
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list
