Skip to content

#232: Do not resolve public setters and public fields for records #233

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thunderhook
Copy link
Contributor

closes #232

@@ -206,7 +206,7 @@ private void assertCarDtoWithConstructorAutoComplete() {
assertThat( myItems )
.extracting( LookupElementPresentation::renderElement )
.usingRecursiveFieldByFieldElementComparator()
.usingElementComparatorIgnoringFields( "myIcon", "myTail" )
.usingRecursiveFieldByFieldElementComparatorIgnoringFields( "myIcon", "myTail" )
Copy link
Contributor Author

@thunderhook thunderhook Jun 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checkstyle showed a deprecation warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setters in Java Records should not be recognized
1 participant