You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Jon Schewe <jo...@honeywell.com> on 2003/11/17 17:21:16 UTC

typo in current CVS

In XPathMatcher.toString there's a typo.  Change:
                str.append(steps[i].toString());
to:
                str.append(steps[j].toString());

It's referencing the wrong index variable, which causes an array index out
of bounds exception when debugging is turned on.

-- 
Your mouse has moved. 
Windows must restart for change to take effect.
Reboot now? [OK]
http://web-unix.htc.honeywell.com/people/jschewe/
*My views may not represent those of my employers

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org