Checkstyle Results

The following document contains the results of Checkstyle 8.35 with /src/main/resources/development/dsol-checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
118 14 29 0

Files

File
 I
 W
 E
org/djutils/exceptions/Throw.java 4 0 0
org/djutils/float128/DoubleDouble.java 0 2 0
org/djutils/float128/Float128.java 1 3 0
org/djutils/float128/TestHypotAtan.java 1 24 0
org/djutils/immutablecollections/ImmutableVector.java 2 0 0
org/djutils/means/AbstractMean.java 1 0 0
org/djutils/polynomialroots/PolynomialRoots.java 2 0 0
org/djutils/polynomialroots/PolynomialRoots2.java 3 0 0

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 3
 Warning
misc FinalParameters 14
 Warning
TodoComment 1
 Warning
naming MethodName 4
 Warning
StaticVariableName 5
 Warning
sizes LineLength
  • max: "128"
10
 Info
MethodLength 3
 Info
ParameterNumber 1
 Info
whitespace WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"
2
 Warning

Details

org/djutils/exceptions/Throw.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 140). 82
 Info
sizes ParameterNumber More than 7 parameters (found 8). 390
 Info
sizes LineLength Line is longer than 128 characters (found 132). 486
 Info
sizes LineLength Line is longer than 128 characters (found 142). 516

org/djutils/float128/DoubleDouble.java

Severity Category Rule Message Line
 Warning
whitespace WhitespaceAround '>=' is not followed by whitespace. 53
 Warning
whitespace WhitespaceAround '>=' is not followed by whitespace. 53

org/djutils/float128/Float128.java

Severity Category Rule Message Line
 Warning
misc TodoComment Comment matches to-do format 'TODO:'. 212
 Warning
naming StaticVariableName Name 'DOUBLE_DECIMAL_TABLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 467
 Warning
naming StaticVariableName Name 'DOUBLE_DECIMAL_EXP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 470
 Info
sizes LineLength Line is longer than 128 characters (found 135). 646

org/djutils/float128/TestHypotAtan.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 152 lines (max allowed is 150). 27
 Warning
misc FinalParameters Parameter x should be final. 199
 Warning
misc FinalParameters Parameter y should be final. 199
 Warning
misc FinalParameters Parameter x should be final. 257
 Warning
misc FinalParameters Parameter y should be final. 257
 Warning
naming StaticVariableName Name 'pi_o_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 396
 Warning
naming StaticVariableName Name 'pi_o_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 399
 Warning
naming StaticVariableName Name 'pi_lo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 405
 Warning
misc FinalParameters Parameter y should be final. 414
 Warning
misc FinalParameters Parameter x should be final. 414
 Warning
coding MissingSwitchDefault switch without "default" clause. 435
 Warning
coding MissingSwitchDefault switch without "default" clause. 455
 Warning
coding MissingSwitchDefault switch without "default" clause. 469
 Warning
misc FinalParameters Parameter x should be final. 576
 Warning
naming MethodName Name '__LO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 651
 Warning
misc FinalParameters Parameter x should be final. 651
 Warning
naming MethodName Name '__LO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 663
 Warning
misc FinalParameters Parameter x should be final. 663
 Warning
misc FinalParameters Parameter low should be final. 663
 Warning
naming MethodName Name '__HI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 674
 Warning
misc FinalParameters Parameter x should be final. 674
 Warning
naming MethodName Name '__HI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 686
 Warning
misc FinalParameters Parameter x should be final. 686
 Warning
misc FinalParameters Parameter high should be final. 686
 Warning
misc FinalParameters Parameter x should be final. 696

org/djutils/immutablecollections/ImmutableVector.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 131). 132
 Info
sizes LineLength Line is longer than 128 characters (found 131). 149

org/djutils/means/AbstractMean.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 130). 14

org/djutils/polynomialroots/PolynomialRoots.java

Severity Category Rule Message Line
 Info
sizes MethodLength Method length is 501 lines (max allowed is 150). 299
 Info
sizes MethodLength Method length is 692 lines (max allowed is 150). 886

org/djutils/polynomialroots/PolynomialRoots2.java

Severity Category Rule Message Line
 Info
sizes LineLength Line is longer than 128 characters (found 129). 310
 Info
sizes LineLength Line is longer than 128 characters (found 129). 325
 Info
sizes LineLength Line is longer than 128 characters (found 129). 330