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 ---------------------------------------------------------------------------- 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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
