You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey A. Ivanov (JIRA)" <ji...@apache.org> on 2006/12/15 13:08:22 UTC

[jira] Commented: (HARMONY-2744) [classlib][swing] j.s.text.Utilities.getNextWord throws IllegalArgumentException rather than BadLocationException

    [ http://issues.apache.org/jira/browse/HARMONY-2744?page=comments#action_12458766 ] 
            
Alexey A. Ivanov commented on HARMONY-2744:
-------------------------------------------

Note that javax.swing.text.UtilitiesTest is in the exclude lists at the moment.

> [classlib][swing] j.s.text.Utilities.getNextWord throws IllegalArgumentException rather than BadLocationException
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2744
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2744
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey A. Ivanov
>         Attachments: H2744-j.s.text.UtilitiesTest.patch, H2744-o.a.h.awt.text.TextUtils.patch
>
>
> javax.swing.text.Utilities.getNextWord(JTextComponent, int) throws IllegalArgumentException where RI throws BadLocationException.
> To reproduce, use the following code:
> Utilities.getNextWord(new JEditorPane("text/plain", ""), 0);
> ------- Harmony -------
> java.lang.IllegalArgumentException
> 	at java.text.RuleBasedBreakIterator.validateOffset(RuleBasedBreakIterator.java:71)
> 	at java.text.RuleBasedBreakIterator.following(RuleBasedBreakIterator.java:61)
> 	at org.apache.harmony.awt.text.TextUtils.getNextWord(TextUtils.java:144)
> 	at javax.swing.text.Utilities.getNextWord(Utilities.java:49)
> ------- end -------
> ------- RI -------
> javax.swing.text.BadLocationException: No more words
> 	at javax.swing.text.Utilities.getNextWordInParagraph(Utilities.java:524)
> 	at javax.swing.text.Utilities.getNextWord(Utilities.java:498)
> ------- end -------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira