Apache Commons logo Commons Logging

Checkstyle Results

The following document contains the results of Checkstyle 10.17.0 with /Users/garydgregory/git/commons-logging/src/conf/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
39 0 79 0

Files

File  I  W  E
NOTICE.txt 0 1 0
org/apache/commons/logging/Log.java 0 1 0
org/apache/commons/logging/LogConfigurationException.java 0 1 0
org/apache/commons/logging/LogFactory.java 0 24 0
org/apache/commons/logging/LogSource.java 0 2 0
org/apache/commons/logging/impl/AvalonLogger.java 0 1 0
org/apache/commons/logging/impl/Jdk13LumberjackLogger.java 0 9 0
org/apache/commons/logging/impl/Jdk14Logger.java 0 1 0
org/apache/commons/logging/impl/Log4JLogger.java 0 2 0
org/apache/commons/logging/impl/Log4jApiLogFactory.java 0 1 0
org/apache/commons/logging/impl/LogFactoryImpl.java 0 5 0
org/apache/commons/logging/impl/LogKitLogger.java 0 2 0
org/apache/commons/logging/impl/NoOpLog.java 0 1 0
org/apache/commons/logging/impl/ServletContextCleaner.java 0 1 0
org/apache/commons/logging/impl/SimpleLog.java 0 3 0
org/apache/commons/logging/impl/Slf4jLogFactory.java 0 1 0
org/apache/commons/logging/impl/WeakHashtable.java 0 1 0
org/apache/commons/logging/impl/package-info.java 0 1 0
org/apache/commons/logging/package-info.java 0 2 0
src/test/resources/org/apache/commons/logging/config/nopriority/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/config/priority10/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/config/priority20/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/config/priority20a/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/jdk14/CustomConfig.properties 0 1 0
src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties 0 1 0
src/test/resources/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties 0 1 0
target/maven-archiver/pom.properties 0 1 0
target/test-classes/org/apache/commons/logging/config/nopriority/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/config/priority10/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/config/priority20/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/config/priority20a/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/jdk14/CustomConfig.properties 0 1 0
target/test-classes/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties 0 1 0
target/test-classes/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties 0 1 0

Details

NOTICE.txt

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/logging/Log.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/LogConfigurationException.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/logging/LogFactory.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning regexp RegexpSingleline Line has trailing spaces. 250
 Warning whitespace OperatorWrap '+' should be on the previous line. 320
 Warning whitespace OperatorWrap '+' should be on the previous line. 340
 Warning sizes LineLength Line is longer than 160 characters (found 162). 403
 Warning whitespace OperatorWrap '+' should be on the previous line. 636
 Warning whitespace OperatorWrap '+' should be on the previous line. 643
 Warning whitespace OperatorWrap '+' should be on the previous line. 773
 Warning whitespace OperatorWrap '+' should be on the previous line. 774
 Warning whitespace OperatorWrap '+' should be on the previous line. 780
 Warning whitespace OperatorWrap '+' should be on the previous line. 781
 Warning whitespace OperatorWrap '+' should be on the previous line. 804
 Warning whitespace OperatorWrap '+' should be on the previous line. 813
 Warning whitespace OperatorWrap '+' should be on the previous line. 836
 Warning whitespace OperatorWrap '+' should be on the previous line. 844
 Warning regexp RegexpSingleline Line has trailing spaces. 852
 Warning regexp RegexpSingleline Line has trailing spaces. 857
 Warning regexp RegexpSingleline Line has trailing spaces. 882
 Warning sizes LineLength Line is longer than 160 characters (found 166). 1067
 Warning sizes LineLength Line is longer than 160 characters (found 163). 1079
 Warning whitespace OperatorWrap '+' should be on the previous line. 1080
 Warning whitespace OperatorWrap '+' should be on the previous line. 1090
 Warning whitespace OperatorWrap '+' should be on the previous line. 1100
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 1294

org/apache/commons/logging/LogSource.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning sizes LineLength Line is longer than 160 characters (found 161). 196

org/apache/commons/logging/impl/AvalonLogger.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/impl/Jdk13LumberjackLogger.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning whitespace ParenPad '(' is followed by whitespace. 270
 Warning whitespace ParenPad ')' is preceded with whitespace. 270
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277

org/apache/commons/logging/impl/Jdk14Logger.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/impl/Log4JLogger.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace WhitespaceAfter 'synchronized' is not followed by whitespace. 201

org/apache/commons/logging/impl/Log4jApiLogFactory.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/impl/LogFactoryImpl.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 339
 Warning whitespace ParenPad ')' is preceded with whitespace. 352
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 569
 Warning whitespace ParenPad ')' is preceded with whitespace. 971

org/apache/commons/logging/impl/LogKitLogger.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace WhitespaceAfter 'synchronized' is not followed by whitespace. 150

org/apache/commons/logging/impl/NoOpLog.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/logging/impl/ServletContextCleaner.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/logging/impl/SimpleLog.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 396
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 396

org/apache/commons/logging/impl/Slf4jLogFactory.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/impl/WeakHashtable.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1

org/apache/commons/logging/impl/package-info.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/logging/package-info.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Warning header Header Line does not match expected header line of ''. 1

src/test/resources/org/apache/commons/logging/config/nopriority/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/config/priority10/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/config/priority20/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/config/priority20a/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/jdk14/CustomConfig.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

src/test/resources/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/maven-archiver/pom.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/config/nopriority/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/config/priority10/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/config/priority20/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/config/priority20a/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/jdk14/CustomConfig.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

target/test-classes/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1