You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/07/09 11:48:04 UTC

[jira] Assigned: (HARMONY-4395) [classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.

     [ https://issues.apache.org/jira/browse/HARMONY-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leo Li reassigned HARMONY-4395:
-------------------------------

    Assignee: Leo Li

> [classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4395
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4395
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>            Assignee: Leo Li
>         Attachments: Harmony4395.diff
>
>
> AbstractSequentialList.set(int location, E object)  should throw IndexOutOfBoundsException when no elements of location exists, while Harmony throws a NoSuchElementException currently

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