Rename the "LOGGER" logger to comply with the format "LOG(?:GER)?"

We are getting the this INFO level code compliance issue. a few question related this compliance info level errors are

  1. how to solve this issue.
  2. why this rule is necessary.
  3. according this rule logger should be private static and final. but with object oriented practice it makes code more tightly coupled due to logger .

Hey there.

Without seeing your code, I couldn’t tell you how to solve the issue!

But in any case, this is a controversial rule that is not in the default Quality Profile for Java (at least, it hasn’t been since 2015). If it makes sense for your projects, great. If not, you should remove it.