You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/11/21 17:58:03 UTC

[jira] Resolved: (HARMONY-2225) [classlib] [regex] False positives and other errors in Pattern.matches(..)

     [ http://issues.apache.org/jira/browse/HARMONY-2225?page=all ]

Paulex Yang resolved HARMONY-2225.
----------------------------------

    Resolution: Fixed

Sian, patch applied at revision r477745, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib] [regex] False positives and other errors in Pattern.matches(..)
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2225
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2225
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>         Assigned To: Paulex Yang
>         Attachments: regexpatch.txt
>
>
> Pattern.matches("x?y", "xxy") should return false, but Harmony returns true.
> Also Pattern.matches("x{2,4}?y", "xxxxy") should return true but Harmony returns false.

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