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/07/05 17:45:31 UTC

[jira] Closed: (HARMONY-674) Pattern throws ArrayIndexOutOfBoundsException when mathching regexp

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


Verified by Alexander.


> Pattern throws ArrayIndexOutOfBoundsException when mathching regexp
> -------------------------------------------------------------------
>
>          Key: HARMONY-674
>          URL: http://issues.apache.org/jira/browse/HARMONY-674
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: any
>     Reporter: Alexander Simbirtsev
>     Assignee: Tim Ellison
>  Attachments: nonCap.patch
>
> Use the following code to reproduce:
> import java.util.regex.Pattern;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testPatternMatcher() throws Exception {
>         Pattern pattern = Pattern.compile("(?:\\d+)(?:pt)");
>         assertTrue(pattern.matcher("14pt").matches());
>     }
> }

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