Community
Participate
Working Groups
Eclipse compiler warnings wrong about variable "var": private void test(String var) { boolean isNotNull = var != null; if (isNotNull) { var.length(); } } Eclipse warns that var can be null in "var.length();" string.
The reported case is a proper subpart of the one for 136676. *** This bug has been marked as a duplicate of 136676 ***