DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31025>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31025

validwhenparser null pointer exception





------- Additional Comments From [EMAIL PROTECTED]  2004-09-02 21:16 -------
The method ValidWhenParser.integer() causes a null pointer exception when 
passing octals or hexs since the wrong token is passed.  e.g. for hex

argStack.push(Integer.valueOf(d.getText()));
is called instead
argStack.push(Integer.valueOf(h.getText()));

d is null for hexs and octals.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to