We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source and binary references to AnnotationCollector annotations do not handle collector attributes properly.
AnnotationCollector
The text was updated successfully, but these errors were encountered:
For binary type references, this check is breaking down: org.eclipse.jdt.internal.compiler.ast.Annotation.isInterestingGroovyType
org.eclipse.jdt.internal.compiler.ast.Annotation.isInterestingGroovyType
Sorry, something went wrong.
Fix for #957: check for new collector serialize class (Groovy 2.5.3+)
ea55d68
reduce checks for common annotations and propagate compilation abort
34ea574
#957
eric-milles
No branches or pull requests
Source and binary references to
AnnotationCollector
annotations do not handle collector attributes properly.The text was updated successfully, but these errors were encountered: