|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (COLLECTIONS-285) TreeBidiMap should implement SerializableTreeBidiMap 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 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. |
|
|
[jira] Updated: (COLLECTIONS-285) TreeBidiMap should implement Serializable[ https://issues.apache.org/jira/browse/COLLECTIONS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-285: -------------------------------------- Fix Version/s: 3.3 Remaining Estimate: (was: 0.35h) Original Estimate: (was: 0.35h) > 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 > > > 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. |
|
|
[jira] Closed: (COLLECTIONS-285) TreeBidiMap should implement Serializable[ 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. |
|
|
[jira] Updated: (COLLECTIONS-285) TreeBidiMap should implement Serializable[ https://issues.apache.org/jira/browse/COLLECTIONS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-285: -------------------------------------- Attachment: COLLECTIONS-285.patch Patch adding serialization to TreeBidiMap. > 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. |
| Free Forum Powered by Nabble | Forum Help |