-1 Criteria for "simplification" are not that obvious...
>From: Thomas Singer <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: RE: [Eap-features] Code Style - parenthesize boolean expressions
>Date: Fri, 14 Dec 2001 09:56:32 +0100
>
>I would like to see something like "simplify boolean expressions".
>
>Example:
>
>if (!(a == b && c != d)) {
>}
>
>would be simplified to
>
>if ((a != b)
> || (c == d)) {
>}
>
>Tom
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features