Javadoc: incorrect behavior explained for XXXUtils.transformedXXX
-----------------------------------------------------------------

                 Key: COLLECTIONS-348
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-348
             Project: Commons Collections
          Issue Type: Bug
          Components: Bag, Collection, List, Map, Set
    Affects Versions: 3.2, 4.0
            Reporter: Paul Benedict
             Fix For: 4.0


As a sequel to COLLECTIONS-288, any utility method that "transformed" needs to 
document that the incoming collection is not immediately transformed -- future 
additions are.

Candidate methods:
* BagUtils.transformedBag
* BagUtils.transformedSortedBag
* CollectionUtils.transform
* CollectionUtils.transformedCollection
* ListUtils.transformedList *done*
* MapUtils.transformedMap
* MapUtils.transformedSortedMap
* SetUtils.transformedSet
* SetUtils.transformedSortedSet

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to