Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
449 5 2 0

Rules

Category Rule Violations Severity
misc TodoComment 2  Warning
sizes LineLength
  • max: "128"
4  Info
ParameterNumber 1  Info

Details

org/djunits/Throw.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 140). 80
 Info sizes LineLength Line is longer than 128 characters (found 133). 244
 Info sizes ParameterNumber More than 7 parameters (found 8). 388
 Info sizes LineLength Line is longer than 128 characters (found 132). 484
 Info sizes LineLength Line is longer than 128 characters (found 142). 514

org/djunits/unit/si/SIDimensions.java

Severity Category Rule Message Line
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 76
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 131