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
Recently I've found out that if you have two constructors annotated with @DataBoundConstrutor you get this error:
@DataBoundConstrutor
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] javax.annotation.processing.FilerException: Attempt to reopen a file for path ...... ClassName.stapler at com.sun.tools.javac.processing.JavacFiler.checkFileReopening(JavacFiler.java:535)
A most descriptive message would be appreciated.
The text was updated successfully, but these errors were encountered:
See https://github.com/stapler/stapler/blob/c8c28eb749937ab239d7b7f94c2254340103f67e/core/src/test/java/org/kohsuke/stapler/jsr269/ConstructorProcessorTest.java#L85.
Sorry, something went wrong.
#180
Successfully merging a pull request may close this issue.
Recently I've found out that if you have two constructors annotated with
@DataBoundConstrutor
you get this error:A most descriptive message would be appreciated.
The text was updated successfully, but these errors were encountered: