Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with /config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 29 | 8 | 12 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocPackage | 1 | |
| misc | NewlineAtEndOfFile
|
12 | |
| sizes | LineLength
|
5 | |
| MethodLength | 2 |
Details
org/djutils/math/AngleUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
org/djutils/math/complex/Complex.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/complex/ComplexMath.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 233 |
org/djutils/math/complex/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/means/AbstractMean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 130). | 14 |
org/djutils/math/means/ArithmeticMean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/means/GeometricMean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/means/HarmonicMean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/means/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
org/djutils/math/polynomialroots/PolynomialRoots.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | MethodLength | Method cubicRoots length is 501 lines (max allowed is 150). | 299 | |
| sizes | MethodLength | Method quarticRoots length is 692 lines (max allowed is 150). | 886 |
org/djutils/math/polynomialroots/PolynomialRoots2.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 310 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 325 | |
| sizes | LineLength | Line is longer than 128 characters (found 129). | 330 |
org/djutils/math/polynomialroots/package-info.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
