Improved documentation for unmodifiable collections
---------------------------------------------------
Key: COLLECTIONS-303
URL: https://issues.apache.org/jira/browse/COLLECTIONS-303
Project: Commons Collections
Issue Type: Improvement
Affects Versions: 3.2
Reporter: Emmanuel Bourg
Priority: Trivial
The javadoc for the unmodifiables collections doesn't document the behavior
when the user attempts to modify the collection. The documentation should
mention that an UnsupportedOperationException is thrown if the collection is
changed directly or indirectly using an iterator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.