+1 Absolutely.  And hopefully the Open API will allow people to write their own 
+Warning 
searches for code inspection???

Mike


On 27 Mar 2002 at 2:48, Carlos Costa e Silva wrote:

> 
> I would like to have two warnings in code inspection:
> 
> boolean b = true;
> boolean c = false;
> if (b = c) System.out.println("b = c");
> 
> -> Suspicious assignment b = c
> 
> 
> final String s = "123";
> final String t = "456";
> if (s == t) System.out.println("s == t");
> 
> -> Suspicious String comparison s == t
> 
> 
> 
> Carlos
> 
> -- 
> Carlos Costa e Silva <[EMAIL PROTECTED]>
> 
> 
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features
> 

---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the 
subject to "[EMAIL PROTECTED]"


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

Reply via email to