Checkstyle Results

The following document contains the results of Checkstyle 6.18 with /src/main/resources/development/dsol-checks_6_11.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
15 0 19 0

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 2  Warning
imports UnusedImports 1  Warning
javadoc JavadocMethod
  • logLoadErrors: "true"
  • suppressLoadErrors: "true"
9  Warning
JavadocVariable 7  Warning

Details

org/djunits/demo/examples/Angles.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18

org/djunits/demo/website/Jerk.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50

org/djunits/demo/website/JerkUnit.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 23
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocVariable Missing a Javadoc comment. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 33
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69

org/djunits/demo/website/Test.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.djunits.value.vdouble.matrix.LengthMatrix. 6
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 22