Closed
Description
A class that defines attributes that are not present in its superclasses may need to override the eq() method (ne() should also be defined).
Adding additional attributes without overriding eq() means that the additional attributes will not be accounted for in equality tests.
Line 14 in 5736106
More info:
https://lgtm.com/rules/9990086/