Checkstyle Results

The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
104 8 0 0

Files

File
 I
 W
 E
org/djutils/immutablecollections/ImmutableVector.java 2 0 0
org/djutils/means/AbstractMean.java 1 0 0
org/djutils/polynomialroots/PolynomialRoots.java 2 0 0
org/djutils/polynomialroots/PolynomialRoots2.java 3 0 0

Rules

Category Rule Violations Severity
sizes LineLength
  • max: "128"
6
 Info
MethodLength 2
 Info

Details

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

org/djutils/polynomialroots/PolynomialRoots.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 501 lines (max allowed is 150). 299
 Info
sizes MethodLength Method length is 692 lines (max allowed is 150). 886

org/djutils/polynomialroots/PolynomialRoots2.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 129). 310
 Info
sizes LineLength Line is longer than 128 characters (found 129). 325
 Info
sizes LineLength Line is longer than 128 characters (found 129). 330