-
Notifications
You must be signed in to change notification settings - Fork 134
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
Support record types #1405
Comments
@raiju can you confirm that this issue has been resolved? |
I still get The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
When using record types, I hit the following issues:
StrictUnusedVariable
:Checkstyle; record in class:
Checkstyle: Method name 'Foo' must match pattern '^[a-z][a-zA-Z0-9_]+$'.
checkUnusedDependenciesMain
fails withThis feature requires ASM8_EXPERIMENTAL
I ended up adding the following overrides for now:
build.gradle
custom-suppressions.xml
What did you want to happen?
Records are supported without issues.
The text was updated successfully, but these errors were encountered: