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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://jakarta.apache.org/co | |mmons/collections/apidocs- | |COLLECTIONS_3_1/org/apache/c | |ommons/collections/Collectio | |nUtils.html#transformedColle | |ction(java.util.Collection,% | |20org.apache.commons.collect | |ions.Transformer) ------- Additional Comments From [EMAIL PROTECTED] 2004-08-04 06:58 ------- This behavior of not transforming elements already present is not specified in the CollectionUtils docs: http://jakarta.apache.org/commons/collections/apidocs- COLLECTIONS_3_1/org/apache/commons/collections/CollectionUtils.html#transformedC ollection(java.util.Collection,%20org.apache.commons.collections.Transformer) Besides, how else am I supposed to transform (read: map) a Collection other than with that method? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
