Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 5

Files

File
 I
 W
 E
net/finmath/plots/Plot2D.java 0 0 1
net/finmath/plots/PlotProcess2D.java 0 0 1
net/finmath/plots/util/JFreeChartToFile.java 0 0 3

Rules

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

Details

net/finmath/plots/Plot2D.java

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

net/finmath/plots/PlotProcess2D.java

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

net/finmath/plots/util/JFreeChartToFile.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
regexp RegexpSingleline Line has trailing spaces. 41
 Error
regexp RegexpSingleline Line has trailing spaces. 59