[
https://issues.apache.org/jira/browse/COLLECTIONS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell updated COLLECTIONS-240:
--------------------------------------
Attachment: COLLECTIONS-240.patch
I've started work on this. Here is the current state.
The fullCollection obj file is presumably bad as I'm making no effort to fill
it. There are 11 failures and 3 errors.
The failures are generally due to hashCodes not matching before and after
serialization - I think. The errors are NullPointerExceptions.
It's a start :)
> 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.