FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Equals methods must return false if compared object is null #212

Open FRosner opened 10 years ago

FRosner commented 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.