You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/03 20:43:28 UTC

DO NOT REPLY [Bug 30408] - [collections] CollectionUtils.transformedCollection(c,t) doesn't transform the elements of c

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30408>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30408

[collections] CollectionUtils.transformedCollection(c,t) doesn't transform the elements of c

scolebourne@joda.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
            Summary|CollectionUtils.transformedC|[collections]
                   |ollection(c,t) doesn't      |CollectionUtils.transformedC
                   |transform the elements of c |ollection(c,t) doesn't
                   |                            |transform the elements of c



------- Additional Comments From scolebourne@joda.org  2004-08-03 18:43 -------
The code is working as per the specification, see the factory method:

     * Factory method to create a transforming collection.
     * <p>
     * If there are any elements already in the collection being decorated, they
     * are NOT transformed.

Elements already in the collection when the TransformedCollection is created 
are not transformed.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org