[
https://issues.apache.org/jira/browse/COLLECTIONS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed COLLECTIONS-285.
-------------------------------------
Resolution: Fixed
svn ci -m "Applying my patch, with the obj creation commented out, from
COLLECTIONS-285. This makes TreeBidiMap serializable. "
Adding (bin) data/test/TreeBidiMap.emptyCollection.version3.3.obj
Adding (bin) data/test/TreeBidiMap.fullCollection.version3.3.obj
Sending src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java
Sending
src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java
Transmitting file data ....
Committed revision 655756.
> TreeBidiMap should implement Serializable
> -----------------------------------------
>
> Key: COLLECTIONS-285
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-285
> Project: Commons Collections
> Issue Type: Improvement
> Components: BidiMap
> Affects Versions: 3.2
> Reporter: Geert Pante
> Fix For: 3.3
>
> Attachments: COLLECTIONS-285.patch
>
>
> TreeBidiMap does not implement Serializable. DualTreeBidiMap does.
> It's just a matter of checking which fields should be transient and done.
> In fact, all Maps should be Serializable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.