I noticed there's been an earlier issue on this, but I don't think it correctly posed the question.
https://google.github.io/styleguide/javaguide.html#s5.2.7-local-variable-names
https://www.oracle.com/technetwork/java/codeconventions-135099.html
The Oracle article is archived though, but is still relevant.
The default finalRegex for Codenarcs VariableNameRule enforces that they should start with upper case letters. This contradicts the above naming conventions (also, checkstyle adheres to these conventions).
This line specifically states that the variable final regex is equal a constant regex, but final variables are per definition not constants. At least per both above documents.
I don't think that this problem was adequately addressed in the previous issue on this matter.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4