Split VarChecker into a VarChecker and a Final Checker
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
### Description of the feature request:
Split VarChecker into a VarChecker and a Final Checker.
### Feature requests: what underlying problem are you trying to solve with this feature?
We would like to set the alerts on these two differently and presently they are both part of the same check. So if you have "alert me when a variable not annotated `@Var` is overwritten" at WARNING or ERROR you _also_ must have "alert me when final is used extraneously" set at the same level.
### What version of Error Prone are you using?
2.3.2
### Have you found anything relevant by searching the web?
Nope. This came about due to dealing with #1183.
Contributor guide
Assessment
This issue has not been assessed yet.