Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
742 0 0 44

Files

File
 I
 W
 E
net/finmath/climate/models/AbatementModel.java 0 0 1
net/finmath/climate/models/CarbonConcentration.java 0 0 1
net/finmath/climate/models/ClimateModel.java 0 0 4
net/finmath/climate/models/SavingsRateModel.java 0 0 1
net/finmath/climate/models/Temperature.java 0 0 1
net/finmath/climate/models/dice/DICEModel.java 0 0 5
net/finmath/climate/models/dice/submodels/EmissionIndustrialIntensityFunction.java 0 0 3
net/finmath/climate/models/dice/submodels/EvolutionOfCarbonConcentration.java 0 0 1
net/finmath/climate/models/dice/submodels/EvolutionOfEmissionIndustrialIntensity.java 0 0 1
net/finmath/climate/models/dice/submodels/EvolutionOfTemperature.java 0 0 1
net/finmath/equities/marketdata/FlatYieldCurve.java 0 0 2
net/finmath/functions/LinearAlgebra.java 0 0 1
net/finmath/montecarlo/assetderivativevaluation/products/BermudanOption.java 0 0 7
net/finmath/montecarlo/assetderivativevaluation/products/EuropeanOption.java 0 0 1
net/finmath/montecarlo/interestrate/models/covariance/LIBORCorrelationModelThreeParameterExponentialDecay.java 0 0 1
net/finmath/montecarlo/interestrate/models/funding/DefaultFactors.java 0 0 1
net/finmath/montecarlo/interestrate/models/funding/FundingCapacity.java 0 0 1
net/finmath/montecarlo/interestrate/package-info.java 0 0 1
net/finmath/montecarlo/process/EulerSchemeFromProcessModel.java 0 0 2
net/finmath/stochastic/operators/RandomVariableOperator.java 0 0 2
net/finmath/time/ScheduleGenerator.java 0 0 2
net/finmath/time/TimeDiscretization.java 0 0 1
net/finmath/time/TimeDiscretizationFromArray.java 0 0 1
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
javadoc JavadocPackage 1
 Error
misc NewlineAtEndOfFile
  • lineSeparator: "lf"
7
 Error
naming ParameterName 1
 Error
regexp RegexpSingleline
  • format: "^(?!\s+\* $).*?\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
31
 Error
RegexpSinglelineJava
  • format: "^\t*(?! \*) "
  • message: "Indent must use tab characters"
2
 Error

Details

net/finmath/climate/models/AbatementModel.java

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

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. 20
 Error
regexp RegexpSingleline Line has trailing spaces. 42
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 70

net/finmath/climate/models/SavingsRateModel.java

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

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. 222
 Error
regexp RegexpSingleline Line has trailing spaces. 249
 Error
regexp RegexpSingleline Line has trailing spaces. 253
 Error
regexp RegexpSingleline Line has trailing spaces. 350
 Error
regexp RegexpSingleline Line has trailing spaces. 364

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

Severity Category Rule Message Line
 Error
regexp RegexpSinglelineJava Indent must use tab characters 40
 Error
naming ParameterName Name '_emissionIntensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
 Error
regexp RegexpSingleline Line has trailing spaces. 57

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/EvolutionOfEmissionIndustrialIntensity.java

Severity Category Rule Message Line
 Error
regexp RegexpSinglelineJava Indent must use tab characters 40

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

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

net/finmath/equities/marketdata/FlatYieldCurve.java

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

net/finmath/functions/LinearAlgebra.java

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

net/finmath/montecarlo/assetderivativevaluation/products/BermudanOption.java

Severity Category Rule Message Line
 Error
regexp RegexpSingleline Line has trailing spaces. 68
 Error
regexp RegexpSingleline Line has trailing spaces. 69
 Error
regexp RegexpSingleline Line has trailing spaces. 88
 Error
regexp RegexpSingleline Line has trailing spaces. 94
 Error
regexp RegexpSingleline Line has trailing spaces. 196
 Error
regexp RegexpSingleline Line has trailing spaces. 222
 Error
regexp RegexpSingleline Line has trailing spaces. 295

net/finmath/montecarlo/assetderivativevaluation/products/EuropeanOption.java

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

net/finmath/montecarlo/interestrate/models/covariance/LIBORCorrelationModelThreeParameterExponentialDecay.java

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

net/finmath/montecarlo/interestrate/models/funding/DefaultFactors.java

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

net/finmath/montecarlo/interestrate/models/funding/FundingCapacity.java

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

net/finmath/montecarlo/interestrate/package-info.java

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

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/stochastic/operators/RandomVariableOperator.java

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

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/time/TimeDiscretization.java

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

net/finmath/time/TimeDiscretizationFromArray.java

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

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