In the code below, only the 1st field 
    private int         val1 ;
is detected - and coloured - as "never used".

Alain Ravet

public class TK
{
    private int         val1 ;
    protected int       val2 ;
    int                 val3 ;
    public  int         val4 ;

}


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

Reply via email to