Bug in equals method in ArrayList and LinkedList
------------------------------------------------

                 Key: PIVOT-476
                 URL: https://issues.apache.org/jira/browse/PIVOT-476
             Project: Pivot
          Issue Type: Bug
          Components: core-collections
    Affects Versions: 1.4
            Reporter: Alejandro Vilar
            Priority: Minor
             Fix For: 1.5


equals method in ArrayList and LinkedList always returns true when are compared 
with different class objects:

ArrayList list=new ArrayList();
list.equals("foo");   //returns true

Also when are compared with different List implementations (ignoring list's 
content)

-- 
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