You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/06/15 13:13:23 UTC

[jira] Commented: (HARMONY-6502) [classlib][luni] String.substring does not throw StringIndexOutOfBoundsException with index

    [ https://issues.apache.org/jira/browse/HARMONY-6502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878930#action_12878930 ] 

Hudson commented on HARMONY-6502:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #854 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/854/])
    Apply patch for HARMONY-6502 ([classlib][luni] String.substring does not throw StringIndexOutOfBoundsException with index)


> [classlib][luni] String.substring does not throw StringIndexOutOfBoundsException with index
> -------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6502
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6502
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Dinuk Weerasinghe
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: 6502.patch
>
>
> Invocation of String.substring with invalid arguments does not provide the invalid index information
> e.g:
>  -  "HelloWorld".substring(4,1)  on RI gives:  java.lang.StringIndexOutOfBoundsException: String index out of range: -3 
>  -  "HelloWorld".substring(4,1) on Harmony gives:  java.lang.StringIndexOutOfBoundsException with no message, which is less useful

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