JDK1.3.1, NT4, build 611

when running local code analysis I get various results
where the code checks against null, and IDEA says
"is always true" or "is always false" - which is not the case.

sometimes, if the (xyz!=null) is in a finally-block,
and sometimes, it seems, if a method parameter is accessed
before the check against null, reproducable with this code:

private void getRemaining(Object o)
 {
      o.getClass(); 
      if (o != null)
      {

      }
}

________________________________________________________________
Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13



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

Reply via email to