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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Apr 2013 at 6:06The text was updated successfully, but these errors were encountered: