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 12:27:04 UTC

[jira] Resolved: (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 resolved HARMONY-4395.
-----------------------------

    Resolution: Fixed

Hi, Jimmy
       Patch applied at r554594. Thank you for your improvement. Please verify whether the problem is resolved as you expected. 

Good luck! 
Leo. 

> [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.