Fixed in build #612. The problem caused by --i. i-- works fine.

Best regards,
Maxim Shafirov
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"


----- Original Message -----
From: "Kevin O'Regan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 1:10 PM
Subject: [Eap-list] RE: false positive in constant conditions test


> oops, sent the mail too early.
>
> The error detected was:
>
> Problem synopsis:
>
> Condition (i==4) at line 276 is always false.
> Condition (i==4) || (i==10) at line 276 is always false.
>
> -----Original Message-----
> From: Kevin O'Regan
> Sent: Tuesday, March 12, 2002 10:08 AM
> To: '[EMAIL PROTECTED]'
> Subject: false positive in constant conditions test
>
> This code generates
>
>
> for (int i = 15; i >= 0; --i)
> {
>       if ((i==4) || (i==10))
>       {
>           //actual block body removed
> }
> }
>
>
> Kevin O'Regan
> KeyTools Java Team Lead
> Baltimore Technologies
> 39/41 Parkgate Street
> Dublin 8, Ireland
>
>
>
> --------------------------------------------------------------------------
---
> Baltimore Technologies plc will not be liable for direct,  special,
indirect
> or consequential  damages  arising  from  alteration of  the contents of
this
> message by a third party or as a result of any virus being passed on.
>
> This footnote confirms that this email message has been swept by
> Baltimore MIMEsweeper for Content Security threats, including
> computer viruses.
>    http://www.baltimore.com
>
>
> _______________________________________________
> 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