On my system, error highlighting seems to be happening sporadically.

For example:

private String productDescription;
private String productDescription;

is correctly marked as a duplicate.

public boolean allSamePrimaryDescription()
{
        return true;
}

public boolean allSamePrimaryDescription()
{
       return true;
}

is not marked as a duplicate, and the "problem" only shows itself during 
a compile.  I was actually doing some cut/pastes from another file at 
the time when I noticed this, but it is reproducable on my system 
(Win2K, Build 602, JDK 1.3.1) with just entering the code manually.

Obviously this is a simplified version of the code. Build 545 correctly 
flags both code portions as problems, but 602 only seems to be able to 
see the first problem and not the second one. These are both discrete 
"test cases" and are not in the same file at the same time. If you are 
unable to create the problem, I'll give you a more complete code portion..

Thanks for your help!
    -Chris

>>Is anyone else noticing a problem on their systems with Error 
>>Highlighting in 602? 
>>
>
>Could you please describe what the problem is?
>
>Best regards,
>Valentin Kipiatkov
>-----------------------------------------------------------
> IntelliJ Software, http://www.intellij.com/
> "Develop with pleasure"
>-----------------------------------------------------------
>



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

Reply via email to