-
Notifications
You must be signed in to change notification settings - Fork 299
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
regression: unsupported element kind RECORD symbol #1059
Comments
xenoterracide
changed the title
regression issues with EP 2.34.0 and records: unsupported element kind RECORD symbol
regression: unsupported element kind RECORD symbol
Oct 23, 2024
Thanks for the report, I will look at this soon. |
@xenoterracide could you test just-released NullAway 0.12.1 and see if this problem is fixed? |
looks good to me, I'll let you know if that answer is a false positive for some reason. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
interesting... if I delete a whole lot of code, I got to this, and then when I deleted this
@NonNull
tag, that's when the error goes away. It also goes away without the secondary constructor on the record.p.s. if for some reason this class doesn't work by itself, I'll set up a build script too. All of my errorprone/compiler configuration is here https://github.com/xenoterracide/spring-app-commons/blob/main/buildSrc/src/main/kotlin/our.javacompile.gradle.kts#L67
xenoterracide/spring-app-commons#163 erroring code
The text was updated successfully, but these errors were encountered: