Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
14 2 54 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "128"
  • option: "nl"
6  Warning
design HideUtilityClassConstructor 2  Warning
imports UnusedImports 1  Warning
javadoc JavadocMethod 7  Warning
JavadocVariable 7  Warning
sizes LineLength
  • max: "128"
2  Info
whitespace NoWhitespaceAfter 18  Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
13  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/examples/Currency.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 154). 20

org/djunits/demo/examples/MinAndMax.java

Severity Category Rule Message Line
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 51
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 63
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 74
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 86
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 97

org/djunits/demo/examples/MultiplyAndDivide.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 154). 21

org/djunits/demo/examples/VectorAndMatrix.java

Severity Category Rule Message Line
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 39
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 44
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 56
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 62

org/djunits/demo/examples/VectorIteratorExample.java

Severity Category Rule Message Line
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 58
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 81
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 111
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 134

org/djunits/demo/examples/VectorToArrayExample.java

Severity Category Rule Message Line
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 58
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 83
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 115
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 140

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. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning blocks LeftCurly '{' should be on a new line. 61
 Warning blocks LeftCurly '{' should be on a new line. 62
 Warning blocks LeftCurly '{' should be on a new line. 65
 Warning blocks LeftCurly '{' should be on a new line. 68

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
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 33
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 40
 Warning blocks LeftCurly '{' should be on a new line. 40
 Warning whitespace WhitespaceAround '=' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround '<' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '<' is not followed by whitespace. 40
 Warning blocks LeftCurly '{' should be on a new line. 40
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround '*' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '*' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround '*' is not preceded with whitespace. 40
 Warning whitespace WhitespaceAround '*' is not followed by whitespace. 40