Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
108 7 0 0

Files

File
 I
 W
 E
org/djutils/exceptions/Throw.java 4 0 0
org/djutils/immutablecollections/ImmutableVector.java 2 0 0
org/djutils/means/AbstractMean.java 1 0 0

Rules

Category Rule Violations Severity
sizes LineLength
  • max: "128"
6
 Info
ParameterNumber 1
 Info

Details

org/djutils/exceptions/Throw.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 140). 82
 Info
sizes ParameterNumber More than 7 parameters (found 8). 390
 Info
sizes LineLength Line is longer than 128 characters (found 132). 486
 Info
sizes LineLength Line is longer than 128 characters (found 142). 516

org/djutils/immutablecollections/ImmutableVector.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 131). 132
 Info
sizes LineLength Line is longer than 128 characters (found 131). 149

org/djutils/means/AbstractMean.java

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