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=13522>. 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=13522 beginOffset() returns invalid values [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-10-30 17:52 ------- Fixed the problem by adjusting the begin match offset to be relative to the beginning of the stream. Either the correct behavior was lost in the transition from AwkTools to jakarta-oro or it was just a plain oversight. The necessary state to track the relative offset was being maintained in AwkStreamInput, but just not being set in the AwkMatchResult by AwkMatcher.contains(AwkStreamInput, Pattern). Will close bug after it is verified by bug submitter. -- To unsubscribe, e-mail: <mailto:oro-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:oro-dev-help@;jakarta.apache.org>
