We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Error-prone v2.33.0
Hiding fields of superclasses may cause confusion and errors. This field is hiding a field of the same name in superclass: DataRecord
Ok, but what field is that?
The text was updated successfully, but these errors were encountered:
The finding should be attached to the line of the field declaration: is it not?
(I agree it'd be nice to include the field name, too, though.)
Sorry, something went wrong.
The output doesn't include the name. I have to go to the line number.
Tweak the diagnostic in HidingField to include the field name.
ca80417
Fixes external #4775. PiperOrigin-RevId: 717480797
f8d55d0
Fixes external #4775. PiperOrigin-RevId: 718350551
No branches or pull requests
In Error-prone v2.33.0
Ok, but what field is that?
The text was updated successfully, but these errors were encountered: