-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unnecessary @SuppressWarnings java warnings after upgrade #498
Comments
I think these are caused by the annotations added during the dynamic properties work. Could you give an example of the code block? |
For reference, the see #386. Note, these dynamic properties will not be on by default in the next release. In the meantime, if you want to suppress this code entirely, you can set |
Thanks Joe. Will look at that property. Example code below.
|
Those are definitely caused by that include dynamic accessors feature. I will see about moving them from the method signatures to the call sites. That should make them only present when casting happens. |
After upgrading to version 0.4.18 we've started receiving a load of Java warnings like so:
Unnecessary @SuppressWarnings("unchecked")
The text was updated successfully, but these errors were encountered: