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

Fix -Xlint warnings in the generated code #178

Merged
merged 3 commits into from
Apr 10, 2024
Merged

Conversation

mensinda
Copy link
Contributor

This PR fixes the serial and unchecked warnings in the generated builder classes by adding @SuppressWarnings("unchecked") to the __<collection> functions and by adding public static final long serialVersionUID = 1L; to the subclassed collections.

mensinda and others added 2 commits April 10, 2024 12:53
@Randgalt Randgalt added this to the v42 milestone Apr 10, 2024
@Randgalt Randgalt merged commit 5a75323 into Randgalt:master Apr 10, 2024
2 checks passed
@Randgalt
Copy link
Owner

Thank you!

@mensinda mensinda deleted the fixWarn branch April 10, 2024 11:30
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.

2 participants