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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to