-
Notifications
You must be signed in to change notification settings - Fork 750
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
Lombok - IllegalArgumentException in NotJavadoc starting in 2.21.0 #4034
Comments
Same problem in other classes. Suddenly, completely unexpected (didn't change anything) It seems that
|
I suspect this is related to Lombok, perhaps that's why other checks including Can you share a self-contained example that reproduces the crash? |
@cushon Yes, definitely, I use Lombok
lombok { I will try to reproduce this in small example, but it is hard, you know :-( |
The only thing that has changed, I can think of, is java version 17.0.7 → 17.0.8 |
Fixed by 2533218 |
Gradle 7.6.2
Build time: 2023-06-30 15:42:51 UTC
Revision: dab132169006b16e7ada4ab2456e0c9d6415b52a
Kotlin: 1.7.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.8 (BellSoft 17.0.8+7-LTS)
OS: Windows 10 10.0 amd64
lombok.config
lombok.addLombokGeneratedAnnotation = true
options.errorprone {
enabled = true
disableWarningsInGeneratedCode = true
excludedPaths = "./(generated|test)./."
disable("ParameterName")
disable("UnusedVariable")
disable("MissingSummary")
errorproneArgs = ["-XepExcludedPaths:./test/.*"]
}
net\sf\apr\auth\AccessDeniedException.java:1: error: An unhandled exception was thrown by the Error Prone static analysis plugin.
package net.sf.apr.auth;
^
Please report this at https://github.com/google/error-prone/issues/new and include the following:
The text was updated successfully, but these errors were encountered: