Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fails due to missing definition of NullTokenIterator #1

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 peter.j....@gmail.com on 1 Jun 2010 at 10:35

@GoogleCodeExporter
Copy link
Author

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 comment by peter.j....@gmail.com on 2 Jun 2010 at 4:52

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant