Open FRosner opened 10 years ago
There are some classes with an equals implementation that do not check that the given argument is not null. If it is null, equals should return false.
equals
There are some classes with an
equals
implementation that do not check that the given argument is not null. If it is null,equals
should return false.