The variable 'theRetToken' is assigned but never used in method nextToken() Instead _returnToken is always returned.
So it appears that theRetToken is unneeded, or this is a bug.
Also the method mWS()
on line 272:
_ttype = Token.SKIP;
if ( _createToken && _token==null && _ttype!=Token.SKIP ) {
}
so the if statement will never be executed.-- Rob Leland
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
