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

Warn only when necessary for "IndexFileSpecification did not find classfile" #34

Open
GoogleCodeExporter opened this issue Jul 3, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When running insert-annotations-to-source, if a class file corresponding to a 
.java file cannot be found, the following warning is issued:

  Warning: IndexFileSpecification did not find classfile for:  mypackage.MyClass

This warning is harmless if you are only inserting annotations on signatures.  
The tool should only issue the warning when it is really a problem, not every 
time that a class cannot be found.

Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 6:06

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

2 participants