You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Attempt to compile asm816
What is the expected output? What do you see instead?
Observe the compile-time error due to the missing definition for
NullTokenIterator. Asm816
should compile without errors (and, preferably, without warnings).
Original issue reported on code.google.com by [email protected] on 1 Jun 2010 at 10:35
The text was updated successfully, but these errors were encountered:
Here's a tentative patch that adds a new file (NullTokenIterator.java) with the
missing definition. Additionally,
this patch modifies related code to correctly check for the NullTokenIterator
class.
I'm not yet sure if this patch is consistent with the original design, but the
patch does allow me to compile
asm816.
Original issue reported on code.google.com by
[email protected]
on 1 Jun 2010 at 10:35The text was updated successfully, but these errors were encountered: