You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2008/08/18 10:03:44 UTC

[jira] Created: (COLLECTIONS-303) Improved documentation for unmodifiable collections

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.


[jira] Updated: (COLLECTIONS-303) Improved documentation for unmodifiable collections

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated COLLECTIONS-303:
--------------------------------------

    Fix Version/s: 3.3

> 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
>             Fix For: 3.3
>
>
> 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.


[jira] Closed: (COLLECTIONS-303) Improved documentation for unmodifiable collections

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed COLLECTIONS-303.
-------------------------------------

    Resolution: Fixed

> 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
>             Fix For: 3.3
>
>
> 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.