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

Add support for suppression of FieldCanBeFinal #1038

Closed
wants to merge 1 commit into from
Closed

Add support for suppression of FieldCanBeFinal #1038

wants to merge 1 commit into from

Conversation

nivertius
Copy link
Contributor

Currently there is no possibility of suppressing FieldCanBeFinal check by placing @SuppressWarnings("FieldCanBeFinal") annotation, either on field in question, or on whole class. This can be verified by running included tests without appling my proposed fix.

@ronshapiro ronshapiro mentioned this pull request Sep 12, 2018
ronshapiro pushed a commit that referenced this pull request Sep 12, 2018
Fixes #1038

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=211867098
@cushon cushon closed this in c2e19b8 Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants