-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
MatchResult shall provide the results of a Match given by a Matcher.
This comprises also matching of groups.
But missing is one single method referring to named groups.
CUSTOMER SUBMITTED WORKAROUND :
I rely heavily on named groups because numbered groups are not maintainable.
Thus i am forced to use a Matcher instead of a MatchResult, which breaks some info hiding.
FREQUENCY : always
MatchResult shall provide the results of a Match given by a Matcher.
This comprises also matching of groups.
But missing is one single method referring to named groups.
CUSTOMER SUBMITTED WORKAROUND :
I rely heavily on named groups because numbered groups are not maintainable.
Thus i am forced to use a Matcher instead of a MatchResult, which breaks some info hiding.
FREQUENCY : always
- duplicates
-
JDK-8065554 MatchResult should provide values of named-capturing groups
- Resolved