[ 
https://issues.apache.org/jira/browse/COLLECTIONS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587756#action_12587756
 ] 

Dave Meikle commented on COLLECTIONS-240:
-----------------------------------------

Most of the errors are down to the hashCode being different. This is because 
the MultiValueMap in the test is wrapping values up in an ArrayList where as 
the comparison map is expecting the raw value.

I am trying to use the existing base test to correct this by means of 
overriding some methods to some success but have been hit by a laptop screen 
failure! Will get the code of and see where I get too.

Dave

> MultiValueMap should implement Serializable
> -------------------------------------------
>
>                 Key: COLLECTIONS-240
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-240
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Map
>    Affects Versions: 3.2
>            Reporter: Wouter de Vaal
>            Priority: Blocker
>             Fix For: 3.3
>
>         Attachments: COLLECTIONS-240.patch
>
>
> Collection classes should be serializable as they are frequently used in 
> model classes which need to be serializable, for example in a HttpSession 
> object within a servlet container cluster.

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