Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
7 0 0 14

Files

File  I  W  E
info/mikethomas/jfold/SocketConnection.java 0 0 1
info/mikethomas/jfold/exceptions/SimulationInfoException.java 0 0 1
info/mikethomas/jfold/options/Options.java 0 0 2
info/mikethomas/jfold/simulation/SimulationInfo.java 0 0 3
info/mikethomas/jfold/slot/SlotOptions.java 0 0 1
info/mikethomas/jfold/util/Command.java 0 0 4
info/mikethomas/jfold/util/JacksonUtil.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocVariable 1  Error
misc TodoComment 1  Error
sizes LineLength
  • fileExtensions: "java"
12  Error

Details

info/mikethomas/jfold/SocketConnection.java

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

info/mikethomas/jfold/exceptions/SimulationInfoException.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 81). 55

info/mikethomas/jfold/options/Options.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 83). 455
 Error sizes LineLength Line is longer than 80 characters (found 81). 1228

info/mikethomas/jfold/simulation/SimulationInfo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 82). 123
 Error sizes LineLength Line is longer than 80 characters (found 81). 131
 Error sizes LineLength Line is longer than 80 characters (found 81). 191

info/mikethomas/jfold/slot/SlotOptions.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 83). 85

info/mikethomas/jfold/util/Command.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 108). 63
 Error sizes LineLength Line is longer than 80 characters (found 82). 99
 Error sizes LineLength Line is longer than 80 characters (found 91). 173
 Error sizes LineLength Line is longer than 80 characters (found 84). 180

info/mikethomas/jfold/util/JacksonUtil.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 103). 54