Checkstyle Results

The following document contains the results of Checkstyle 8.29 with finmath-checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
39 0 0 6

Files

File
 I
 W
 E
net/finmath/plots/PlotProcess2D.java 0 0 1
net/finmath/plots/Plotable2D.java 0 0 1
net/finmath/plots/PlotableWithConfidenceInterval2D.java 0 0 1
net/finmath/plots/util/ColorUtils.java 0 0 1
net/finmath/plots/util/JFreeChartToFile.java 0 0 2

Rules

Category Rule Violations Severity
imports UnusedImports
  • processJavadoc: "true"
1
 Error
javadoc JavadocPackage 1
 Error
regexp RegexpSingleline
  • format: "^(?!\s+\* $).*?\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
4
 Error

Details

net/finmath/plots/PlotProcess2D.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 147

net/finmath/plots/Plotable2D.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 22

net/finmath/plots/PlotableWithConfidenceInterval2D.java

Severity Category Rule Message Line
 Error
imports UnusedImports Unused import - net.finmath.plots.axis.NumberAxis. 12

net/finmath/plots/util/ColorUtils.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1

net/finmath/plots/util/JFreeChartToFile.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 41
 Error
regexp RegexpSingleline Line has trailing spaces. 59