Apache Commons logo Commons Logging

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
39 0 67 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 10 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 5 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. 323
 Warning whitespace OperatorWrap '+' should be on the previous line. 343
 Warning sizes LineLength Line is longer than 160 characters (found 162). 417
 Warning whitespace OperatorWrap '+' should be on the previous line. 657
 Warning whitespace OperatorWrap '+' should be on the previous line. 665
 Warning whitespace OperatorWrap '+' should be on the previous line. 1146
 Warning whitespace OperatorWrap '+' should be on the previous line. 1155
 Warning whitespace OperatorWrap '+' should be on the previous line. 1165
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 1329

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. 149

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 'while' is not followed by whitespace. 248
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 249
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 378
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 378

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