Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
NetBeans shows warning "Dereferencing possible null pointer" even "java.util.Objects.nonNull" check is applied in the 'If' condition.
If condition is replaced with "var != null" then no warning are shown.