Bug 12684 - Bug in RegexParser parsing closure max
Summary: Bug in RegexParser parsing closure max
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.4.4
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 14:50 UTC by Stefan Eder
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Eder 2002-09-16 14:50:19 UTC
The RegexParser fails to parse the maximum of a closure, because a scanning for
the next token is missed.
In file RegexParser.java line 672 the statement:
  ch = this.regex.charAt(off++);
should be added to solve this bug.