Skip to content
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

Incomplete handling of downstream deps for Lombok @Data @NoArgsConstructor classes #235

Open
msridhar opened this issue Jul 13, 2024 · 0 comments

Comments

@msridhar
Copy link
Member

I found that annotator will make a field @Nullable in a Lombok @Data @NoArgsConstructor class without accounting for errors from calls to the getter for that field (which then returns @Nullable) in downstream deps, even in strict mode. Not sure how easy this would be to fix or how urgent it is. Just wanted to note it.

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

No branches or pull requests

1 participant