Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
2 0 0 9

Files

File
 I
 W
 E
io/guixer/ext/decorate/Coordinates.java 0 0 6
io/guixer/ext/decorate/RefersTo.java 0 0 3

Rules

Category Rule Violations Severity
design DesignForExtension 1
 Error
javadoc JavadocPackage 1
 Error
JavadocVariable 2
 Error
MissingJavadocMethod 1
 Error
sizes LineLength
  • fileExtensions: "java"
2
 Error
whitespace FileTabCharacter 2
 Error

Details

io/guixer/ext/decorate/Coordinates.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
whitespace FileTabCharacter File contains tab characters (this is the first instance). 23
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 95). 37
 Error
design DesignForExtension Class 'Coordinates' looks like designed for extension (can be subclassed), but the method 'executeCommand' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Coordinates' final or making the method 'executeCommand' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error
sizes LineLength Line is longer than 80 characters (found 117). 84

io/guixer/ext/decorate/RefersTo.java

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