Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.11.0/log4j-iostreams/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 2 0 30

Details

org/apache/logging/log4j/io/ByteStreamLogger.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3
 Error javadoc JavadocType Missing a Javadoc comment. 35
 Error coding MagicNumber '0xFF' is a magic number. 42
 Error sizes LineLength Line is longer than 120 characters (found 121). 72
 Error coding MagicNumber '0xFF' is a magic number. 147

org/apache/logging/log4j/io/CharStreamLogger.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/IoBuilder.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Constructor definition in wrong order. 124
 Error coding HiddenField 'level' hides a field. 139
 Error coding HiddenField 'marker' hides a field. 151
 Error coding HiddenField 'fqcn' hides a field. 163
 Error coding HiddenField 'autoFlush' hides a field. 176
 Error coding HiddenField 'buffered' hides a field. 190
 Error coding HiddenField 'bufferSize' hides a field. 202
 Error coding HiddenField 'charset' hides a field. 215
 Error coding HiddenField 'reader' hides a field. 227
 Error coding HiddenField 'writer' hides a field. 239
 Error coding HiddenField 'inputStream' hides a field. 251
 Error coding HiddenField 'outputStream' hides a field. 263
 Info misc TodoComment Comment matches to-do format 'TODO:'. 268

org/apache/logging/log4j/io/LoggerBufferedInputStream.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerBufferedReader.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerFilterOutputStream.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3
 Error coding MagicNumber '0xFF' is a magic number. 81

org/apache/logging/log4j/io/LoggerFilterWriter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerInputStream.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerOutputStream.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3
 Error coding MagicNumber '0xFF' is a magic number. 70

org/apache/logging/log4j/io/LoggerPrintStream.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerPrintWriter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerReader.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/LoggerWriter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * contributor license agreements. See the NOTICE file distributed with'. 3

org/apache/logging/log4j/io/package-info.java

Severity Category Rule Message Line
 Info misc TodoComment Comment matches to-do format 'TODO:'. 19