CSR :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
ADDITIONAL SYSTEM INFORMATION : not OS / runtime specific issue. A DESCRIPTION OF THE PROBLEM : In Objects.equals(myObject1, myObject2), if myObject2 is null and if myObject1.equals() doesn't handle null check, nullPointerException will be thrown. JavaDoc says, false will be returned if either of the parameter is null but it is not handled for second parameter. FREQUENCY : always
|