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

[jira] Updated: (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 ]

Jimmy, Jing Lv updated HARMONY-4395:
------------------------------------

    Attachment: Harmony4395.diff

Hi,
    Would you please try my patch? Thanks!
Jimmy

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