You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/09/15 00:44:39 UTC

[jira] Closed: (HARMONY-6648) Character.codePointAt exception differences

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

Robert Muir closed HARMONY-6648.
--------------------------------


I verified r997116 with the provided jar, thank you!

> Character.codePointAt exception differences
> -------------------------------------------
>
>                 Key: HARMONY-6648
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6648
>             Project: Harmony
>          Issue Type: Bug
>          Components: Non-bug differences from RI
>    Affects Versions: 5.0M15
>            Reporter: Robert Muir
>            Assignee: Mark Hindess
>             Fix For: 5.0M16
>
>         Attachments: luni.997116.jar, luni.jar
>
>
> In the Lucene tests, we had a test that looked for expected exceptions from various Character.codePointAt methods.
> The test was written to look for StringIndexOutOfBounds and ArrayIndexOutOfBounds, and passes because
> people happen to be using an implementation that throws those.
> but the javadocs contract states IndexOutOfBounds, which harmony throws.
> Our test is wrong, but its a small difference.

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