In #60 I found that the following modules fail the style checks:
It looks like most of these failures were due to using ALL_CAPS for local final variables. These should use lowerCamelCase. Final local variables are considered not constants according to the style guide. https://google.github.io/styleguide/javaguide.html#s5.2.4-constant-names
In #60 I found that the following modules fail the style checks:
It looks like most of these failures were due to using ALL_CAPS for local final variables. These should use lowerCamelCase. Final local variables are considered not constants according to the style guide. https://google.github.io/styleguide/javaguide.html#s5.2.4-constant-names