Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.12.4/log4j-spring-cloud-config/log4j-spring-cloud-config-client/../../checkstyle.xml ruleset. 
Summary
Files |
Info |
Warnings |
Errors |
5 |
0 |
0 |
10 |
Details
log4j2.component.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
log4j2.system.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
org/apache/logging/log4j/spring/cloud/config/client/Log4j2CloudConfigLoggingSystem.java
Severity |
Category |
Rule |
Message |
Line |
Error |
imports |
UnusedImports |
Unused import - org.springframework.core.io.ClassPathResource. |
44 |
Error |
naming |
MemberName |
Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
55 |
Error |
blocks |
RightCurly |
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). |
99 |
org/apache/logging/log4j/spring/cloud/config/client/Log4j2EventListener.java
Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
31 |
Error |
naming |
StaticVariableName |
Name 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
36 |
org/apache/logging/log4j/spring/cloud/config/client/WatchEventManager.java
Severity |
Category |
Rule |
Message |
Line |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
30 |
Error |
naming |
ConstantName |
Name 'watchManagers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'. |
30 |
|