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/log4j-2.12.4/log4j-iostreams/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
26 2 0 46

Files

File  I  W  E
org/apache/logging/log4j/io/ByteStreamLogger.java 0 0 5
org/apache/logging/log4j/io/CharStreamLogger.java 0 0 1
org/apache/logging/log4j/io/IoBuilder.java 1 0 12
org/apache/logging/log4j/io/LoggerBufferedInputStream.java 0 0 1
org/apache/logging/log4j/io/LoggerBufferedReader.java 0 0 1
org/apache/logging/log4j/io/LoggerFilterOutputStream.java 0 0 1
org/apache/logging/log4j/io/LoggerFilterWriter.java 0 0 1
org/apache/logging/log4j/io/LoggerInputStream.java 0 0 1
org/apache/logging/log4j/io/LoggerOutputStream.java 0 0 1
org/apache/logging/log4j/io/LoggerPrintStream.java 0 0 1
org/apache/logging/log4j/io/LoggerPrintWriter.java 0 0 2
org/apache/logging/log4j/io/LoggerReader.java 0 0 1
org/apache/logging/log4j/io/LoggerWriter.java 0 0 1
org/apache/logging/log4j/io/internal/InternalBufferedInputStream.java 0 0 2
org/apache/logging/log4j/io/internal/InternalBufferedReader.java 0 0 1
org/apache/logging/log4j/io/internal/InternalFilterOutputStream.java 0 0 2
org/apache/logging/log4j/io/internal/InternalFilterWriter.java 0 0 1
org/apache/logging/log4j/io/internal/InternalInputStream.java 0 0 1
org/apache/logging/log4j/io/internal/InternalLoggerReader.java 0 0 1
org/apache/logging/log4j/io/internal/InternalOutputStream.java 0 0 2
org/apache/logging/log4j/io/internal/InternalPrintStream.java 0 0 1
org/apache/logging/log4j/io/internal/InternalPrintWriter.java 0 0 3
org/apache/logging/log4j/io/internal/InternalReader.java 0 0 1
org/apache/logging/log4j/io/internal/InternalWriter.java 0 0 1
org/apache/logging/log4j/io/internal/package-info.java 0 0 1
org/apache/logging/log4j/io/package-info.java 1 0 0

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

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

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
 Error imports UnusedImports Unused import - java.io.IOException. 20

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/internal/InternalBufferedInputStream.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 imports UnusedImports Unused import - org.apache.logging.log4j.io.LoggerInputStream. 27

org/apache/logging/log4j/io/internal/InternalBufferedReader.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/internal/InternalFilterOutputStream.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. 78

org/apache/logging/log4j/io/internal/InternalFilterWriter.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/internal/InternalInputStream.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/internal/InternalLoggerReader.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/internal/InternalOutputStream.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. 67

org/apache/logging/log4j/io/internal/InternalPrintStream.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/internal/InternalPrintWriter.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 imports UnusedImports Unused import - org.apache.logging.log4j.io.LoggerFilterWriter. 26
 Error imports UnusedImports Unused import - org.apache.logging.log4j.io.LoggerWriter. 27

org/apache/logging/log4j/io/internal/InternalReader.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/internal/InternalWriter.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/internal/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.

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

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