Apache Commons logo Commons Logging

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
39 0 75 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 20 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 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. 635
 Warning whitespace OperatorWrap '+' should be on the previous line. 642
 Warning whitespace OperatorWrap '+' should be on the previous line. 772
 Warning whitespace OperatorWrap '+' should be on the previous line. 773
 Warning whitespace OperatorWrap '+' should be on the previous line. 779
 Warning whitespace OperatorWrap '+' should be on the previous line. 780
 Warning whitespace OperatorWrap '+' should be on the previous line. 803
 Warning whitespace OperatorWrap '+' should be on the previous line. 812
 Warning whitespace OperatorWrap '+' should be on the previous line. 835
 Warning whitespace OperatorWrap '+' should be on the previous line. 843
 Warning sizes LineLength Line is longer than 160 characters (found 166). 1066
 Warning sizes LineLength Line is longer than 160 characters (found 163). 1078
 Warning whitespace OperatorWrap '+' should be on the previous line. 1079
 Warning whitespace OperatorWrap '+' should be on the previous line. 1089
 Warning whitespace OperatorWrap '+' should be on the previous line. 1099
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 1293

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. 568
 Warning whitespace ParenPad ')' is preceded with whitespace. 965

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