Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
29 8 12 0

Files

File  I  W  E
org/djutils/math/AngleUtil.java 1 1 0
org/djutils/math/complex/Complex.java 0 1 0
org/djutils/math/complex/ComplexMath.java 1 1 0
org/djutils/math/complex/package-info.java 0 1 0
org/djutils/math/means/AbstractMean.java 1 1 0
org/djutils/math/means/ArithmeticMean.java 0 1 0
org/djutils/math/means/GeometricMean.java 0 1 0
org/djutils/math/means/HarmonicMean.java 0 1 0
org/djutils/math/means/package-info.java 0 1 0
org/djutils/math/polynomialroots/PolynomialRoots.java 2 1 0
org/djutils/math/polynomialroots/PolynomialRoots2.java 3 1 0
org/djutils/math/polynomialroots/package-info.java 0 1 0

Rules

Category Rule Violations Severity
javadoc JavadocPackage 1  Info
misc NewlineAtEndOfFile
  • fileExtensions: "java"
  • lineSeparator: "crlf"
12  Warning
sizes LineLength
  • max: "128"
5  Info
MethodLength 2  Info

Details

org/djutils/math/AngleUtil.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Info javadoc JavadocPackage Missing package-info.java file. 1

org/djutils/math/complex/Complex.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/complex/ComplexMath.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Info sizes LineLength Line is longer than 128 characters (found 130). 233

org/djutils/math/complex/package-info.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/means/AbstractMean.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Info sizes LineLength Line is longer than 128 characters (found 130). 14

org/djutils/math/means/ArithmeticMean.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/means/GeometricMean.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/means/HarmonicMean.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/means/package-info.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1

org/djutils/math/polynomialroots/PolynomialRoots.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Info sizes MethodLength Method cubicRoots length is 501 lines (max allowed is 150). 299
 Info sizes MethodLength Method quarticRoots length is 692 lines (max allowed is 150). 886

org/djutils/math/polynomialroots/PolynomialRoots2.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 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

org/djutils/math/polynomialroots/package-info.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1