mutable.MutableObject defines equals(MutableObject) method and uses 
Object.equals(Object)
-----------------------------------------------------------------------------------------

                 Key: LANG-630
                 URL: https://issues.apache.org/jira/browse/LANG-630
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Sebb
             Fix For: 3.0


FIndbugs:

mutable.MutableObject defines equals(MutableObject) method and uses 
Object.equals(Object)

This class defines a covariant version of the equals() method, but inherits the 
normal equals(Object) method defined in the base java.lang.Object class.  The 
class should probably define a boolean equals(Object) method. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to