IDEA-90184 ("Non-constant logger" inspection does not work properly)

This commit is contained in:
Bas Leijdekkers
2012-08-17 14:40:40 +02:00
parent 6a038a9f3f
commit b962b05073
@@ -4,7 +4,7 @@ This inspection reports logger fields on classes which are not declared <b>stati
and <b>final</b>.
Ensuring that every classes logger is effectively constant and bound to that class
simplifies the task of providing a unified logging implementation for an application. Interfaces,
enumerations, annotations, inner classes, and abstract classes are not reported by this inspection.
enumerations, annotations and inner classes are not reported by this inspection.
<!-- tooltip end -->
<p>
Use the table below to specify Logger class names.