-
Notifications
You must be signed in to change notification settings - Fork 44
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
Redundant cast in generated code #177
Comments
hey, was hoping to use this library, but we ran into this error as well. any info on when this might be fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generated builders contain constructor which in turn contains cast which javac (sometimes?) treats as redundant and complains about that with warning.
Sample from my project:
We have strict warning policy (javac
-Werror
flag) and this means compilation fails.Please resolve this warning.
The text was updated successfully, but these errors were encountered: