[ 
https://issues.apache.org/jira/browse/COLLECTIONS-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed COLLECTIONS-221.
-------------------------------------

    Resolution: Fixed

svn ci -m "Applying my patch from COLLECTIONS-221 - making the CompositeMap, 
CompositeSet and CompositeCollection serializable. The only difference from the 
patch is that the creation of the obj files in TestCompositeMap is commented 
out"

Adding  (bin)  data/test/CompositeCollection.emptyCollection.version3.3.obj
Adding  (bin)  data/test/CompositeCollection.fullCollection.version3.3.obj
Adding  (bin)  data/test/CompositeMap.emptyCollection.version3.3.obj
Adding  (bin)  data/test/CompositeMap.fullCollection.version3.3.obj
Adding  (bin)  data/test/CompositeSet.emptyCollection.version3.3.obj
Adding  (bin)  data/test/CompositeSet.fullCollection.version3.3.obj
Sending        
src/java/org/apache/commons/collections/collection/CompositeCollection.java
Sending        src/java/org/apache/commons/collections/map/CompositeMap.java
Sending        
src/test/org/apache/commons/collections/collection/TestCompositeCollection.java
Adding         src/test/org/apache/commons/collections/map/EmptyMapMutator.java
Sending        src/test/org/apache/commons/collections/map/TestCompositeMap.java
Adding         src/test/org/apache/commons/collections/set/EmptySetMutator.java
Sending        src/test/org/apache/commons/collections/set/TestCompositeSet.java
Transmitting file data .............
Committed revision 655751.

> CompositeCollection, CompositeMap, CompositeSet should implement Serializable
> -----------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-221
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-221
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection, Map, Set
>    Affects Versions: 3.2
>            Reporter: Pal Denes
>            Priority: Minor
>             Fix For: 3.3
>
>         Attachments: COLLECTIONS-221.patch
>
>
> These classes should implement Serializable as usually all generial 
> collection classes do. (At least I cannot think of a reason why they 
> shouldn't and currently their usage is quite limited, like in RMI or 
> http-sessions.)

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