Checkstyle Results

The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
4 0 0 11

Files

File
 I
 W
 E
buildinfo.properties 0 0 1
net/avcompris/commons3/notifier/ErrorNotifier.java 0 0 4
net/avcompris/commons3/notifier/Notifier.java 0 0 3
net/avcompris/commons3/notifier/NotifierFactory.java 0 0 3

Rules

Category Rule Violations Severity
javadoc JavadocPackage 1
 Error
MissingJavadocMethod 4
 Error
misc NewlineAtEndOfFile 1
 Error
sizes LineLength
  • fileExtensions: "java"
2
 Error
whitespace FileTabCharacter 3
 Error

Details

buildinfo.properties

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

net/avcompris/commons3/notifier/ErrorNotifier.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 105). 7
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 7
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7

net/avcompris/commons3/notifier/Notifier.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 99). 10
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 10
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 10

net/avcompris/commons3/notifier/NotifierFactory.java

Severity Category Rule Message Line
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 5
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 7