DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18815
PredicatedCollection is not serializable.
mohankishore@yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Blocker |Normal
Keywords| |PatchAvailable
------- Additional Comments From mohankishore@yahoo.com 2003-04-09 04:47 -------
Am appending a diff. But have a query - is this class a work-in-progress? The
SynchronizedCollection does not implement Collection and otherwise appears to
be a copy of the CollectionWrapper...
Index: CollectionUtils.java
===================================================================
RCS file: /home/cvspublic/jakarta-
commons/collections/src/java/org/apache/commons/collections/CollectionUtils.java
,v
retrieving revision 1.29
diff -u -r1.29 CollectionUtils.java
--- CollectionUtils.java 4 Apr 2003 22:22:29 -0000 1.29
+++ CollectionUtils.java 9 Apr 2003 04:43:11 -0000
@@ -922,7 +922,7 @@
* </pre>
*/
static class CollectionWrapper
- implements Collection {
+ implements Collection, Serializable {
protected final Collection collection;
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|