Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
732 0 0 19

Files

File
 I
 W
 E
net/finmath/climate/models/CarbonConcentration.java 0 0 1
net/finmath/climate/models/ClimateModel.java 0 0 1
net/finmath/climate/models/Temperature.java 0 0 1
net/finmath/climate/models/dice/DICEModel.java 0 0 6
net/finmath/climate/models/dice/submodels/EvolutionOfCarbonConcentration.java 0 0 1
net/finmath/climate/models/dice/submodels/EvolutionOfTemperature.java 0 0 1
net/finmath/functions/LinearAlgebra.java 0 0 1
net/finmath/montecarlo/interestrate/models/LIBORMarketModelFromCovarianceModel.java 0 0 1
net/finmath/montecarlo/process/EulerSchemeFromProcessModel.java 0 0 2
net/finmath/time/ScheduleGenerator.java 0 0 2
net/finmath/util/Cached.java 0 0 1
net/finmath/util/TriFunction.java 0 0 1

Rules

Category Rule Violations Severity
coding EmptyStatement 2
 Error
misc NewlineAtEndOfFile
  • lineSeparator: "lf"
3
 Error
regexp RegexpSingleline
  • format: "^(?!\s+\* $).*?\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
14
 Error

Details

net/finmath/climate/models/CarbonConcentration.java

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

net/finmath/climate/models/ClimateModel.java

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

net/finmath/climate/models/Temperature.java

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

net/finmath/climate/models/dice/DICEModel.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 35
 Error
regexp RegexpSingleline Line has trailing spaces. 164
 Error
regexp RegexpSingleline Line has trailing spaces. 167
 Error
regexp RegexpSingleline Line has trailing spaces. 170
 Error
regexp RegexpSingleline Line has trailing spaces. 192
 Error
regexp RegexpSingleline Line has trailing spaces. 203

net/finmath/climate/models/dice/submodels/EvolutionOfCarbonConcentration.java

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

net/finmath/climate/models/dice/submodels/EvolutionOfTemperature.java

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

net/finmath/functions/LinearAlgebra.java

Severity Category Rule Message Line
 Error
coding EmptyStatement Empty statement. 651

net/finmath/montecarlo/interestrate/models/LIBORMarketModelFromCovarianceModel.java

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

net/finmath/montecarlo/process/EulerSchemeFromProcessModel.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 111
 Error
coding EmptyStatement Empty statement. 120

net/finmath/time/ScheduleGenerator.java

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

net/finmath/util/Cached.java

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

net/finmath/util/TriFunction.java

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