> 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.

It's just not processed at the moment. IDEA 2.5 does not highlight all types
of syntax errors in the editor but only some of them (unknown symbols,
unmatched types etc). It's planned to improve syntax highlighting for
Ariadna. This task is already in progress and current Ariadna builds already
highlight more syntax errors than 2.5 does. We plan to highlight almost all
syntax errors for Ariadna.

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message -----
From: "Chris Chernesky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 6:15 PM
Subject: Re: [Eap-list] Error highlighting??


> 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


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

Reply via email to