bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/36000] New: java.util.regex.Matcher should support region


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/36000] New: java.util.regex.Matcher should support region-based matching
Date: 21 Apr 2008 14:52:46 -0000

Java 1.5 added support for matching on a region of the input with a regular
expression:

# method java.util.regex.Matcher.hasAnchoringBounds(): missing in classpath
# method java.util.regex.Matcher.hasTransparentBounds(): missing in classpath
# method java.util.regex.Matcher.quoteReplacement(java.lang.String): missing in
classpath
# method java.util.regex.Matcher.region(int, int): missing in classpath
# method java.util.regex.Matcher.regionEnd(): missing in classpath
# method java.util.regex.Matcher.regionStart(): missing in classpath
# method java.util.regex.Matcher.requireEnd(): missing in classpath
# method java.util.regex.Matcher.toMatchResult(): missing in classpath
# method java.util.regex.Matcher.useAnchoringBounds(boolean): missing in
classpath
# method java.util.regex.Matcher.usePattern(java.util.regex.Pattern): missing
in classpath
# method java.util.regex.Matcher.useTransparentBounds(boolean): missing in
classpath

As can be seen from
http://builder.classpath.org/japi/openjdk6-classpath.html#err_missing_java_util_regex
(quoted above), we don't yet provide these methods.


-- 
           Summary: java.util.regex.Matcher should support region-based
                    matching
           Product: classpath
           Version: 0.97
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 30436
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36000





reply via email to

[Prev in Thread] Current Thread [Next in Thread]