You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/06/20 15:35:30 UTC

[jira] Resolved: (HARMONY-606) java.util.regex.Pattern fails to compile some patterns

     [ http://issues.apache.org/jira/browse/HARMONY-606?page=all ]
     
Tim Ellison resolved HARMONY-606:
---------------------------------

    Resolution: Fixed

Thanks for the patch Nikolay,

Applied to REGEX module java.util.regex.AbstractCharClass.java at repo revision r415637.

Richard: please check that this fully resolves your problem.



> java.util.regex.Pattern fails to compile some patterns
> ------------------------------------------------------
>
>          Key: HARMONY-606
>          URL: http://issues.apache.org/jira/browse/HARMONY-606
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: char_classes.patch
>
> Hello,
> The following patterns are not supported by Harmony java.util.regex.Pattern:
>  \p{javaLowerCase}
>  \p{javaUpperCase}  
>  \p{javaWhitespace}  
>  \p{javaMirrored} 
> The test case fails on Harmony, but pass on RI.
>     public void test_compile() {
>         Pattern pattern = Pattern.compile("\\p{javaLowerCase}"); //$NON-NLS-1$
>         assertNotNull(pattern);
>     }
> Best regards,
> Richard

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