Sonar: Local variables should not shadow class fields

Shadowing fields with a local variable is a bad practice that reduces
code readability: it makes it confusing to know whether the field or the
variable is being used.

Inline the offending variable instead of rename it.

Change-Id: Ia708d5230babc31f7f0f16227df487552bafc1b5
1 file changed
tree: 257accea39098365c9e52c45aa8aedf7f5b24ae5
  1. .settings/
  2. src/
  3. .gitignore
  4. BUILD
  5. LICENSE