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 2 36 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "128"
  • option: "nl"
6  Warning
design HideUtilityClassConstructor 2  Warning
imports UnusedImports 1  Warning
javadoc JavadocMethod
  • logLoadErrors: "true"
  • suppressLoadErrors: "true"
7  Warning
JavadocVariable 7  Warning
sizes LineLength
  • max: "128"
2  Info
whitespace 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,LITERAL_ASSERT,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/MultiplyAndDivide.java

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

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 '{' at column 45 should be on a new line. 61
 Warning blocks LeftCurly '{' at column 49 should be on a new line. 62
 Warning blocks LeftCurly '{' at column 45 should be on a new line. 65
 Warning blocks LeftCurly '{' at column 51 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 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 '{' at column 36 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 '{' at column 65 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