Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
25 | 3 | 9 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
design | FinalClass | 1 | ![]() |
javadoc | JavadocPackage | 1 | ![]() |
misc | TodoComment | 6 | ![]() |
sizes | MethodLength | 1 | ![]() |
ParameterNumber | 1 | ![]() | |
whitespace | WhitespaceAfter | 2 | ![]() |
Details
org/opentrafficsim/demo/RampMeteringDemo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 300 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 335 |
![]() |
whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 340 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 396 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 592 |
org/opentrafficsim/demo/ShortMerge.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 473 |
org/opentrafficsim/demo/fd/FundamentalDiagramDemo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method setupDemo length is 258 lines (max allowed is 150). | 312 |
![]() |
design | FinalClass | Class DynamicFdLine should be declared as final. | 810 |
org/opentrafficsim/demo/fd/FundamentalDiagramModel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
org/opentrafficsim/demo/loadfromxml/LoadXml.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 66 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 140 |