DO NOT REPLY [Bug 18026] New: - API Description for org.apache.oro.text.perl.Perl5Util
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18026>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18026
API Description for org.apache.oro.text.perl.Perl5Util
Summary: API Description for org.apache.oro.text.perl.Perl5Util
Product: ORO
Version: 2.0.7
Platform: All
URL: http://jakarta.apache.org/oro/api/org/apache/oro/text/pe
rl/Perl5Util.html
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
1)
In class description, following sentence misses a close parenthesis:
"Finally, as a convenience Perl5Util implements the MatchResult interface. The
methods are merely wrappers which call the corresponding method of the last
MatchResult found (which can be accessed with getMatch() by a match or
substitution (or even a split, but this isn't particularly useful)".
2)
In preMatchCharArray() method description, there is
"Returns the part of the input preceding the last match ...",
but, in @returns, there is "The part of the input following the last match ..."
They are not consistent.