[
https://issues.apache.org/jira/browse/PIVOT-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Vilar updated PIVOT-476:
----------------------------------
Attachment: ArrayList_equals.patch
LinkedList_equals.patch
Attaching respective patches.
> 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
>
> Attachments: ArrayList_equals.patch, LinkedList_equals.patch
>
>
> 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.