The following document contains the results of Checkstyle 8.19 with sun_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 662 | 0 | 0 | 38144 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 4 | |
| NeedBraces | 144 | ||
| RightCurly | 1 | ||
| coding | EqualsHashCode | 2 | |
| HiddenField | 642 | ||
| InnerAssignment | 77 | ||
| MagicNumber | 2962 | ||
| SimplifyBooleanExpression | 411 | ||
| design | FinalClass | 16 | |
| HideUtilityClassConstructor | 163 | ||
| VisibilityModifier | 129 | ||
| imports | UnusedImports
|
2 | |
| javadoc | JavadocMethod | 1010 | |
| JavadocPackage | 3 | ||
| JavadocStyle | 5387 | ||
| JavadocVariable | 16 | ||
| misc | ArrayTypeStyle | 2 | |
| FinalParameters | 3984 | ||
| NewlineAtEndOfFile | 147 | ||
| Translation | 3 | ||
| modifier | ModifierOrder | 34 | |
| RedundantModifier | 240 | ||
| naming | ConstantName | 7 | |
| LocalFinalVariableName | 397 | ||
| LocalVariableName | 930 | ||
| MemberName | 68 | ||
| MethodName | 66 | ||
| ParameterName | 1217 | ||
| StaticVariableName | 3 | ||
| regexp | RegexpSingleline
|
5275 | |
| sizes | FileLength | 3 | |
| LineLength | 7980 | ||
| MethodLength | 9 | ||
| ParameterNumber | 16 | ||
| whitespace | FileTabCharacter | 2 | |
| GenericWhitespace | 20 | ||
| NoWhitespaceAfter | 83 | ||
| OperatorWrap | 4 | ||
| ParenPad | 134 | ||
| TypecastParenPad | 6 | ||
| WhitespaceAfter | 6478 | ||
| WhitespaceAround | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 38 | |
| misc | FinalParameters | Parameter nargs should be final. | 38 | |
| misc | FinalParameters | Parameter A should be final. | 38 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| misc | FinalParameters | Parameter B should be final. | 38 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| misc | FinalParameters | Parameter C should be final. | 38 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| misc | FinalParameters | Parameter D should be final. | 38 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 63 | |
| coding | MagicNumber | '3' is a magic number. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 93 | |
| misc | FinalParameters | Parameter A should be final. | 93 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| misc | FinalParameters | Parameter B should be final. | 93 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| misc | FinalParameters | Parameter C should be final. | 93 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| misc | FinalParameters | Parameter D should be final. | 93 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '4' is a magic number. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 109 | |
| misc | FinalParameters | Parameter A should be final. | 109 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| misc | FinalParameters | Parameter B should be final. | 109 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| misc | FinalParameters | Parameter C should be final. | 109 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| coding | MagicNumber | '3' is a magic number. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 124 | |
| misc | FinalParameters | Parameter A should be final. | 124 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| misc | FinalParameters | Parameter B should be final. | 124 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 138 | |
| misc | FinalParameters | Parameter A should be final. | 138 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'proper' must be private and have accessor methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| design | VisibilityModifier | Variable 'strictlyProper' must be private and have accessor methods. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| naming | MemberName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| design | VisibilityModifier | Variable 'G' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| design | VisibilityModifier | Variable 'timeDomainType' must be private and have accessor methods. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| design | VisibilityModifier | Variable 'inputSize' must be private and have accessor methods. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| design | VisibilityModifier | Variable 'stateSize' must be private and have accessor methods. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| design | VisibilityModifier | Variable 'outputSize' must be private and have accessor methods. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| design | VisibilityModifier | Variable 'inputPortTags' must be private and have accessor methods. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| design | VisibilityModifier | Variable 'outputPortTags' must be private and have accessor methods. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 132 | |
| coding | MagicNumber | '31' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| coding | MagicNumber | '32' is a magic number. | 132 | |
| coding | MagicNumber | '31' is a magic number. | 133 | |
| coding | MagicNumber | '1231' is a magic number. | 133 | |
| coding | MagicNumber | '1237' is a magic number. | 133 | |
| coding | MagicNumber | '31' is a magic number. | 134 | |
| coding | MagicNumber | '1231' is a magic number. | 134 | |
| coding | MagicNumber | '1237' is a magic number. | 134 | |
| coding | MagicNumber | '31' is a magic number. | 135 | |
| coding | MagicNumber | '31' is a magic number. | 136 | |
| coding | MagicNumber | '31' is a magic number. | 137 | |
| coding | MagicNumber | '31' is a magic number. | 138 | |
| coding | MagicNumber | '31' is a magic number. | 139 | |
| coding | MagicNumber | '31' is a magic number. | 140 | |
| coding | MagicNumber | '31' is a magic number. | 141 | |
| coding | MagicNumber | '31' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 143 | |
| coding | MagicNumber | '31' is a magic number. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 144 | |
| coding | MagicNumber | '31' is a magic number. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 281 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 304 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 327 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 350 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 373 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 391 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 450 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 514 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 589 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 592 | |
| coding | MagicNumber | '3' is a magic number. | 599 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 633 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 635 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 653 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 658 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 689 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 697 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 700 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 701 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 701 | |
| coding | MagicNumber | '3' is a magic number. | 707 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 738 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 740 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 750 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 761 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 762 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 762 | |
| coding | MagicNumber | '3' is a magic number. | 768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 775 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 775 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 779 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 787 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 806 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 808 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 817 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 820 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 | |
| coding | MagicNumber | '3' is a magic number. | 833 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 847 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 862 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 895 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 906 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 920 | |
| naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 920 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 921 | |
| naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 921 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 921 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 924 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 927 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 933 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 933 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 934 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 934 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 936 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 942 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 951 | |
| naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 951 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 952 | |
| naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 952 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 954 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 956 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 963 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 964 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 971 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 974 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 974 | |
| coding | MagicNumber | '3' is a magic number. | 984 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 999 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1008 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1019 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1021 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1032 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1034 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1036 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1045 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1050 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1055 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1057 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1065 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1067 | |
| coding | MagicNumber | '3' is a magic number. | 1081 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1090 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1099 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1125 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1127 | |
| coding | MagicNumber | '3' is a magic number. | 1134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1141 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1170 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1177 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1178 | |
| coding | MagicNumber | '3' is a magic number. | 1185 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1230 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 | |
| misc | FinalParameters | Parameter tolerance should be final. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1235 | |
| coding | MagicNumber | '3' is a magic number. | 1239 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1249 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1285 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1312 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1321 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 1328 | |
| coding | HiddenField | 'aSymbol' hides a field. | 1328 | |
| coding | HiddenField | 'bSymbol' hides a field. | 1328 | |
| coding | HiddenField | 'cSymbol' hides a field. | 1328 | |
| coding | HiddenField | 'dSymbol' hides a field. | 1328 | |
| coding | HiddenField | 'eSymbol' hides a field. | 1328 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1347 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1351 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1374 | |
| misc | FinalParameters | Parameter inputPortTags should be final. | 1377 | |
| coding | HiddenField | 'inputPortTags' hides a field. | 1377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1383 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1392 | |
| misc | FinalParameters | Parameter outputPortTags should be final. | 1395 | |
| coding | HiddenField | 'outputPortTags' hides a field. | 1395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1401 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1410 | |
| misc | FinalParameters | Parameter stateTags should be final. | 1413 | |
| coding | HiddenField | 'stateTags' hides a field. | 1413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1419 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1428 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1437 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1455 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1466 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1470 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1488 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1489 | |
| misc | FinalParameters | Parameter index should be final. | 1493 | |
| coding | HiddenField | 'index' hides a field. | 1493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| misc | FinalParameters | Parameter A should be final. | 47 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter R should be final. | 47 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter Q should be final. | 47 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 60 | |
| misc | FinalParameters | Parameter A should be final. | 60 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter R should be final. | 60 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter Q should be final. | 60 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter tolerance should be final. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 73 | |
| misc | FinalParameters | Parameter A should be final. | 73 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter R should be final. | 73 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter Q should be final. | 73 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter tolerance should be final. | 73 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 102 | |
| coding | MagicNumber | '10' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 123 | |
| naming | LocalVariableName | Name 'Uc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 129 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 147 | |
| misc | FinalParameters | Parameter A should be final. | 147 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter R should be final. | 147 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter Q should be final. | 147 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter tolerance should be final. | 147 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 176 | |
| coding | MagicNumber | '10' is a magic number. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 197 | |
| naming | LocalVariableName | Name 'Uc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 203 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 48 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 48 | |
| misc | FinalParameters | Parameter A1 should be final. | 48 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter B1 should be final. | 48 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter C1 should be final. | 48 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter D1 should be final. | 48 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter A2 should be final. | 48 | |
| naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter B2 should be final. | 48 | |
| naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter C2 should be final. | 48 | |
| naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter D2 should be final. | 48 | |
| naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 50 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 54 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter args should be final. | 40 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 | |
| coding | MagicNumber | '-2' is a magic number. | 41 | |
| coding | MagicNumber | '-3' is a magic number. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 42 | |
| coding | MagicNumber | '5' is a magic number. | 43 | |
| coding | MagicNumber | '6' is a magic number. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter C should be final. | 61 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 68 | |
| naming | LocalVariableName | Name 'Go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| naming | LocalVariableName | Name 'Dre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalVariableName | Name 'Dim' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| naming | LocalVariableName | Name 'Vre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'Vim' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '4' is a magic number. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 84 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| coding | HiddenField | 'system' hides a field. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| coding | HiddenField | 'system' hides a field. | 53 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 | |
| coding | MagicNumber | '170' is a magic number. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| coding | MagicNumber | '20' is a magic number. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 185 | |
| misc | FinalParameters | Parameter angularFrequencies should be final. | 185 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 189 | |
| naming | LocalFinalVariableName | Name 'exp_jwT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 190 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| coding | HiddenField | 'gnuplot' hides a field. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 57 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 99 | |
| coding | MagicNumber | '20' is a magic number. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 117 | |
| coding | MagicNumber | '20' is a magic number. | 117 | |
| coding | MagicNumber | '6' is a magic number. | 117 | |
| coding | MagicNumber | '20' is a magic number. | 117 | |
| coding | MagicNumber | '10' is a magic number. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 120 | |
| coding | MagicNumber | '20' is a magic number. | 124 | |
| coding | MagicNumber | '-40' is a magic number. | 125 | |
| coding | MagicNumber | '20' is a magic number. | 129 | |
| coding | MagicNumber | '20' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 136 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| coding | MagicNumber | '6' is a magic number. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| coding | MagicNumber | '-1.5' is a magic number. | 139 | |
| coding | MagicNumber | '4.0' is a magic number. | 139 | |
| coding | MagicNumber | '10' is a magic number. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 157 | |
| coding | MagicNumber | '30' is a magic number. | 157 | |
| coding | MagicNumber | '6' is a magic number. | 157 | |
| coding | MagicNumber | '30' is a magic number. | 157 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 160 | |
| coding | MagicNumber | '90' is a magic number. | 164 | |
| coding | MagicNumber | '-90' is a magic number. | 165 | |
| coding | MagicNumber | '90' is a magic number. | 169 | |
| coding | MagicNumber | '90' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 176 | |
| coding | MagicNumber | '30' is a magic number. | 176 | |
| coding | MagicNumber | '6' is a magic number. | 176 | |
| coding | MagicNumber | '30' is a magic number. | 176 | |
| coding | MagicNumber | '-1.5' is a magic number. | 179 | |
| coding | MagicNumber | '3.5' is a magic number. | 179 | |
| coding | MagicNumber | '10' is a magic number. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 47 | |
| misc | FinalParameters | Parameter A should be final. | 47 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter B should be final. | 47 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| misc | FinalParameters | Parameter A should be final. | 67 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| misc | FinalParameters | Parameter B should be final. | 67 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 76 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalFinalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 78 | |
| naming | LocalFinalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 123 | |
| misc | FinalParameters | Parameter A should be final. | 124 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| misc | FinalParameters | Parameter B should be final. | 124 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 124 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 133 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalFinalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| naming | LocalFinalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 40 | |
| misc | FinalParameters | Parameter A should be final. | 40 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter B should be final. | 40 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter C should be final. | 40 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter D should be final. | 40 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter C should be final. | 61 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter D should be final. | 61 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter type should be final. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '5' is a magic number. | 72 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 93 | |
| coding | MagicNumber | '12' is a magic number. | 93 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 97 | |
| naming | LocalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| coding | MagicNumber | '10' is a magic number. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 114 | |
| coding | MagicNumber | '3' is a magic number. | 118 | |
| coding | MagicNumber | '4' is a magic number. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| misc | FinalParameters | Parameter A should be final. | 66 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter B should be final. | 66 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter C should be final. | 66 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 83 | |
| misc | FinalParameters | Parameter A should be final. | 83 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter B should be final. | 83 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter C should be final. | 83 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter tolerance should be final. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 251). | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 114 | |
| misc | FinalParameters | Parameter A should be final. | 114 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter B should be final. | 114 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter C should be final. | 114 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter tolerance should be final. | 114 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 126 | |
| coding | MagicNumber | '1.0E5' is a magic number. | 126 | |
| coding | MagicNumber | '1.0E5' is a magic number. | 126 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalVariableName | Name 'An' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Name 'Bn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 137 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'Au' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 182 | |
| misc | FinalParameters | Parameter A should be final. | 183 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| misc | FinalParameters | Parameter B should be final. | 183 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| misc | FinalParameters | Parameter C should be final. | 183 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| misc | FinalParameters | Parameter tolerance should be final. | 183 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 195 | |
| coding | MagicNumber | '100000' is a magic number. | 195 | |
| coding | MagicNumber | '100000' is a magic number. | 195 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'An' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| naming | LocalVariableName | Name 'Bn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| naming | LocalVariableName | Name 'Au' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 225). | 33 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| design | VisibilityModifier | Variable 'A' must be private and have accessor methods. | 36 | |
| naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'B' must be private and have accessor methods. | 38 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| design | VisibilityModifier | Variable 'C' must be private and have accessor methods. | 40 | |
| naming | MemberName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| design | VisibilityModifier | Variable 'T' must be private and have accessor methods. | 42 | |
| naming | MemberName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| design | VisibilityModifier | Variable 'K' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter A should be final. | 55 | |
| coding | HiddenField | 'A' hides a field. | 55 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter B should be final. | 55 | |
| coding | HiddenField | 'B' hides a field. | 55 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter C should be final. | 55 | |
| coding | HiddenField | 'C' hides a field. | 55 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter T should be final. | 55 | |
| coding | HiddenField | 'T' hides a field. | 55 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter K should be final. | 55 | |
| coding | HiddenField | 'K' hides a field. | 55 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter A should be final. | 38 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| misc | FinalParameters | Parameter B should be final. | 38 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 40 | |
| naming | LocalFinalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 70 | |
| misc | FinalParameters | Parameter A should be final. | 71 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter B should be final. | 71 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 73 | |
| naming | LocalFinalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 | |
| misc | FinalParameters | Parameter Ad should be final. | 46 | |
| naming | ParameterName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter Bd should be final. | 46 | |
| naming | ParameterName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 68 | |
| misc | FinalParameters | Parameter Ad should be final. | 68 | |
| naming | ParameterName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter Bd should be final. | 68 | |
| naming | ParameterName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 68 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 70 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 85 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 88 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| misc | FinalParameters | Parameter A should be final. | 40 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter B should be final. | 40 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter C should be final. | 40 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 42 | |
| naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| naming | LocalVariableName | Name 'Go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 54 | |
| coding | MagicNumber | '4' is a magic number. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 59 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter args should be final. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 49 | |
| coding | MagicNumber | '3' is a magic number. | 62 | |
| coding | MagicNumber | '4' is a magic number. | 65 | |
| coding | MagicNumber | '5' is a magic number. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 108 | |
| coding | MagicNumber | '0.2' is a magic number. | 108 | |
| coding | MagicNumber | '0.3' is a magic number. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| coding | MagicNumber | '0.4' is a magic number. | 109 | |
| coding | MagicNumber | '0.5' is a magic number. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 135 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 196 | |
| coding | MagicNumber | '10' is a magic number. | 202 | |
| coding | MagicNumber | '0.5' is a magic number. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 211 | |
| coding | MagicNumber | '15' is a magic number. | 215 | |
| coding | MagicNumber | '0.3' is a magic number. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 224 | |
| coding | MagicNumber | '0.001' is a magic number. | 227 | |
| coding | MagicNumber | '1000.0' is a magic number. | 227 | |
| coding | MagicNumber | '1000' is a magic number. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 239 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 262 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 262 | |
| coding | MagicNumber | '-6' is a magic number. | 262 | |
| coding | MagicNumber | '-11' is a magic number. | 262 | |
| coding | MagicNumber | '-6' is a magic number. | 262 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 263 | |
| coding | MagicNumber | '10' is a magic number. | 263 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 307 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 307 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 322 | |
| coding | MagicNumber | '-2' is a magic number. | 322 | |
| coding | MagicNumber | '3' is a magic number. | 322 | |
| coding | MagicNumber | '-2' is a magic number. | 322 | |
| coding | MagicNumber | '-3' is a magic number. | 322 | |
| coding | MagicNumber | '-10' is a magic number. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 329 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 336 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 371 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 371 | |
| coding | MagicNumber | '20' is a magic number. | 371 | |
| coding | MagicNumber | '-0.5' is a magic number. | 371 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 372 | |
| coding | MagicNumber | '0.5' is a magic number. | 372 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 386 | |
| naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 | |
| coding | MagicNumber | '4' is a magic number. | 386 | |
| naming | LocalVariableName | Name 'Ba' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 424 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 424 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 424 | |
| coding | MagicNumber | '3' is a magic number. | 424 | |
| coding | MagicNumber | '3' is a magic number. | 424 | |
| coding | MagicNumber | '-5' is a magic number. | 424 | |
| coding | MagicNumber | '-5' is a magic number. | 425 | |
| coding | MagicNumber | '-5' is a magic number. | 425 | |
| naming | LocalVariableName | Name 'Fa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 438 | |
| naming | LocalVariableName | Name 'Fi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 | |
| coding | MagicNumber | '5' is a magic number. | 441 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 | |
| coding | MagicNumber | '4' is a magic number. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 471 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 472 | |
| naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 472 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 472 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 | |
| naming | LocalVariableName | Name 'Dc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 483 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 | |
| coding | MagicNumber | '5.0' is a magic number. | 489 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 530 | |
| coding | MagicNumber | '1.2' is a magic number. | 539 | |
| coding | MagicNumber | '0.05' is a magic number. | 539 | |
| coding | MagicNumber | '1.2' is a magic number. | 540 | |
| coding | MagicNumber | '-0.32' is a magic number. | 540 | |
| coding | MagicNumber | '1.2' is a magic number. | 541 | |
| coding | MagicNumber | '0.33' is a magic number. | 541 | |
| coding | MagicNumber | '2.2' is a magic number. | 542 | |
| coding | MagicNumber | '0.25' is a magic number. | 542 | |
| coding | MagicNumber | '1.5' is a magic number. | 543 | |
| coding | MagicNumber | '1.28' is a magic number. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 544 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 565 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 565 | |
| coding | MagicNumber | '-5' is a magic number. | 565 | |
| coding | MagicNumber | '-10' is a magic number. | 565 | |
| coding | MagicNumber | '-5' is a magic number. | 565 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 608 | |
| naming | LocalVariableName | Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 608 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 608 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 623 | |
| coding | MagicNumber | '-2' is a magic number. | 623 | |
| coding | MagicNumber | '-2' is a magic number. | 623 | |
| coding | MagicNumber | '-5' is a magic number. | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 638 | |
| naming | LocalVariableName | Name 'Fom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 638 | |
| naming | LocalVariableName | Name 'Fo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 661 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 661 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 661 | |
| coding | MagicNumber | '-35' is a magic number. | 661 | |
| coding | MagicNumber | '-27' is a magic number. | 661 | |
| coding | MagicNumber | '-9' is a magic number. | 661 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 662 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 666 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 671 | |
| coding | MagicNumber | '3' is a magic number. | 671 | |
| coding | MagicNumber | '100' is a magic number. | 671 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 676 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 703 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 721 | |
| coding | MagicNumber | '3' is a magic number. | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 753 | |
| coding | MagicNumber | '3' is a magic number. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 767 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 772 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
| coding | MagicNumber | '5.0' is a magic number. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 814 | |
| coding | MagicNumber | '3' is a magic number. | 821 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 46 | |
| misc | FinalParameters | Parameter A should be final. | 46 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter B should be final. | 46 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter C should be final. | 46 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter D should be final. | 46 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter E should be final. | 46 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 63 | |
| misc | FinalParameters | Parameter A should be final. | 63 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter B should be final. | 63 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter C should be final. | 63 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter D should be final. | 63 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter E should be final. | 63 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter simplify should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 79 | |
| misc | FinalParameters | Parameter A should be final. | 79 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter B should be final. | 79 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter C should be final. | 79 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter D should be final. | 79 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter E should be final. | 79 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter tolerance should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 94 | |
| misc | FinalParameters | Parameter A should be final. | 94 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter B should be final. | 94 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter C should be final. | 94 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter D should be final. | 94 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter E should be final. | 94 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter tolerance should be final. | 94 | |
| misc | FinalParameters | Parameter simplify should be final. | 94 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 101 | |
| coding | MagicNumber | '4' is a magic number. | 107 | |
| naming | LocalVariableName | Name 'As' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 119 | |
| naming | LocalVariableName | Name 'Af' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| naming | LocalVariableName | Name 'Bs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 122 | |
| naming | LocalVariableName | Name 'Bf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'Cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 125 | |
| naming | LocalVariableName | Name 'Cf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 151 | |
| naming | LocalVariableName | Name 'Gf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 153 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 189 | |
| misc | FinalParameters | Parameter A should be final. | 190 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter B should be final. | 190 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter C should be final. | 190 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter D should be final. | 190 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter E should be final. | 190 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter tolerance should be final. | 190 | |
| misc | FinalParameters | Parameter simplify should be final. | 190 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 202 | |
| coding | MagicNumber | '4' is a magic number. | 207 | |
| naming | LocalVariableName | Name 'As' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 214 | |
| naming | LocalVariableName | Name 'Af' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| coding | MagicNumber | '4' is a magic number. | 214 | |
| coding | MagicNumber | '4' is a magic number. | 214 | |
| coding | MagicNumber | '4' is a magic number. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 216 | |
| naming | LocalVariableName | Name 'Bs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 217 | |
| naming | LocalVariableName | Name 'Bf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalVariableName | Name 'Cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 220 | |
| naming | LocalVariableName | Name 'Cf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 222 | |
| naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 241 | |
| naming | LocalVariableName | Name 'Gf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 250 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 286 | |
| misc | FinalParameters | Parameter A should be final. | 287 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter B should be final. | 287 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter C should be final. | 287 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter D should be final. | 287 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter E should be final. | 287 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| misc | FinalParameters | Parameter simplify should be final. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter A should be final. | 33 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| misc | FinalParameters | Parameter B should be final. | 33 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 43 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 57 | |
| misc | FinalParameters | Parameter G should be final. | 57 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| misc | FinalParameters | Parameter n should be final. | 57 | |
| misc | FinalParameters | Parameter mw should be final. | 57 | |
| misc | FinalParameters | Parameter pz should be final. | 57 | |
| misc | FinalParameters | Parameter gamma should be final. | 57 | |
| naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 94 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 114 | |
| sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 114 | |
| misc | FinalParameters | Parameter G should be final. | 114 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| misc | FinalParameters | Parameter n should be final. | 114 | |
| misc | FinalParameters | Parameter mw should be final. | 114 | |
| misc | FinalParameters | Parameter pz should be final. | 114 | |
| misc | FinalParameters | Parameter gamma should be final. | 114 | |
| naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 155 | |
| naming | LocalVariableName | Name 'IDTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 156 | |
| naming | LocalVariableName | Name 'IDDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| naming | LocalVariableName | Name 'DTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 159 | |
| naming | LocalVariableName | Name 'TMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 160 | |
| naming | LocalVariableName | Name 'AR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 161 | |
| naming | LocalVariableName | Name 'QR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 162 | |
| naming | LocalVariableName | Name 'RR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 164 | |
| naming | LocalVariableName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 165 | |
| naming | LocalVariableName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 197 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 210 | |
| naming | LocalVariableName | Name 'B3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 211 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| naming | LocalVariableName | Name 'B2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 213 | |
| naming | LocalVariableName | Name 'C2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| naming | LocalVariableName | Name 'D22b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 215 | |
| naming | LocalVariableName | Name 'TMP2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 223 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 252 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 263 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
| naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 267 | |
| naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter C should be final. | 61 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter D should be final. | 61 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 61 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 73 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 96 | |
| misc | FinalParameters | Parameter g should be final. | 96 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 96 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | MagicNumber | '3' is a magic number. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 113 | |
| misc | FinalParameters | Parameter G should be final. | 113 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 113 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 113 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 119 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| coding | MagicNumber | '3' is a magic number. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 139 | |
| misc | FinalParameters | Parameter num should be final. | 139 | |
| misc | FinalParameters | Parameter den should be final. | 139 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 139 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| coding | MagicNumber | '3' is a magic number. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 154 | |
| misc | FinalParameters | Parameter g should be final. | 154 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 168 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 168 | |
| misc | FinalParameters | Parameter g should be final. | 168 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 168 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 186 | |
| misc | FinalParameters | Parameter numerator should be final. | 186 | |
| misc | FinalParameters | Parameter denominator should be final. | 186 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 200 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 200 | |
| misc | FinalParameters | Parameter numerator should be final. | 200 | |
| misc | FinalParameters | Parameter denominator should be final. | 200 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 212 | |
| misc | FinalParameters | Parameter G should be final. | 212 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 212 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 227 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 227 | |
| misc | FinalParameters | Parameter G should be final. | 227 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 227 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 227 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 257 | |
| misc | FinalParameters | Parameter A should be final. | 257 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| misc | FinalParameters | Parameter B should be final. | 257 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| misc | FinalParameters | Parameter C should be final. | 257 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| misc | FinalParameters | Parameter D should be final. | 257 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 257 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 275 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 275 | |
| misc | FinalParameters | Parameter A should be final. | 275 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| misc | FinalParameters | Parameter B should be final. | 275 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| misc | FinalParameters | Parameter C should be final. | 275 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| misc | FinalParameters | Parameter D should be final. | 275 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 275 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 275 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 52 | |
| misc | FinalParameters | Parameter A should be final. | 52 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter B should be final. | 52 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter C should be final. | 52 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter D should be final. | 52 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter x0 should be final. | 52 | |
| misc | FinalParameters | Parameter T should be final. | 52 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 54 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 81 | |
| misc | FinalParameters | Parameter g should be final. | 81 | |
| misc | FinalParameters | Parameter x0 should be final. | 81 | |
| misc | FinalParameters | Parameter T should be final. | 81 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 96 | |
| misc | FinalParameters | Parameter G should be final. | 96 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter x0 should be final. | 96 | |
| misc | FinalParameters | Parameter T should be final. | 96 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | MagicNumber | '3' is a magic number. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 112 | |
| misc | FinalParameters | Parameter numerator should be final. | 112 | |
| misc | FinalParameters | Parameter denominator should be final. | 112 | |
| misc | FinalParameters | Parameter x0 should be final. | 112 | |
| misc | FinalParameters | Parameter T should be final. | 112 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| coding | MagicNumber | '3' is a magic number. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 128 | |
| misc | FinalParameters | Parameter g should be final. | 128 | |
| misc | FinalParameters | Parameter x0 should be final. | 128 | |
| misc | FinalParameters | Parameter T should be final. | 128 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 141 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 141 | |
| misc | FinalParameters | Parameter g should be final. | 141 | |
| misc | FinalParameters | Parameter x0 should be final. | 141 | |
| misc | FinalParameters | Parameter T should be final. | 141 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 160 | |
| misc | FinalParameters | Parameter numerator should be final. | 160 | |
| misc | FinalParameters | Parameter denominator should be final. | 160 | |
| misc | FinalParameters | Parameter x0 should be final. | 160 | |
| misc | FinalParameters | Parameter T should be final. | 160 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 173 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 173 | |
| misc | FinalParameters | Parameter numerator should be final. | 173 | |
| misc | FinalParameters | Parameter denominator should be final. | 173 | |
| misc | FinalParameters | Parameter x0 should be final. | 173 | |
| misc | FinalParameters | Parameter T should be final. | 173 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 185 | |
| misc | FinalParameters | Parameter G should be final. | 185 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| misc | FinalParameters | Parameter x0 should be final. | 185 | |
| misc | FinalParameters | Parameter T should be final. | 185 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 198 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 198 | |
| misc | FinalParameters | Parameter G should be final. | 198 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| misc | FinalParameters | Parameter x0 should be final. | 198 | |
| misc | FinalParameters | Parameter T should be final. | 198 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 228 | |
| misc | FinalParameters | Parameter A should be final. | 228 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| misc | FinalParameters | Parameter B should be final. | 228 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| misc | FinalParameters | Parameter C should be final. | 228 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| misc | FinalParameters | Parameter D should be final. | 228 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| misc | FinalParameters | Parameter x0 should be final. | 228 | |
| misc | FinalParameters | Parameter T should be final. | 228 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 244 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 244 | |
| misc | FinalParameters | Parameter A should be final. | 244 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| misc | FinalParameters | Parameter B should be final. | 244 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| misc | FinalParameters | Parameter C should be final. | 244 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| misc | FinalParameters | Parameter D should be final. | 244 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| misc | FinalParameters | Parameter x0 should be final. | 244 | |
| misc | FinalParameters | Parameter T should be final. | 244 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 55 | |
| misc | FinalParameters | Parameter A should be final. | 55 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter G should be final. | 55 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter C should be final. | 55 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter Q should be final. | 55 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter R should be final. | 55 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 56 | |
| naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 60 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 61 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 51 | |
| misc | FinalParameters | Parameter A should be final. | 51 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter B should be final. | 51 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter Q should be final. | 51 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter R should be final. | 51 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 70 | |
| misc | FinalParameters | Parameter A should be final. | 70 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter B should be final. | 70 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter Q should be final. | 70 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter R should be final. | 70 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter S should be final. | 70 | |
| naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 107 | |
| naming | LocalVariableName | Name 'G11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 108 | |
| naming | LocalVariableName | Name 'G12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'G21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Name 'G22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| naming | LocalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 128 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 129 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 47 | |
| misc | FinalParameters | Parameter A should be final. | 47 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter B should be final. | 47 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter C should be final. | 47 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter D should be final. | 47 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter U should be final. | 47 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 63 | |
| misc | FinalParameters | Parameter A should be final. | 63 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter B should be final. | 63 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter C should be final. | 63 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter D should be final. | 63 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter U should be final. | 63 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| misc | FinalParameters | Parameter x0 should be final. | 63 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 65 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 84 | |
| misc | FinalParameters | Parameter A should be final. | 84 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter B should be final. | 84 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter C should be final. | 84 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter D should be final. | 84 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter U should be final. | 84 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 98 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 98 | |
| misc | FinalParameters | Parameter A should be final. | 98 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| misc | FinalParameters | Parameter B should be final. | 98 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| misc | FinalParameters | Parameter C should be final. | 98 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| misc | FinalParameters | Parameter D should be final. | 98 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| misc | FinalParameters | Parameter U should be final. | 98 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 113 | |
| misc | FinalParameters | Parameter A should be final. | 113 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter B should be final. | 113 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter C should be final. | 113 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter D should be final. | 113 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter U should be final. | 113 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter x0 should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 129 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 129 | |
| misc | FinalParameters | Parameter A should be final. | 129 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter B should be final. | 129 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter C should be final. | 129 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter D should be final. | 129 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter U should be final. | 129 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter x0 should be final. | 129 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter A should be final. | 33 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| misc | FinalParameters | Parameter Q should be final. | 33 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| naming | LocalFinalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 41 | |
| naming | LocalFinalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| design | VisibilityModifier | Variable 'proper' must be private and have accessor methods. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| design | VisibilityModifier | Variable 'strictlyProper' must be private and have accessor methods. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| naming | MemberName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'G' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'timeDomainType' must be private and have accessor methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| design | VisibilityModifier | Variable 'inputSize' must be private and have accessor methods. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| design | VisibilityModifier | Variable 'stateSize' must be private and have accessor methods. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| design | VisibilityModifier | Variable 'outputSize' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| design | VisibilityModifier | Variable 'inputPortTags' must be private and have accessor methods. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| design | VisibilityModifier | Variable 'outputPortTags' must be private and have accessor methods. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 125 | |
| coding | MagicNumber | '31' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '32' is a magic number. | 125 | |
| coding | MagicNumber | '31' is a magic number. | 126 | |
| coding | MagicNumber | '1231' is a magic number. | 126 | |
| coding | MagicNumber | '1237' is a magic number. | 126 | |
| coding | MagicNumber | '31' is a magic number. | 127 | |
| coding | MagicNumber | '1231' is a magic number. | 127 | |
| coding | MagicNumber | '1237' is a magic number. | 127 | |
| coding | MagicNumber | '31' is a magic number. | 128 | |
| coding | MagicNumber | '31' is a magic number. | 129 | |
| coding | MagicNumber | '31' is a magic number. | 130 | |
| coding | MagicNumber | '31' is a magic number. | 131 | |
| coding | MagicNumber | '31' is a magic number. | 132 | |
| coding | MagicNumber | '31' is a magic number. | 133 | |
| coding | MagicNumber | '31' is a magic number. | 134 | |
| coding | MagicNumber | '31' is a magic number. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 136 | |
| coding | MagicNumber | '31' is a magic number. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 137 | |
| coding | MagicNumber | '31' is a magic number. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 297 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 384 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 443 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 583 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 584 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 585 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 585 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 586 | |
| coding | MagicNumber | '3' is a magic number. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 600 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 600 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 604 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 626 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 642 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 686 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 687 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 688 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 688 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 689 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 690 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 690 | |
| coding | MagicNumber | '3' is a magic number. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 698 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 704 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 710 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 748 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 749 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 750 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 751 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 | |
| coding | MagicNumber | '3' is a magic number. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 764 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 764 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 768 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 776 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 787 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 793 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 795 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 797 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 806 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 813 | |
| coding | MagicNumber | '3' is a magic number. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 824 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 836 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 845 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 865 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 872 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 875 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 891 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 895 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 903 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 909 | |
| naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 909 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 910 | |
| naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 910 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 910 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 913 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 921 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 922 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 923 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 923 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 925 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 925 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 931 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 934 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 940 | |
| naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 940 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 941 | |
| naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 941 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 941 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 943 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 951 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 952 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 952 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 953 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 954 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 960 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 963 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 963 | |
| coding | MagicNumber | '3' is a magic number. | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 975 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 982 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 995 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 997 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1006 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1010 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1012 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1019 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1021 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1025 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1032 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1034 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1044 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1044 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1045 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1046 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1054 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1054 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1056 | |
| coding | MagicNumber | '3' is a magic number. | 1070 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1079 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1090 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1092 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1095 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 | |
| coding | MagicNumber | '3' is a magic number. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1125 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1159 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1162 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1164 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1165 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1166 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1167 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1167 | |
| coding | MagicNumber | '3' is a magic number. | 1174 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1181 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1181 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1206 | |
| misc | FinalParameters | Parameter tolerance should be final. | 1209 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| misc | FinalParameters | Parameter tolerance should be final. | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1223 | |
| coding | MagicNumber | '3' is a magic number. | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1315 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 1322 | |
| coding | HiddenField | 'aSymbol' hides a field. | 1322 | |
| coding | HiddenField | 'bSymbol' hides a field. | 1322 | |
| coding | HiddenField | 'cSymbol' hides a field. | 1322 | |
| coding | HiddenField | 'dSymbol' hides a field. | 1322 | |
| coding | HiddenField | 'eSymbol' hides a field. | 1322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1332 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1345 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1350 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1368 | |
| misc | FinalParameters | Parameter inputPortTags should be final. | 1371 | |
| coding | HiddenField | 'inputPortTags' hides a field. | 1371 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1386 | |
| misc | FinalParameters | Parameter outputPortTags should be final. | 1389 | |
| coding | HiddenField | 'outputPortTags' hides a field. | 1389 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1404 | |
| misc | FinalParameters | Parameter stateTags should be final. | 1407 | |
| coding | HiddenField | 'stateTags' hides a field. | 1407 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1422 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1440 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1449 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1460 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1464 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1483 | |
| misc | FinalParameters | Parameter index should be final. | 1487 | |
| coding | HiddenField | 'index' hides a field. | 1487 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| coding | HiddenField | 'system' hides a field. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 56 | |
| coding | HiddenField | 'system' hides a field. | 56 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 102 | |
| coding | MagicNumber | '170' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 138 | |
| coding | MagicNumber | '20' is a magic number. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| coding | MagicNumber | '-2' is a magic number. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 183 | |
| misc | FinalParameters | Parameter angularFrequencies should be final. | 183 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 187 | |
| naming | LocalFinalVariableName | Name 'exp_jwT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 197 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| misc | FinalParameters | Parameter args should be final. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 216 | |
| coding | MagicNumber | '0.1' is a magic number. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| coding | HiddenField | 'system' hides a field. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 135 | |
| naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 225 | |
| naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| coding | MagicNumber | '3' is a magic number. | 48 | |
| coding | MagicNumber | '4' is a magic number. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 105 | |
| misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 116 | |
| misc | FinalParameters | Parameter simplify should be final. | 116 | |
| misc | FinalParameters | Parameter tolerance should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 129 | |
| misc | FinalParameters | Parameter simplify should be final. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 144 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| misc | FinalParameters | Parameter output should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 266 | |
| javadoc | JavadocMethod | Expected @return tag. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 268 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| javadoc | JavadocMethod | Expected @return tag. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 405 | |
| coding | MagicNumber | '3' is a magic number. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 438 | |
| javadoc | JavadocMethod | Expected @return tag. | 446 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 524 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 547 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| javadoc | JavadocMethod | Expected @return tag. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 187 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 196 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 215 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 215 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 250 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 250 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 269 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 269 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 269 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 331 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 331 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 331 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 341 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 341 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 341 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 341 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 372 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 372 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 372 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 384 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 395 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 395 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 407 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 418 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 418 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 454 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 461 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 489 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 507 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 507 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 507 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 507 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 507 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 507 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 569 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Expected @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | HiddenField | 'system' hides a field. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| coding | HiddenField | 'system' hides a field. | 66 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 102 | |
| naming | LocalFinalVariableName | Name 'G2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| coding | MagicNumber | '-2' is a magic number. | 149 | |
| coding | MagicNumber | '3' is a magic number. | 149 | |
| coding | MagicNumber | '100' is a magic number. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 163 | |
| misc | FinalParameters | Parameter angularFrequncies should be final. | 163 | |
| coding | MagicNumber | '3' is a magic number. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 225 | |
| coding | MagicNumber | '0.1' is a magic number. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 240 | |
| coding | MagicNumber | '0.1' is a magic number. | 244 | |
| coding | MagicNumber | '0.1' is a magic number. | 244 | |
| coding | MagicNumber | '100' is a magic number. | 247 | |
| coding | MagicNumber | '100' is a magic number. | 248 | |
| coding | MagicNumber | '10' is a magic number. | 250 | |
| coding | MagicNumber | '10' is a magic number. | 250 | |
| coding | MagicNumber | '-2' is a magic number. | 253 | |
| coding | MagicNumber | '-100' is a magic number. | 254 | |
| coding | MagicNumber | '-100' is a magic number. | 255 | |
| coding | MagicNumber | '10' is a magic number. | 257 | |
| coding | MagicNumber | '10' is a magic number. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 277 | |
| coding | MagicNumber | '0.1' is a magic number. | 281 | |
| coding | MagicNumber | '0.1' is a magic number. | 281 | |
| coding | MagicNumber | '100' is a magic number. | 284 | |
| coding | MagicNumber | '100' is a magic number. | 285 | |
| coding | MagicNumber | '10' is a magic number. | 287 | |
| coding | MagicNumber | '10' is a magic number. | 287 | |
| coding | MagicNumber | '-100' is a magic number. | 291 | |
| coding | MagicNumber | '-100' is a magic number. | 292 | |
| coding | MagicNumber | '10' is a magic number. | 294 | |
| coding | MagicNumber | '10' is a magic number. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| misc | FinalParameters | Parameter args should be final. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 343 | |
| misc | FinalParameters | Parameter isDrawingForPositiveFrequency should be final. | 343 | |
| coding | HiddenField | 'isDrawingForPositiveFrequency' hides a field. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 361 | |
| misc | FinalParameters | Parameter isDrawingForNegativeFrequency should be final. | 361 | |
| coding | HiddenField | 'isDrawingForNegativeFrequency' hides a field. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 42 | |
| misc | FinalParameters | Parameter args should be final. | 42 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 50 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 91 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 123 | |
| coding | MagicNumber | '3' is a magic number. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 156 | |
| coding | MagicNumber | '3' is a magic number. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 212 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 280 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 285 | |
| javadoc | JavadocMethod | Expected @return tag. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 287 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 315 | |
| javadoc | JavadocMethod | Expected @return tag. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 393 | |
| javadoc | JavadocMethod | Expected @return tag. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 485 | |
| coding | MagicNumber | '3' is a magic number. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 513 | |
| misc | FinalParameters | Parameter tolerance should be final. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| coding | HiddenField | 'system' hides a field. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| coding | MagicNumber | '-2.0' is a magic number. | 47 | |
| coding | MagicNumber | '3.0' is a magic number. | 47 | |
| coding | MagicNumber | '100' is a magic number. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter angularFrequencies should be final. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 61 | |
| naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| naming | MemberName | Name 'TL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| naming | MemberName | Name 'TR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| naming | MemberName | Name 'BDL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| naming | MemberName | Name 'BDR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 99 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 118 | |
| naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 128 | |
| naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 138 | |
| naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| coding | MagicNumber | '1.0e-15' is a magic number. | 160 | |
| naming | LocalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 167 | |
| naming | LocalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 168 | |
| naming | LocalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| naming | LocalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 171 | |
| naming | LocalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 172 | |
| naming | LocalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 190 | |
| naming | LocalVariableName | Name 'A11invE11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 246 | |
| naming | LocalVariableName | Name 'BDR12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| naming | LocalVariableName | Name 'BDL12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| javadoc | JavadocMethod | Expected @return tag. | 279 | |
| misc | FinalParameters | Parameter para should be final. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| coding | MagicNumber | '4' is a magic number. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 289 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| coding | MagicNumber | '3' is a magic number. | 295 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| coding | MagicNumber | '4' is a magic number. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 | |
| misc | FinalParameters | Parameter A should be final. | 36 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| misc | FinalParameters | Parameter B should be final. | 36 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| misc | FinalParameters | Parameter Q should be final. | 36 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| misc | FinalParameters | Parameter R should be final. | 36 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| coding | MagicNumber | '1.0E-6' is a magic number. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 64 | |
| misc | FinalParameters | Parameter A should be final. | 64 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter B should be final. | 64 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter Q should be final. | 64 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter R should be final. | 64 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter tol1 should be final. | 64 | |
| coding | MagicNumber | '1.0E-6' is a magic number. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 80 | |
| misc | FinalParameters | Parameter A should be final. | 80 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter B should be final. | 80 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter Q should be final. | 80 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter R should be final. | 80 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter toleranceOfEquation should be final. | 80 | |
| misc | FinalParameters | Parameter toleranceOfPoles should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 84 | |
| naming | LocalVariableName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 85 | |
| naming | LocalVariableName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'EV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 102 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 103 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 112 | |
| naming | LocalVariableName | Name 'Perr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 122 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter C should be final. | 61 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter D should be final. | 61 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 61 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 74 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 96 | |
| misc | FinalParameters | Parameter g should be final. | 96 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 96 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | MagicNumber | '3' is a magic number. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 113 | |
| misc | FinalParameters | Parameter G should be final. | 113 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 113 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 113 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 119 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| coding | MagicNumber | '3' is a magic number. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 138 | |
| misc | FinalParameters | Parameter numerator should be final. | 138 | |
| misc | FinalParameters | Parameter denominator should be final. | 138 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 138 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| coding | MagicNumber | '3' is a magic number. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 153 | |
| misc | FinalParameters | Parameter g should be final. | 153 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 167 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 167 | |
| misc | FinalParameters | Parameter g should be final. | 167 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 167 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 185 | |
| misc | FinalParameters | Parameter numerator should be final. | 185 | |
| misc | FinalParameters | Parameter denominator should be final. | 185 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 199 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 199 | |
| misc | FinalParameters | Parameter numerator should be final. | 199 | |
| misc | FinalParameters | Parameter denominator should be final. | 199 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 211 | |
| misc | FinalParameters | Parameter G should be final. | 211 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 211 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 226 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 226 | |
| misc | FinalParameters | Parameter G should be final. | 226 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 226 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 226 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 258 | |
| misc | FinalParameters | Parameter A should be final. | 258 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| misc | FinalParameters | Parameter B should be final. | 258 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| misc | FinalParameters | Parameter C should be final. | 258 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| misc | FinalParameters | Parameter D should be final. | 258 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 258 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 276 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 276 | |
| misc | FinalParameters | Parameter A should be final. | 276 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| misc | FinalParameters | Parameter B should be final. | 276 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| misc | FinalParameters | Parameter C should be final. | 276 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| misc | FinalParameters | Parameter D should be final. | 276 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 276 | |
| misc | FinalParameters | Parameter seriesSize should be final. | 276 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter args should be final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 30 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| coding | MagicNumber | '-2' is a magic number. | 30 | |
| coding | MagicNumber | '-3' is a magic number. | 30 | |
| coding | MagicNumber | '-4' is a magic number. | 30 | |
| naming | LocalVariableName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter A should be final. | 62 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalVariableName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter NN should be final. | 39 | |
| coding | HiddenField | 'NN' hides a field. | 39 | |
| naming | ParameterName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| misc | FinalParameters | Parameter dd should be final. | 39 | |
| coding | HiddenField | 'dd' hides a field. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 50 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 50 | |
| misc | FinalParameters | Parameter A1 should be final. | 50 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter B1 should be final. | 50 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter C1 should be final. | 50 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter D1 should be final. | 50 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter A2 should be final. | 50 | |
| naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter B2 should be final. | 50 | |
| naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter C2 should be final. | 50 | |
| naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter D2 should be final. | 50 | |
| naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 52 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 56 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 76 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 79 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 41 | |
| misc | FinalParameters | Parameter A1 should be final. | 41 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter B1 should be final. | 41 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter C1 should be final. | 41 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter D1 should be final. | 41 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter type should be final. | 41 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 43 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'D1i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| misc | FinalParameters | Parameter A1 should be final. | 80 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter B1 should be final. | 80 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter C1 should be final. | 80 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter D1 should be final. | 80 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter type should be final. | 80 | |
| misc | FinalParameters | Parameter FH should be final. | 80 | |
| naming | ParameterName | Name 'FH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 82 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| coding | MagicNumber | '4' is a magic number. | 89 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| coding | MagicNumber | '5' is a magic number. | 96 | |
| naming | LocalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 122 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 122 | |
| misc | FinalParameters | Parameter A1 should be final. | 122 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter B1 should be final. | 122 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter C1 should be final. | 122 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter D1 should be final. | 122 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter type should be final. | 122 | |
| misc | FinalParameters | Parameter A2 should be final. | 122 | |
| naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter B2 should be final. | 122 | |
| naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter C2 should be final. | 122 | |
| naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter D2 should be final. | 122 | |
| naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 124 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| coding | MagicNumber | '3' is a magic number. | 131 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 132 | |
| naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Name 'D21i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'D12i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 140 | |
| naming | LocalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'A21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 143 | |
| naming | LocalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| coding | HiddenField | 'system' hides a field. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 134 | |
| naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 224 | |
| naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| misc | FinalParameters | Parameter G should be final. | 36 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| coding | MagicNumber | '0.001' is a magic number. | 37 | |
| coding | MagicNumber | '1000.0' is a magic number. | 38 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| misc | FinalParameters | Parameter G should be final. | 49 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter wmin should be final. | 49 | |
| coding | MagicNumber | '1000.0' is a magic number. | 50 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 62 | |
| misc | FinalParameters | Parameter G should be final. | 62 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter wmin should be final. | 62 | |
| misc | FinalParameters | Parameter wmax should be final. | 62 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 77 | |
| misc | FinalParameters | Parameter g should be final. | 77 | |
| misc | FinalParameters | Parameter wmin should be final. | 77 | |
| misc | FinalParameters | Parameter wmax should be final. | 77 | |
| misc | FinalParameters | Parameter tolerance should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 86 | |
| coding | MagicNumber | '20' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| coding | MagicNumber | '-180.0' is a magic number. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter A should be final. | 35 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| misc | FinalParameters | Parameter B should be final. | 35 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 43 | |
| misc | FinalParameters | Parameter G should be final. | 43 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| misc | FinalParameters | Parameter n should be final. | 43 | |
| misc | FinalParameters | Parameter mw should be final. | 43 | |
| misc | FinalParameters | Parameter pz should be final. | 43 | |
| misc | FinalParameters | Parameter gamma should be final. | 43 | |
| naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 82 | |
| naming | LocalVariableName | Name 'IDTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 83 | |
| naming | LocalVariableName | Name 'IDDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalVariableName | Name 'DTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 86 | |
| naming | LocalVariableName | Name 'TMP1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 87 | |
| naming | LocalVariableName | Name 'ARx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 88 | |
| naming | LocalVariableName | Name 'QRx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 89 | |
| naming | LocalVariableName | Name 'RRx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 103 | |
| naming | LocalVariableName | Name 'TMP2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 105 | |
| naming | LocalVariableName | Name 'B2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalVariableName | Name 'C2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 107 | |
| naming | LocalVariableName | Name 'D22b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'DDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 110 | |
| naming | LocalVariableName | Name 'TMP3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 112 | |
| naming | LocalVariableName | Name 'RRy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'TMP4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| naming | LocalVariableName | Name 'ARy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 116 | |
| naming | LocalVariableName | Name 'QRy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 140 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 141 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 145 | |
| naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '3' is a magic number. | 59 | |
| coding | MagicNumber | '4' is a magic number. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 116 | |
| misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 127 | |
| misc | FinalParameters | Parameter simplify should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| misc | FinalParameters | Parameter output should be final. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 266 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 299 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 327 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 403 | |
| coding | MagicNumber | '3' is a magic number. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 436 | |
| javadoc | JavadocMethod | Expected @return tag. | 444 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 545 | |
| misc | FinalParameters | Parameter opponent should be final. | 552 | |
| misc | FinalParameters | Parameter tolerance should be final. | 552 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 62 | |
| misc | FinalParameters | Parameter A should be final. | 62 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter B should be final. | 62 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter C should be final. | 62 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter D should be final. | 62 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 62 | |
| misc | FinalParameters | Parameter T should be final. | 62 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 112 | |
| misc | FinalParameters | Parameter system should be final. | 112 | |
| misc | FinalParameters | Parameter T should be final. | 112 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 131 | |
| misc | FinalParameters | Parameter g should be final. | 131 | |
| misc | FinalParameters | Parameter T should be final. | 131 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| coding | MagicNumber | '3' is a magic number. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 148 | |
| misc | FinalParameters | Parameter G should be final. | 148 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 148 | |
| misc | FinalParameters | Parameter T should be final. | 148 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| coding | MagicNumber | '3' is a magic number. | 154 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| coding | MagicNumber | '3' is a magic number. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 173 | |
| misc | FinalParameters | Parameter numerator should be final. | 173 | |
| misc | FinalParameters | Parameter denominator should be final. | 173 | |
| misc | FinalParameters | Parameter T should be final. | 173 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| coding | MagicNumber | '3' is a magic number. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 188 | |
| misc | FinalParameters | Parameter g should be final. | 188 | |
| misc | FinalParameters | Parameter T should be final. | 188 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 202 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 202 | |
| misc | FinalParameters | Parameter g should be final. | 202 | |
| misc | FinalParameters | Parameter T should be final. | 202 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 220 | |
| misc | FinalParameters | Parameter numerator should be final. | 220 | |
| misc | FinalParameters | Parameter denominator should be final. | 220 | |
| misc | FinalParameters | Parameter T should be final. | 220 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 234 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 234 | |
| misc | FinalParameters | Parameter numerator should be final. | 234 | |
| misc | FinalParameters | Parameter denominator should be final. | 234 | |
| misc | FinalParameters | Parameter T should be final. | 234 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 246 | |
| misc | FinalParameters | Parameter G should be final. | 246 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 246 | |
| misc | FinalParameters | Parameter T should be final. | 246 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 261 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 261 | |
| misc | FinalParameters | Parameter G should be final. | 261 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 261 | |
| misc | FinalParameters | Parameter T should be final. | 261 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 50 | |
| misc | FinalParameters | Parameter A should be final. | 50 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter B should be final. | 50 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter C should be final. | 50 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter D should be final. | 50 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter x0 should be final. | 50 | |
| misc | FinalParameters | Parameter T should be final. | 50 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 52 | |
| naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 73 | |
| misc | FinalParameters | Parameter g should be final. | 73 | |
| misc | FinalParameters | Parameter x0 should be final. | 73 | |
| misc | FinalParameters | Parameter T should be final. | 73 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| coding | MagicNumber | '3' is a magic number. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 90 | |
| misc | FinalParameters | Parameter G should be final. | 90 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter x0 should be final. | 90 | |
| misc | FinalParameters | Parameter T should be final. | 90 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '3' is a magic number. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 108 | |
| misc | FinalParameters | Parameter numerator should be final. | 108 | |
| misc | FinalParameters | Parameter denominator should be final. | 108 | |
| misc | FinalParameters | Parameter x0 should be final. | 108 | |
| misc | FinalParameters | Parameter T should be final. | 108 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| coding | MagicNumber | '3' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 124 | |
| misc | FinalParameters | Parameter g should be final. | 124 | |
| misc | FinalParameters | Parameter x0 should be final. | 124 | |
| misc | FinalParameters | Parameter T should be final. | 124 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 139 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 139 | |
| misc | FinalParameters | Parameter g should be final. | 139 | |
| misc | FinalParameters | Parameter x0 should be final. | 139 | |
| misc | FinalParameters | Parameter T should be final. | 139 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 158 | |
| misc | FinalParameters | Parameter numerator should be final. | 158 | |
| misc | FinalParameters | Parameter denominator should be final. | 158 | |
| misc | FinalParameters | Parameter x0 should be final. | 158 | |
| misc | FinalParameters | Parameter T should be final. | 158 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 173 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 173 | |
| misc | FinalParameters | Parameter numerator should be final. | 173 | |
| misc | FinalParameters | Parameter denominator should be final. | 173 | |
| misc | FinalParameters | Parameter x0 should be final. | 173 | |
| misc | FinalParameters | Parameter T should be final. | 173 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 185 | |
| misc | FinalParameters | Parameter G should be final. | 185 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| misc | FinalParameters | Parameter x0 should be final. | 185 | |
| misc | FinalParameters | Parameter T should be final. | 185 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 200 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 200 | |
| misc | FinalParameters | Parameter G should be final. | 200 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| misc | FinalParameters | Parameter x0 should be final. | 200 | |
| misc | FinalParameters | Parameter T should be final. | 200 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 231 | |
| misc | FinalParameters | Parameter A should be final. | 231 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter B should be final. | 231 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter C should be final. | 231 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter D should be final. | 231 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter x0 should be final. | 231 | |
| misc | FinalParameters | Parameter T should be final. | 231 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 249 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 249 | |
| misc | FinalParameters | Parameter A should be final. | 249 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| misc | FinalParameters | Parameter B should be final. | 249 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| misc | FinalParameters | Parameter C should be final. | 249 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| misc | FinalParameters | Parameter D should be final. | 249 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| misc | FinalParameters | Parameter x0 should be final. | 249 | |
| misc | FinalParameters | Parameter T should be final. | 249 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 37 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 37 | |
| javadoc | JavadocMethod | Expected @return tag. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 328 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 338 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 360 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 369 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 369 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 451 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 476 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 486 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 574 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 265). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 196 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 51 | |
| misc | FinalParameters | Parameter A should be final. | 51 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter B should be final. | 51 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter C should be final. | 51 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter Q should be final. | 51 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter R should be final. | 51 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 52 | |
| naming | LocalVariableName | Name 'LP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter Q should be final. | 61 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter R should be final. | 61 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 95 | |
| misc | FinalParameters | Parameter A should be final. | 96 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter B should be final. | 96 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter Q should be final. | 96 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter R should be final. | 96 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 121 | |
| misc | FinalParameters | Parameter A should be final. | 121 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| misc | FinalParameters | Parameter B should be final. | 121 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| misc | FinalParameters | Parameter Q should be final. | 121 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| misc | FinalParameters | Parameter R should be final. | 121 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| misc | FinalParameters | Parameter S should be final. | 121 | |
| naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 122 | |
| naming | LocalFinalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 123 | |
| naming | LocalFinalVariableName | Name 'QQ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 126 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 130 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 144 | |
| misc | FinalParameters | Parameter A should be final. | 144 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter B should be final. | 144 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter Q should be final. | 144 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter R should be final. | 144 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 146 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 154 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 160 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 161 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 167 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 171 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 177 | |
| naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 188 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 238). | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter A should be final. | 194 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| misc | FinalParameters | Parameter B should be final. | 194 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| misc | FinalParameters | Parameter Q should be final. | 194 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| misc | FinalParameters | Parameter R should be final. | 194 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 196 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 204 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 210 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 211 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 217 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 221 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
| naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 237 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| misc | FinalParameters | Parameter a should be final. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 253 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 267 | |
| misc | FinalParameters | Parameter a should be final. | 268 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| misc | FinalParameters | Parameter a should be final. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 286 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 286 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 299 | |
| misc | FinalParameters | Parameter a should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 304 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 53 | |
| misc | FinalParameters | Parameter A should be final. | 53 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter B should be final. | 53 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter Q should be final. | 53 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter R should be final. | 53 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 55 | |
| naming | LocalVariableName | Name 'Ri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 79 | |
| misc | FinalParameters | Parameter A should be final. | 79 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter B should be final. | 79 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter Q should be final. | 79 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter R should be final. | 79 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter S should be final. | 79 | |
| naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 81 | |
| naming | LocalVariableName | Name 'Ri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 90 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 50 | |
| misc | FinalParameters | Parameter A should be final. | 50 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter B should be final. | 50 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter C should be final. | 50 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter D should be final. | 50 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter Q should be final. | 50 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter R should be final. | 50 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 73 | |
| misc | FinalParameters | Parameter A should be final. | 73 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter B should be final. | 73 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter C should be final. | 73 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter D should be final. | 73 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter Q should be final. | 73 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter R should be final. | 73 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter S should be final. | 73 | |
| naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 49 | |
| misc | FinalParameters | Parameter A should be final. | 49 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter B should be final. | 49 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter C should be final. | 49 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter D should be final. | 49 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter U_ should be final. | 49 | |
| naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter T should be final. | 49 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 74 | |
| misc | FinalParameters | Parameter A should be final. | 74 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter B should be final. | 74 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter C should be final. | 74 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter D should be final. | 74 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter E should be final. | 74 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter U_ should be final. | 74 | |
| naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter T should be final. | 74 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 92 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 92 | |
| misc | FinalParameters | Parameter A_ should be final. | 92 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter B_ should be final. | 92 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter C should be final. | 92 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter D should be final. | 92 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter E_ should be final. | 92 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter U_ should be final. | 92 | |
| naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter T_ should be final. | 92 | |
| naming | ParameterName | Name 'T_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| misc | FinalParameters | Parameter x0_ should be final. | 92 | |
| naming | ParameterName | Name 'x0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 119 | |
| misc | FinalParameters | Parameter A should be final. | 119 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter B should be final. | 119 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter C should be final. | 119 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter D should be final. | 119 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter U_ should be final. | 119 | |
| naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter T should be final. | 119 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter x0_ should be final. | 119 | |
| naming | ParameterName | Name 'x0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 121 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 134 | |
| naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name 'Ba' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Name 'Ca' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'Da' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| coding | MagicNumber | '3' is a magic number. | 139 | |
| naming | LocalVariableName | Name 'Aad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'Bad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 150 | |
| naming | LocalVariableName | Name 'Xa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 157 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 172 | |
| misc | FinalParameters | Parameter A should be final. | 172 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| misc | FinalParameters | Parameter B should be final. | 172 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| misc | FinalParameters | Parameter C should be final. | 172 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| misc | FinalParameters | Parameter D should be final. | 172 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| misc | FinalParameters | Parameter U should be final. | 172 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| misc | FinalParameters | Parameter T should be final. | 172 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 189 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 189 | |
| misc | FinalParameters | Parameter A should be final. | 189 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter B should be final. | 189 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter C should be final. | 189 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter D should be final. | 189 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter U should be final. | 189 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| misc | FinalParameters | Parameter T should be final. | 189 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 205 | |
| misc | FinalParameters | Parameter A should be final. | 205 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter B should be final. | 205 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter C should be final. | 205 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter D should be final. | 205 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter U should be final. | 205 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter T should be final. | 205 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| misc | FinalParameters | Parameter x0 should be final. | 205 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 224 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 224 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 224 | |
| misc | FinalParameters | Parameter A should be final. | 224 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter B should be final. | 224 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter C should be final. | 224 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter D should be final. | 224 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter U should be final. | 224 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter T should be final. | 224 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter x0 should be final. | 224 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 282 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 282 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 282 | |
| misc | FinalParameters | Parameter A_ should be final. | 282 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter B_ should be final. | 282 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter C_ should be final. | 282 | |
| naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter D_ should be final. | 282 | |
| naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter E_ should be final. | 282 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter U should be final. | 282 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter T should be final. | 282 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter x0 should be final. | 282 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| coding | MagicNumber | '3' is a magic number. | 287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 306 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 306 | |
| misc | FinalParameters | Parameter A_ should be final. | 306 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter B_ should be final. | 306 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter C_ should be final. | 306 | |
| naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter D_ should be final. | 306 | |
| naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter E_ should be final. | 306 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter U should be final. | 306 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter T should be final. | 306 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter x0 should be final. | 306 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 308 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| coding | MagicNumber | '3' is a magic number. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 328 | |
| misc | FinalParameters | Parameter A_ should be final. | 328 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter B_ should be final. | 328 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter C_ should be final. | 328 | |
| naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter D_ should be final. | 328 | |
| naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter E_ should be final. | 328 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter U should be final. | 328 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| misc | FinalParameters | Parameter T should be final. | 328 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 | |
| coding | MagicNumber | '3' is a magic number. | 333 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 350 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 350 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 350 | |
| misc | FinalParameters | Parameter A_ should be final. | 350 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter B_ should be final. | 350 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter C_ should be final. | 350 | |
| naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter D_ should be final. | 350 | |
| naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter E_ should be final. | 350 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter U should be final. | 350 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| misc | FinalParameters | Parameter T should be final. | 350 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
| coding | MagicNumber | '3' is a magic number. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| misc | FinalParameters | Parameter A_ should be final. | 360 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter B_ should be final. | 360 | |
| naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter C_ should be final. | 360 | |
| naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter D_ should be final. | 360 | |
| naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter E_ should be final. | 360 | |
| naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 44 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 63 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 69 | |
| naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 92 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 111 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 117 | |
| naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 140 | |
| misc | FinalParameters | Parameter A should be final. | 140 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter B should be final. | 140 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter E should be final. | 140 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter s_ should be final. | 140 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 142 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 162 | |
| naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 188 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 208 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 214 | |
| naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 241 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 261 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
| naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 294 | |
| misc | FinalParameters | Parameter A should be final. | 295 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| misc | FinalParameters | Parameter B should be final. | 295 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| misc | FinalParameters | Parameter E should be final. | 295 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| misc | FinalParameters | Parameter s_ should be final. | 295 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 297 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
| naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 319 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 343 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 346 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 366 | |
| naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 34 | |
| misc | FinalParameters | Parameter A should be final. | 34 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter B should be final. | 34 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter U should be final. | 34 | |
| naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 47 | |
| misc | FinalParameters | Parameter A should be final. | 47 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter B should be final. | 47 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter inputSequence should be final. | 47 | |
| misc | FinalParameters | Parameter x0 should be final. | 47 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 50 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 46 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 248). | 70 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 93 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| naming | LocalVariableName | Name 'UaTa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Name 'UaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'TaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'Ua' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'Ta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'UbTb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalVariableName | Name 'UbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| naming | LocalVariableName | Name 'TbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Name 'Ub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| naming | LocalVariableName | Name 'Tb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 123 | |
| naming | LocalVariableName | Name 'Pa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 124 | |
| naming | LocalVariableName | Name 'Pb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'PP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 128 | |
| coding | MagicNumber | '1000' is a magic number. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 132 | |
| naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 135 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 145 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 260). | 174 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 183 | |
| naming | LocalVariableName | Name 'UaTa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| naming | LocalVariableName | Name 'UaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'TaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Name 'Ua' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| naming | LocalVariableName | Name 'Ta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| naming | LocalVariableName | Name 'UbTb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 | |
| naming | LocalVariableName | Name 'UbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
| naming | LocalVariableName | Name 'TbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| naming | LocalVariableName | Name 'Ub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalVariableName | Name 'Tb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 204 | |
| naming | LocalVariableName | Name 'Pa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| naming | LocalVariableName | Name 'Pb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| naming | LocalVariableName | Name 'PP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 209 | |
| coding | MagicNumber | '1000' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 213 | |
| naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 216 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 226 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 37 | |
| misc | FinalParameters | Parameter Mg should be final. | 37 | |
| naming | ParameterName | Name 'Mg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter Ph should be final. | 37 | |
| naming | ParameterName | Name 'Ph' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter w should be final. | 37 | |
| coding | MagicNumber | '-180.0' is a magic number. | 40 | |
| coding | MagicNumber | '-180' is a magic number. | 41 | |
| coding | MagicNumber | '-180' is a magic number. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 58 | |
| coding | MagicNumber | '180' is a magic number. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 81 | |
| coding | MagicNumber | '180' is a magic number. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| misc | FinalParameters | Parameter A should be final. | 42 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| misc | FinalParameters | Parameter B should be final. | 42 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| misc | FinalParameters | Parameter C should be final. | 42 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| misc | FinalParameters | Parameter D should be final. | 42 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 232). | 59 | |
| misc | FinalParameters | Parameter A should be final. | 60 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter B should be final. | 60 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter C should be final. | 60 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter D should be final. | 60 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 74 | |
| misc | FinalParameters | Parameter A should be final. | 74 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter B should be final. | 74 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter C should be final. | 74 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter D should be final. | 74 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter tolerance should be final. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 88 | |
| misc | FinalParameters | Parameter A should be final. | 88 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| misc | FinalParameters | Parameter B should be final. | 88 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| misc | FinalParameters | Parameter C should be final. | 88 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| misc | FinalParameters | Parameter D should be final. | 88 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| misc | FinalParameters | Parameter tolerance should be final. | 88 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 90 | |
| naming | LocalFinalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| naming | LocalFinalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalFinalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalFinalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 232). | 117 | |
| misc | FinalParameters | Parameter A should be final. | 118 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter B should be final. | 118 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter C should be final. | 118 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter D should be final. | 118 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter tolerance should be final. | 118 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 144 | |
| misc | FinalParameters | Parameter A should be final. | 144 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter B should be final. | 144 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter C should be final. | 144 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter D should be final. | 144 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| misc | FinalParameters | Parameter tolerance should be final. | 144 | |
| misc | FinalParameters | Parameter order should be final. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 159 | |
| misc | FinalParameters | Parameter A should be final. | 159 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| misc | FinalParameters | Parameter B should be final. | 159 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| misc | FinalParameters | Parameter C should be final. | 159 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| misc | FinalParameters | Parameter D should be final. | 159 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| misc | FinalParameters | Parameter tolerance should be final. | 159 | |
| misc | FinalParameters | Parameter order should be final. | 159 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 166 | |
| naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| coding | MagicNumber | '3' is a magic number. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 209 | |
| misc | FinalParameters | Parameter A should be final. | 209 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| misc | FinalParameters | Parameter B should be final. | 209 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| misc | FinalParameters | Parameter C should be final. | 209 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| misc | FinalParameters | Parameter D should be final. | 209 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| misc | FinalParameters | Parameter tolerance should be final. | 209 | |
| naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
| naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| coding | MagicNumber | '4' is a magic number. | 218 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 | |
| coding | MagicNumber | '4' is a magic number. | 238 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 | |
| naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 238). | 270 | |
| misc | FinalParameters | Parameter A should be final. | 271 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| misc | FinalParameters | Parameter B should be final. | 271 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| misc | FinalParameters | Parameter C should be final. | 271 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| misc | FinalParameters | Parameter D should be final. | 271 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
| misc | FinalParameters | Parameter tolerance should be final. | 271 | |
| naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 | |
| naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter args should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 41 | |
| misc | FinalParameters | Parameter g should be final. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 68 | |
| misc | FinalParameters | Parameter g should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 79 | |
| misc | FinalParameters | Parameter g should be final. | 79 | |
| misc | FinalParameters | Parameter w should be final. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 93 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 93 | |
| misc | FinalParameters | Parameter g should be final. | 93 | |
| misc | FinalParameters | Parameter w should be final. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 94 | |
| coding | MagicNumber | '20' is a magic number. | 98 | |
| naming | LocalVariableName | Name 'gain_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| coding | MagicNumber | '5' is a magic number. | 99 | |
| coding | MagicNumber | '5' is a magic number. | 99 | |
| naming | LocalVariableName | Name 'gain_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| coding | MagicNumber | '5' is a magic number. | 100 | |
| coding | MagicNumber | '5' is a magic number. | 100 | |
| coding | MagicNumber | '40.0' is a magic number. | 105 | |
| coding | MagicNumber | '40.0' is a magic number. | 106 | |
| coding | MagicNumber | '-30.0' is a magic number. | 108 | |
| coding | MagicNumber | '-30.0' is a magic number. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| naming | LocalVariableName | Name 'theta_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| coding | MagicNumber | '-269.0' is a magic number. | 115 | |
| coding | MagicNumber | '-91.0' is a magic number. | 115 | |
| coding | MagicNumber | '50' is a magic number. | 115 | |
| naming | LocalVariableName | Name 'G_M0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| coding | MagicNumber | '180' is a magic number. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 123 | |
| naming | LocalVariableName | Name 'Mm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| coding | MagicNumber | '0.5' is a magic number. | 123 | |
| coding | MagicNumber | '4' is a magic number. | 123 | |
| coding | MagicNumber | '6' is a magic number. | 123 | |
| coding | MagicNumber | '10' is a magic number. | 123 | |
| coding | MagicNumber | '15' is a magic number. | 123 | |
| coding | MagicNumber | '20' is a magic number. | 123 | |
| coding | MagicNumber | '27' is a magic number. | 123 | |
| coding | MagicNumber | '33' is a magic number. | 123 | |
| coding | MagicNumber | '40' is a magic number. | 123 | |
| naming | LocalVariableName | Name 'theta_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| coding | MagicNumber | '-360.0' is a magic number. | 124 | |
| coding | MagicNumber | '50' is a magic number. | 124 | |
| naming | LocalVariableName | Name 'Nm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'G_Mm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| coding | MagicNumber | '10' is a magic number. | 129 | |
| coding | MagicNumber | '20' is a magic number. | 129 | |
| coding | MagicNumber | '180' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 138 | |
| naming | LocalVariableName | Name 'Mp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| coding | MagicNumber | '12' is a magic number. | 138 | |
| coding | MagicNumber | '6' is a magic number. | 138 | |
| coding | MagicNumber | '4' is a magic number. | 138 | |
| coding | MagicNumber | '3' is a magic number. | 138 | |
| coding | MagicNumber | '0.5' is a magic number. | 138 | |
| coding | MagicNumber | '0.25' is a magic number. | 138 | |
| naming | LocalVariableName | Name 'theta_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| coding | MagicNumber | '-270.0' is a magic number. | 139 | |
| coding | MagicNumber | '-90.0' is a magic number. | 139 | |
| naming | LocalVariableName | Name 'Np' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'G_Mp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'Theta_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| coding | MagicNumber | '10' is a magic number. | 146 | |
| coding | MagicNumber | '20' is a magic number. | 146 | |
| coding | MagicNumber | '180' is a magic number. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 185 | |
| naming | LocalVariableName | Name 'Alpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| coding | MagicNumber | '150' is a magic number. | 185 | |
| coding | MagicNumber | '120' is a magic number. | 185 | |
| coding | MagicNumber | '90' is a magic number. | 185 | |
| coding | MagicNumber | '60' is a magic number. | 185 | |
| coding | MagicNumber | '30' is a magic number. | 185 | |
| coding | MagicNumber | '20' is a magic number. | 185 | |
| coding | MagicNumber | '10' is a magic number. | 185 | |
| coding | MagicNumber | '5' is a magic number. | 185 | |
| coding | MagicNumber | '-360.0' is a magic number. | 187 | |
| naming | LocalVariableName | Name 'Na' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'Ga' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Name 'Theta_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| coding | MagicNumber | '180' is a magic number. | 192 | |
| coding | MagicNumber | '180' is a magic number. | 194 | |
| naming | LocalVariableName | Name 'data_tits_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| naming | LocalVariableName | Name 'data_cmds_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| naming | LocalVariableName | Name 'data_tits_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| naming | LocalVariableName | Name 'data_cmds_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| naming | LocalVariableName | Name 'data_tits_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| naming | LocalVariableName | Name 'data_cmds_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| coding | MagicNumber | '-360' is a magic number. | 229 | |
| coding | MagicNumber | '-360' is a magic number. | 230 | |
| coding | MagicNumber | '60' is a magic number. | 230 | |
| coding | MagicNumber | '-100.0' is a magic number. | 233 | |
| coding | MagicNumber | '27.0' is a magic number. | 233 | |
| coding | MagicNumber | '-5.0' is a magic number. | 234 | |
| coding | MagicNumber | '26.0' is a magic number. | 234 | |
| coding | MagicNumber | '-5.0' is a magic number. | 235 | |
| coding | MagicNumber | '19.0' is a magic number. | 235 | |
| coding | MagicNumber | '-5.0' is a magic number. | 236 | |
| coding | MagicNumber | '13.0' is a magic number. | 236 | |
| coding | MagicNumber | '-5.0' is a magic number. | 237 | |
| coding | MagicNumber | '6.0' is a magic number. | 237 | |
| coding | MagicNumber | '-5.0' is a magic number. | 238 | |
| coding | MagicNumber | '1.5' is a magic number. | 238 | |
| coding | MagicNumber | '-5.0' is a magic number. | 239 | |
| coding | MagicNumber | '-5.5' is a magic number. | 239 | |
| coding | MagicNumber | '-5.0' is a magic number. | 240 | |
| coding | MagicNumber | '-12.0' is a magic number. | 240 | |
| coding | MagicNumber | '-5.0' is a magic number. | 241 | |
| coding | MagicNumber | '-18.0' is a magic number. | 241 | |
| coding | MagicNumber | '-5.0' is a magic number. | 242 | |
| coding | MagicNumber | '-25.0' is a magic number. | 242 | |
| coding | MagicNumber | '-180.0' is a magic number. | 244 | |
| coding | MagicNumber | '32.0' is a magic number. | 244 | |
| coding | MagicNumber | '-180.0' is a magic number. | 245 | |
| coding | MagicNumber | '26.0' is a magic number. | 245 | |
| coding | MagicNumber | '-180.0' is a magic number. | 246 | |
| coding | MagicNumber | '20.0' is a magic number. | 246 | |
| coding | MagicNumber | '-180.0' is a magic number. | 247 | |
| coding | MagicNumber | '15.0' is a magic number. | 247 | |
| coding | MagicNumber | '-180.0' is a magic number. | 248 | |
| coding | MagicNumber | '11.5' is a magic number. | 248 | |
| coding | MagicNumber | '-180.0' is a magic number. | 249 | |
| coding | MagicNumber | '9.5' is a magic number. | 249 | |
| coding | MagicNumber | '-180.0' is a magic number. | 250 | |
| coding | MagicNumber | '7.0' is a magic number. | 250 | |
| coding | MagicNumber | '-180.0' is a magic number. | 251 | |
| coding | MagicNumber | '3.5' is a magic number. | 251 | |
| coding | MagicNumber | '-70.0' is a magic number. | 253 | |
| coding | MagicNumber | '30.0' is a magic number. | 253 | |
| coding | MagicNumber | '-70.0' is a magic number. | 254 | |
| coding | MagicNumber | '22.0' is a magic number. | 254 | |
| coding | MagicNumber | '-70.0' is a magic number. | 255 | |
| coding | MagicNumber | '15.0' is a magic number. | 255 | |
| coding | MagicNumber | '-70.0' is a magic number. | 256 | |
| coding | MagicNumber | '9.0' is a magic number. | 256 | |
| coding | MagicNumber | '-70.0' is a magic number. | 257 | |
| coding | MagicNumber | '4.0' is a magic number. | 257 | |
| coding | MagicNumber | '-82.0' is a magic number. | 259 | |
| coding | MagicNumber | '-3.0' is a magic number. | 259 | |
| coding | MagicNumber | '-100.0' is a magic number. | 260 | |
| coding | MagicNumber | '-7.0' is a magic number. | 260 | |
| coding | MagicNumber | '-120.0' is a magic number. | 261 | |
| coding | MagicNumber | '-10.0' is a magic number. | 261 | |
| coding | MagicNumber | '-145.0' is a magic number. | 262 | |
| coding | MagicNumber | '-13.0' is a magic number. | 262 | |
| coding | MagicNumber | '-290.0' is a magic number. | 264 | |
| coding | MagicNumber | '30.0' is a magic number. | 264 | |
| coding | MagicNumber | '-290.0' is a magic number. | 265 | |
| coding | MagicNumber | '22.0' is a magic number. | 265 | |
| coding | MagicNumber | '-290.0' is a magic number. | 266 | |
| coding | MagicNumber | '15.0' is a magic number. | 266 | |
| coding | MagicNumber | '-290.0' is a magic number. | 267 | |
| coding | MagicNumber | '9.0' is a magic number. | 267 | |
| coding | MagicNumber | '-290.0' is a magic number. | 268 | |
| coding | MagicNumber | '4.0' is a magic number. | 268 | |
| coding | MagicNumber | '-278.0' is a magic number. | 270 | |
| coding | MagicNumber | '-3.0' is a magic number. | 270 | |
| coding | MagicNumber | '-260.0' is a magic number. | 271 | |
| coding | MagicNumber | '-7.0' is a magic number. | 271 | |
| coding | MagicNumber | '-240.0' is a magic number. | 272 | |
| coding | MagicNumber | '-10.0' is a magic number. | 272 | |
| coding | MagicNumber | '-215.0' is a magic number. | 273 | |
| coding | MagicNumber | '-13.0' is a magic number. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 278 | |
| coding | MagicNumber | '20' is a magic number. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 279 | |
| coding | MagicNumber | '20' is a magic number. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 280 | |
| coding | MagicNumber | '20' is a magic number. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 281 | |
| coding | MagicNumber | '20' is a magic number. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'system' hides a field. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 62 | |
| coding | HiddenField | 'system' hides a field. | 62 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 105 | |
| naming | LocalFinalVariableName | Name 'G2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| coding | MagicNumber | '10' is a magic number. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 186 | |
| misc | FinalParameters | Parameter isDrawingForPositiveFrequency should be final. | 186 | |
| coding | HiddenField | 'isDrawingForPositiveFrequency' hides a field. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 204 | |
| misc | FinalParameters | Parameter isDrawingForNegativeFrequency should be final. | 204 | |
| coding | HiddenField | 'isDrawingForNegativeFrequency' hides a field. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'gnuplot' hides a field. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter realImagList should be final. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 69 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter realImagList should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| coding | MagicNumber | '0.1' is a magic number. | 237 | |
| coding | MagicNumber | '0.1' is a magic number. | 237 | |
| coding | MagicNumber | '100' is a magic number. | 240 | |
| coding | MagicNumber | '100' is a magic number. | 241 | |
| coding | MagicNumber | '10' is a magic number. | 243 | |
| coding | MagicNumber | '10' is a magic number. | 243 | |
| coding | MagicNumber | '-2' is a magic number. | 246 | |
| coding | MagicNumber | '-100' is a magic number. | 247 | |
| coding | MagicNumber | '-100' is a magic number. | 248 | |
| coding | MagicNumber | '10' is a magic number. | 250 | |
| coding | MagicNumber | '10' is a magic number. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| coding | MagicNumber | '0.1' is a magic number. | 273 | |
| coding | MagicNumber | '0.1' is a magic number. | 273 | |
| coding | MagicNumber | '100' is a magic number. | 276 | |
| coding | MagicNumber | '100' is a magic number. | 277 | |
| coding | MagicNumber | '10' is a magic number. | 279 | |
| coding | MagicNumber | '10' is a magic number. | 279 | |
| coding | MagicNumber | '-100' is a magic number. | 283 | |
| coding | MagicNumber | '-100' is a magic number. | 284 | |
| coding | MagicNumber | '10' is a magic number. | 286 | |
| coding | MagicNumber | '10' is a magic number. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| misc | FinalParameters | Parameter A should be final. | 54 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| misc | FinalParameters | Parameter B should be final. | 54 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| misc | FinalParameters | Parameter C should be final. | 54 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| misc | FinalParameters | Parameter A should be final. | 71 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter B should be final. | 71 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter C should be final. | 71 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter tolerance should be final. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 84 | |
| misc | FinalParameters | Parameter A should be final. | 84 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter B should be final. | 84 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter C should be final. | 84 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter tolerance should be final. | 84 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 90 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| coding | MagicNumber | '3' is a magic number. | 94 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '4' is a magic number. | 95 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 118 | |
| misc | FinalParameters | Parameter A should be final. | 119 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter B should be final. | 119 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter C should be final. | 119 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| misc | FinalParameters | Parameter tolerance should be final. | 119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 125 | |
| naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 225). | 33 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| design | VisibilityModifier | Variable 'A' must be private and have accessor methods. | 36 | |
| naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'B' must be private and have accessor methods. | 38 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| design | VisibilityModifier | Variable 'C' must be private and have accessor methods. | 40 | |
| naming | MemberName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| design | VisibilityModifier | Variable 'T' must be private and have accessor methods. | 42 | |
| naming | MemberName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| design | VisibilityModifier | Variable 'K' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter A should be final. | 55 | |
| coding | HiddenField | 'A' hides a field. | 55 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter B should be final. | 55 | |
| coding | HiddenField | 'B' hides a field. | 55 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter C should be final. | 55 | |
| coding | HiddenField | 'C' hides a field. | 55 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter T should be final. | 55 | |
| coding | HiddenField | 'T' hides a field. | 55 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter K should be final. | 55 | |
| coding | HiddenField | 'K' hides a field. | 55 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| misc | FinalParameters | Parameter A should be final. | 54 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| misc | FinalParameters | Parameter B should be final. | 54 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| misc | FinalParameters | Parameter C should be final. | 54 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| misc | FinalParameters | Parameter poles should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 65 | |
| naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 80 | |
| naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 82 | |
| naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 85 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| misc | FinalParameters | Parameter A should be final. | 117 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| misc | FinalParameters | Parameter B should be final. | 117 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| misc | FinalParameters | Parameter C should be final. | 117 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 138 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 141 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 145 | |
| naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 148 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 259). | 192 | |
| misc | FinalParameters | Parameter A should be final. | 192 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| misc | FinalParameters | Parameter B should be final. | 192 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| misc | FinalParameters | Parameter C should be final. | 192 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| misc | FinalParameters | Parameter poles should be final. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 203 | |
| naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 218 | |
| naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 264 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 264 | |
| misc | FinalParameters | Parameter A should be final. | 264 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| misc | FinalParameters | Parameter B should be final. | 264 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| misc | FinalParameters | Parameter C should be final. | 264 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 | |
| naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 | |
| naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 | |
| naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
| naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 288 | |
| naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter A should be final. | 39 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| misc | FinalParameters | Parameter C should be final. | 39 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 59 | |
| misc | FinalParameters | Parameter A should be final. | 60 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter C should be final. | 60 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 58 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 58 | |
| misc | FinalParameters | Parameter A1 should be final. | 58 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter B1 should be final. | 58 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter C1 should be final. | 58 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter D1 should be final. | 58 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter A2 should be final. | 58 | |
| naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter B2 should be final. | 58 | |
| naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter C2 should be final. | 58 | |
| naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter D2 should be final. | 58 | |
| naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| design | VisibilityModifier | Variable 'lineNumbers' must be private and have accessor methods. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| design | VisibilityModifier | Variable 'lineNames' must be private and have accessor methods. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| design | VisibilityModifier | Variable 'colorSize' must be private and have accessor methods. | 29 | |
| coding | MagicNumber | '6' is a magic number. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 37 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 69 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 85 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| misc | FinalParameters | Parameter key should be final. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| misc | FinalParameters | Parameter key should be final. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| misc | FinalParameters | Parameter key should be final. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| misc | FinalParameters | Parameter key should be final. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| misc | FinalParameters | Parameter key should be final. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| misc | FinalParameters | Parameter key should be final. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| misc | FinalParameters | Parameter key should be final. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| misc | FinalParameters | Parameter key should be final. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| misc | FinalParameters | Parameter G should be final. | 41 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| coding | MagicNumber | '0.001' is a magic number. | 42 | |
| coding | MagicNumber | '1000.0' is a magic number. | 43 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| misc | FinalParameters | Parameter G should be final. | 53 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter wmin should be final. | 53 | |
| coding | MagicNumber | '1000.0' is a magic number. | 54 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| misc | FinalParameters | Parameter G should be final. | 65 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| misc | FinalParameters | Parameter wmin should be final. | 65 | |
| misc | FinalParameters | Parameter wmax should be final. | 65 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 79 | |
| misc | FinalParameters | Parameter g should be final. | 79 | |
| misc | FinalParameters | Parameter wmin should be final. | 79 | |
| misc | FinalParameters | Parameter wmax should be final. | 79 | |
| misc | FinalParameters | Parameter tolerance should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 86 | |
| coding | MagicNumber | '20' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 98 | |
| coding | MagicNumber | '180' is a magic number. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 111 | |
| naming | MethodName | Name 'pmargin_roots' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter g should be final. | 118 | |
| coding | MagicNumber | '1.0E-12' is a magic number. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 128 | |
| naming | MethodName | Name 'pmargin_roots' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| misc | FinalParameters | Parameter g should be final. | 128 | |
| misc | FinalParameters | Parameter tolerance should be final. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 151 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 153 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 153 | |
| coding | MagicNumber | '180' is a magic number. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 52 | |
| misc | FinalParameters | Parameter A should be final. | 52 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter B should be final. | 52 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter poles should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 83 | |
| misc | FinalParameters | Parameter A should be final. | 84 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter B should be final. | 84 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter poles should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 112 | |
| misc | FinalParameters | Parameter A should be final. | 112 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| misc | FinalParameters | Parameter B should be final. | 112 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| misc | FinalParameters | Parameter poles should be final. | 112 | |
| misc | FinalParameters | Parameter batch should be final. | 112 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 121 | |
| naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'Po' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 128 | |
| coding | MagicNumber | '10' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 166 | |
| misc | FinalParameters | Parameter A should be final. | 167 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter B should be final. | 167 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter poles should be final. | 167 | |
| misc | FinalParameters | Parameter batch should be final. | 167 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Name 'Po' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 183 | |
| coding | MagicNumber | '10' is a magic number. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 202 | |
| misc | FinalParameters | Parameter A should be final. | 202 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| misc | FinalParameters | Parameter b should be final. | 202 | |
| misc | FinalParameters | Parameter poles should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 211 | |
| naming | LocalFinalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalFinalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 220 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 237 | |
| misc | FinalParameters | Parameter A should be final. | 238 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| misc | FinalParameters | Parameter b should be final. | 238 | |
| misc | FinalParameters | Parameter poles should be final. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 247 | |
| naming | LocalFinalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| naming | LocalFinalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 270 | |
| misc | FinalParameters | Parameter A should be final. | 270 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| misc | FinalParameters | Parameter B should be final. | 270 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| misc | FinalParameters | Parameter poles should be final. | 270 | |
| misc | FinalParameters | Parameter batch should be final. | 270 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
| naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 300 | |
| naming | LocalFinalVariableName | Name 'V1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| naming | LocalFinalVariableName | Name 'V2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 310 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 334 | |
| misc | FinalParameters | Parameter A should be final. | 335 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| misc | FinalParameters | Parameter B should be final. | 335 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| misc | FinalParameters | Parameter poles should be final. | 335 | |
| misc | FinalParameters | Parameter batch should be final. | 335 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 365 | |
| naming | LocalFinalVariableName | Name 'V1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
| naming | LocalFinalVariableName | Name 'V2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 375 | |
| naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 128 | |
| coding | MagicNumber | '3' is a magic number. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 161 | |
| coding | MagicNumber | '3' is a magic number. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 171 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'output'. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 291 | |
| javadoc | JavadocMethod | Expected @return tag. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 321 | |
| javadoc | JavadocMethod | Expected @return tag. | 332 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 399 | |
| javadoc | JavadocMethod | Expected @return tag. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 492 | |
| coding | MagicNumber | '3' is a magic number. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 501 | |
| javadoc | JavadocMethod | Expected @return tag. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 520 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 521 | |
| misc | FinalParameters | Parameter opponent should be final. | 533 | |
| misc | FinalParameters | Parameter tolerance should be final. | 533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter args should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 45 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| coding | MagicNumber | '100' is a magic number. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 82 | |
| misc | FinalParameters | Parameter A should be final. | 82 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter B should be final. | 82 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter C should be final. | 82 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter D should be final. | 82 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 82 | |
| misc | FinalParameters | Parameter T should be final. | 82 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 84 | |
| naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 93 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 94 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 95 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 104 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| coding | MagicNumber | '3' is a magic number. | 108 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 113 | |
| coding | MagicNumber | '3' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 118 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| coding | MagicNumber | '3' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 128 | |
| coding | MagicNumber | '3' is a magic number. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 142 | |
| misc | FinalParameters | Parameter system should be final. | 142 | |
| misc | FinalParameters | Parameter T should be final. | 142 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 161 | |
| misc | FinalParameters | Parameter g should be final. | 161 | |
| misc | FinalParameters | Parameter T should be final. | 161 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| coding | MagicNumber | '3' is a magic number. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 178 | |
| misc | FinalParameters | Parameter G should be final. | 178 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 178 | |
| misc | FinalParameters | Parameter T should be final. | 178 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| coding | MagicNumber | '3' is a magic number. | 184 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 203 | |
| misc | FinalParameters | Parameter numerator should be final. | 203 | |
| misc | FinalParameters | Parameter denominator should be final. | 203 | |
| misc | FinalParameters | Parameter T should be final. | 203 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| coding | MagicNumber | '3' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 218 | |
| misc | FinalParameters | Parameter g should be final. | 218 | |
| misc | FinalParameters | Parameter T should be final. | 218 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 231 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 231 | |
| misc | FinalParameters | Parameter g should be final. | 231 | |
| misc | FinalParameters | Parameter T should be final. | 231 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 251 | |
| misc | FinalParameters | Parameter numerator should be final. | 251 | |
| misc | FinalParameters | Parameter denominator should be final. | 251 | |
| misc | FinalParameters | Parameter T should be final. | 251 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 265 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 265 | |
| misc | FinalParameters | Parameter numerator should be final. | 265 | |
| misc | FinalParameters | Parameter denominator should be final. | 265 | |
| misc | FinalParameters | Parameter T should be final. | 265 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 277 | |
| misc | FinalParameters | Parameter G should be final. | 277 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 277 | |
| misc | FinalParameters | Parameter T should be final. | 277 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 291 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 291 | |
| misc | FinalParameters | Parameter G should be final. | 291 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 291 | |
| misc | FinalParameters | Parameter T should be final. | 291 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 324 | |
| misc | FinalParameters | Parameter A should be final. | 324 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| misc | FinalParameters | Parameter B should be final. | 324 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| misc | FinalParameters | Parameter C should be final. | 324 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| misc | FinalParameters | Parameter D should be final. | 324 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 324 | |
| misc | FinalParameters | Parameter T should be final. | 324 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 341 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 341 | |
| misc | FinalParameters | Parameter A should be final. | 341 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| misc | FinalParameters | Parameter B should be final. | 341 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| misc | FinalParameters | Parameter C should be final. | 341 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| misc | FinalParameters | Parameter D should be final. | 341 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 341 | |
| misc | FinalParameters | Parameter T should be final. | 341 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| misc | FinalParameters | Parameter A should be final. | 35 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| naming | LocalVariableName | Name 'Gamma' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| misc | FinalParameters | Parameter N should be final. | 38 | |
| coding | HiddenField | 'N' hides a field. | 38 | |
| naming | ParameterName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| misc | FinalParameters | Parameter ch should be final. | 38 | |
| coding | HiddenField | 'ch' hides a field. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 35 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 52 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 70 | |
| misc | FinalParameters | Parameter A should be final. | 70 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter Q should be final. | 70 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter R should be final. | 70 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter residualTolerance should be final. | 70 | |
| misc | FinalParameters | Parameter poleTolerance should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 71 | |
| naming | LocalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 88 | |
| naming | LocalVariableName | Name 'Perr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| misc | FinalParameters | Parameter A should be final. | 41 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter b should be final. | 41 | |
| misc | FinalParameters | Parameter c should be final. | 41 | |
| misc | FinalParameters | Parameter d should be final. | 41 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| coding | MagicNumber | '-3.0' is a magic number. | 42 | |
| coding | MagicNumber | '3.0' is a magic number. | 42 | |
| coding | MagicNumber | '1000' is a magic number. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 64 | |
| misc | FinalParameters | Parameter A should be final. | 64 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter b should be final. | 64 | |
| misc | FinalParameters | Parameter c should be final. | 64 | |
| misc | FinalParameters | Parameter d should be final. | 64 | |
| misc | FinalParameters | Parameter K should be final. | 64 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 70 | |
| naming | LocalVariableName | Name 'RL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| naming | LocalVariableName | Name 'BC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter g should be final. | 87 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| coding | MagicNumber | '3' is a magic number. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| misc | FinalParameters | Parameter g should be final. | 103 | |
| misc | FinalParameters | Parameter K should be final. | 103 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| coding | MagicNumber | '3' is a magic number. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| misc | FinalParameters | Parameter G should be final. | 118 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | MagicNumber | '3' is a magic number. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 134 | |
| misc | FinalParameters | Parameter G should be final. | 134 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| misc | FinalParameters | Parameter K should be final. | 134 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| coding | MagicNumber | '3' is a magic number. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 168 | |
| misc | FinalParameters | Parameter numerator should be final. | 168 | |
| misc | FinalParameters | Parameter denominator should be final. | 168 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| coding | MagicNumber | '3' is a magic number. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 187 | |
| misc | FinalParameters | Parameter numerator should be final. | 187 | |
| misc | FinalParameters | Parameter denominator should be final. | 187 | |
| misc | FinalParameters | Parameter K should be final. | 187 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| coding | MagicNumber | '3' is a magic number. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 204 | |
| misc | FinalParameters | Parameter A should be final. | 204 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| misc | FinalParameters | Parameter b should be final. | 204 | |
| misc | FinalParameters | Parameter c should be final. | 204 | |
| misc | FinalParameters | Parameter d should be final. | 204 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 219 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 219 | |
| misc | FinalParameters | Parameter A should be final. | 219 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| misc | FinalParameters | Parameter b should be final. | 219 | |
| misc | FinalParameters | Parameter c should be final. | 219 | |
| misc | FinalParameters | Parameter d should be final. | 219 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
| coding | MagicNumber | '-3.0' is a magic number. | 220 | |
| coding | MagicNumber | '3.0' is a magic number. | 220 | |
| coding | MagicNumber | '1000' is a magic number. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 233 | |
| misc | FinalParameters | Parameter A should be final. | 233 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| misc | FinalParameters | Parameter b should be final. | 233 | |
| misc | FinalParameters | Parameter c should be final. | 233 | |
| misc | FinalParameters | Parameter d should be final. | 233 | |
| misc | FinalParameters | Parameter K should be final. | 233 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 249 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 249 | |
| misc | FinalParameters | Parameter A should be final. | 249 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| misc | FinalParameters | Parameter b should be final. | 249 | |
| misc | FinalParameters | Parameter c should be final. | 249 | |
| misc | FinalParameters | Parameter d should be final. | 249 | |
| misc | FinalParameters | Parameter K should be final. | 249 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| misc | FinalParameters | Parameter g should be final. | 267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 279 | |
| misc | FinalParameters | Parameter g should be final. | 279 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| coding | MagicNumber | '-3.0' is a magic number. | 280 | |
| coding | MagicNumber | '3.0' is a magic number. | 280 | |
| coding | MagicNumber | '1000' is a magic number. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 290 | |
| misc | FinalParameters | Parameter g should be final. | 290 | |
| misc | FinalParameters | Parameter K should be final. | 290 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 303 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 303 | |
| misc | FinalParameters | Parameter g should be final. | 303 | |
| misc | FinalParameters | Parameter K should be final. | 303 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 305 | |
| coding | MagicNumber | '3' is a magic number. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 317 | |
| misc | FinalParameters | Parameter G should be final. | 317 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 329 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 329 | |
| misc | FinalParameters | Parameter G should be final. | 329 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
| coding | MagicNumber | '-3.0' is a magic number. | 330 | |
| coding | MagicNumber | '3.0' is a magic number. | 330 | |
| coding | MagicNumber | '1000' is a magic number. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 340 | |
| misc | FinalParameters | Parameter G should be final. | 340 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| misc | FinalParameters | Parameter K should be final. | 340 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 353 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 353 | |
| misc | FinalParameters | Parameter G should be final. | 353 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| misc | FinalParameters | Parameter K should be final. | 353 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
| coding | MagicNumber | '3' is a magic number. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 368 | |
| misc | FinalParameters | Parameter numerator should be final. | 368 | |
| misc | FinalParameters | Parameter denominator should be final. | 368 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 381 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 381 | |
| misc | FinalParameters | Parameter numerator should be final. | 381 | |
| misc | FinalParameters | Parameter denominator should be final. | 381 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 | |
| coding | MagicNumber | '-3.0' is a magic number. | 382 | |
| coding | MagicNumber | '3.0' is a magic number. | 382 | |
| coding | MagicNumber | '1000' is a magic number. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 393 | |
| misc | FinalParameters | Parameter numerator should be final. | 393 | |
| misc | FinalParameters | Parameter denominator should be final. | 393 | |
| misc | FinalParameters | Parameter K should be final. | 393 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 407 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 407 | |
| misc | FinalParameters | Parameter numerator should be final. | 407 | |
| misc | FinalParameters | Parameter denominator should be final. | 407 | |
| misc | FinalParameters | Parameter K should be final. | 407 | |
| naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 409 | |
| coding | MagicNumber | '3' is a magic number. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 51 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 51 | |
| misc | FinalParameters | Parameter A1 should be final. | 51 | |
| naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter B1 should be final. | 51 | |
| naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter C1 should be final. | 51 | |
| naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter D1 should be final. | 51 | |
| naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter A2 should be final. | 51 | |
| naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter B2 should be final. | 51 | |
| naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter C2 should be final. | 51 | |
| naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter D2 should be final. | 51 | |
| naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 53 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 58 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| coding | HiddenField | 'system' hides a field. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 52 | |
| coding | MagicNumber | '-2' is a magic number. | 52 | |
| coding | MagicNumber | '3' is a magic number. | 52 | |
| coding | MagicNumber | '100' is a magic number. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter angularFrequencies should be final. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 65 | |
| naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| misc | FinalParameters | Parameter canvas should be final. | 39 | |
| misc | FinalParameters | Parameter sigmas should be final. | 39 | |
| misc | FinalParameters | Parameter angularFrequencies should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 47 | |
| coding | MagicNumber | '6' is a magic number. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 49 | |
| coding | MagicNumber | '6' is a magic number. | 51 | |
| coding | MagicNumber | '10' is a magic number. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 34 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| naming | LocalFinalVariableName | Name 'E2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| naming | LocalFinalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalFinalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| naming | LocalFinalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 59 | |
| naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalFinalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalFinalVariableName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalFinalVariableName | Name 'Eb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 75 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 77 | |
| naming | LocalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 93 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 102 | |
| naming | LocalVariableName | Name 'Esb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 161 | |
| misc | FinalParameters | Parameter a should be final. | 161 | |
| misc | FinalParameters | Parameter b should be final. | 161 | |
| misc | FinalParameters | Parameter c should be final. | 161 | |
| misc | FinalParameters | Parameter d should be final. | 161 | |
| misc | FinalParameters | Parameter e should be final. | 161 | |
| misc | FinalParameters | Parameter simplify should be final. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 41 | |
| misc | FinalParameters | Parameter A should be final. | 41 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter B should be final. | 41 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter C should be final. | 41 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter D should be final. | 41 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 68 | |
| misc | FinalParameters | Parameter A should be final. | 68 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter B should be final. | 68 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter C should be final. | 68 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter D should be final. | 68 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 68 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 70 | |
| naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 114 | |
| misc | FinalParameters | Parameter A should be final. | 115 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| misc | FinalParameters | Parameter B should be final. | 115 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| misc | FinalParameters | Parameter C should be final. | 115 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| misc | FinalParameters | Parameter D should be final. | 115 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 146 | |
| misc | FinalParameters | Parameter A should be final. | 147 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter B should be final. | 147 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter C should be final. | 147 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter D should be final. | 147 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 147 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 149 | |
| naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 52 | |
| misc | FinalParameters | Parameter A should be final. | 52 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter B should be final. | 52 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter C should be final. | 52 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter D should be final. | 52 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 76 | |
| misc | FinalParameters | Parameter A should be final. | 76 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter B should be final. | 76 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter C should be final. | 76 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter D should be final. | 76 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 76 | |
| misc | FinalParameters | Parameter simplify should be final. | 76 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 105 | |
| misc | FinalParameters | Parameter A should be final. | 105 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter B should be final. | 105 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter C should be final. | 105 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter D should be final. | 105 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 127 | |
| misc | FinalParameters | Parameter A should be final. | 127 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter B should be final. | 127 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter C should be final. | 127 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter D should be final. | 127 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter simplify should be final. | 127 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 136 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 167 | |
| misc | FinalParameters | Parameter A should be final. | 167 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter B should be final. | 167 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter C should be final. | 167 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter D should be final. | 167 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| misc | FinalParameters | Parameter simplify should be final. | 167 | |
| misc | FinalParameters | Parameter tolerance should be final. | 167 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 176 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 270). | 209 | |
| misc | FinalParameters | Parameter A should be final. | 210 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| misc | FinalParameters | Parameter B should be final. | 210 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| misc | FinalParameters | Parameter C should be final. | 210 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| misc | FinalParameters | Parameter D should be final. | 210 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 270). | 236 | |
| misc | FinalParameters | Parameter A should be final. | 237 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| misc | FinalParameters | Parameter B should be final. | 237 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| misc | FinalParameters | Parameter C should be final. | 237 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| misc | FinalParameters | Parameter D should be final. | 237 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| misc | FinalParameters | Parameter simplify should be final. | 237 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 247 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 58 | |
| misc | FinalParameters | Parameter A should be final. | 58 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter B should be final. | 58 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter C should be final. | 58 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter D should be final. | 58 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 74 | |
| misc | FinalParameters | Parameter A should be final. | 74 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter B should be final. | 74 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter C should be final. | 74 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter D should be final. | 74 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 90 | |
| misc | FinalParameters | Parameter A should be final. | 90 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter B should be final. | 90 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter C should be final. | 90 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter D should be final. | 90 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 90 | |
| misc | FinalParameters | Parameter outputNumber should be final. | 90 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 131 | |
| misc | FinalParameters | Parameter A should be final. | 132 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter B should be final. | 132 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter C should be final. | 132 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter D should be final. | 132 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 153 | |
| misc | FinalParameters | Parameter A should be final. | 154 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| misc | FinalParameters | Parameter B should be final. | 154 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| misc | FinalParameters | Parameter C should be final. | 154 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| misc | FinalParameters | Parameter D should be final. | 154 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 154 | |
| misc | FinalParameters | Parameter outputNumber should be final. | 154 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 51 | |
| misc | FinalParameters | Parameter A should be final. | 51 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter B should be final. | 51 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter C should be final. | 51 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter D should be final. | 51 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 66 | |
| misc | FinalParameters | Parameter A should be final. | 66 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter B should be final. | 66 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter C should be final. | 66 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter D should be final. | 66 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 66 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 87 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 89 | |
| naming | LocalVariableName | Name 'CA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter args should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 44 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| coding | MagicNumber | '100' is a magic number. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 81 | |
| misc | FinalParameters | Parameter A should be final. | 81 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter B should be final. | 81 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter C should be final. | 81 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter D should be final. | 81 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 81 | |
| misc | FinalParameters | Parameter T should be final. | 81 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 83 | |
| naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 101 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| coding | MagicNumber | '3' is a magic number. | 105 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 115 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | MagicNumber | '3' is a magic number. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 138 | |
| misc | FinalParameters | Parameter g should be final. | 138 | |
| misc | FinalParameters | Parameter T should be final. | 138 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| coding | MagicNumber | '3' is a magic number. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 154 | |
| misc | FinalParameters | Parameter system should be final. | 154 | |
| misc | FinalParameters | Parameter T should be final. | 154 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 174 | |
| misc | FinalParameters | Parameter G should be final. | 174 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 174 | |
| misc | FinalParameters | Parameter T should be final. | 174 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| coding | MagicNumber | '3' is a magic number. | 180 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| coding | MagicNumber | '3' is a magic number. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 199 | |
| misc | FinalParameters | Parameter numerator should be final. | 199 | |
| misc | FinalParameters | Parameter denominator should be final. | 199 | |
| misc | FinalParameters | Parameter T should be final. | 199 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| coding | MagicNumber | '3' is a magic number. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 214 | |
| misc | FinalParameters | Parameter g should be final. | 214 | |
| misc | FinalParameters | Parameter T should be final. | 214 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 228 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 228 | |
| misc | FinalParameters | Parameter g should be final. | 228 | |
| misc | FinalParameters | Parameter T should be final. | 228 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 248 | |
| misc | FinalParameters | Parameter numerator should be final. | 248 | |
| misc | FinalParameters | Parameter denominator should be final. | 248 | |
| misc | FinalParameters | Parameter T should be final. | 248 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 262 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 262 | |
| misc | FinalParameters | Parameter numerator should be final. | 262 | |
| misc | FinalParameters | Parameter denominator should be final. | 262 | |
| misc | FinalParameters | Parameter T should be final. | 262 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 274 | |
| misc | FinalParameters | Parameter G should be final. | 274 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 274 | |
| misc | FinalParameters | Parameter T should be final. | 274 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 289 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 289 | |
| misc | FinalParameters | Parameter G should be final. | 289 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 289 | |
| misc | FinalParameters | Parameter T should be final. | 289 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 322 | |
| misc | FinalParameters | Parameter A should be final. | 322 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| misc | FinalParameters | Parameter B should be final. | 322 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| misc | FinalParameters | Parameter C should be final. | 322 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| misc | FinalParameters | Parameter D should be final. | 322 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 322 | |
| misc | FinalParameters | Parameter T should be final. | 322 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 340 | |
| misc | FinalParameters | Parameter gnuplot should be final. | 340 | |
| misc | FinalParameters | Parameter A should be final. | 340 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| misc | FinalParameters | Parameter B should be final. | 340 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| misc | FinalParameters | Parameter C should be final. | 340 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| misc | FinalParameters | Parameter D should be final. | 340 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 340 | |
| misc | FinalParameters | Parameter T should be final. | 340 | |
| naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 32 | |
| misc | FinalParameters | Parameter G should be final. | 32 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| misc | FinalParameters | Parameter w should be final. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| misc | FinalParameters | Parameter G should be final. | 53 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter w should be final. | 53 | |
| misc | FinalParameters | Parameter type should be final. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| naming | LocalVariableName | Name 'SV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 63 | |
| naming | LocalVariableName | Name 'Gw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| coding | MagicNumber | '3' is a magic number. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 69 | |
| coding | MagicNumber | '4' is a magic number. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| coding | HiddenField | 'inputNumber' hides a field. | 27 | |
| coding | HiddenField | 'outputNumber' hides a field. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 46 | |
| coding | HiddenField | 'inputNumber' hides a field. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| misc | FinalParameters | Parameter outputNumber should be final. | 64 | |
| coding | HiddenField | 'outputNumber' hides a field. | 64 | |
| coding | MagicNumber | '31' is a magic number. | 74 | |
| coding | MagicNumber | '31' is a magic number. | 75 | |
| misc | FinalParameters | Parameter o should be final. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 110 | |
| misc | FinalParameters | Parameter o should be final. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 54 | |
| misc | FinalParameters | Parameter transferFunction should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 102 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| misc | FinalParameters | Parameter degree should be final. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 135 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 135 | |
| misc | FinalParameters | Parameter denominatorMatrix should be final. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter degree should be final. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 226 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 258 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 259 | |
| misc | FinalParameters | Parameter denominatorMatrix should be final. | 259 | |
| misc | FinalParameters | Parameter sunit should be final. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 281 | |
| misc | FinalParameters | Parameter degree should be final. | 282 | |
| misc | FinalParameters | Parameter sunit should be final. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 299 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 300 | |
| misc | FinalParameters | Parameter sunit should be final. | 300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 314 | |
| misc | FinalParameters | Parameter sunit should be final. | 315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 330 | |
| misc | FinalParameters | Parameter degree should be final. | 331 | |
| misc | FinalParameters | Parameter sunit should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 364 | |
| misc | FinalParameters | Parameter transferFunction should be final. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter args should be final. | 41 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| coding | MagicNumber | '3' is a magic number. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| coding | MagicNumber | '4' is a magic number. | 46 | |
| coding | MagicNumber | '3' is a magic number. | 46 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | MagicNumber | '3' is a magic number. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 89 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 89 | |
| misc | FinalParameters | Parameter denominatorMatrix should be final. | 89 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 116 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 127 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 129 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 251). | 164 | |
| misc | FinalParameters | Parameter numeratorMatrix should be final. | 165 | |
| misc | FinalParameters | Parameter denominatorMatrix should be final. | 165 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 192 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 208 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 210 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 49 | |
| misc | FinalParameters | Parameter numerator should be final. | 49 | |
| misc | FinalParameters | Parameter denominator should be final. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 65 | |
| misc | FinalParameters | Parameter numerator should be final. | 65 | |
| misc | FinalParameters | Parameter denominator should be final. | 65 | |
| misc | FinalParameters | Parameter simplify should be final. | 65 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 76 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 96 | |
| misc | FinalParameters | Parameter numerator should be final. | 96 | |
| misc | FinalParameters | Parameter denominator should be final. | 96 | |
| misc | FinalParameters | Parameter simplify should be final. | 96 | |
| misc | FinalParameters | Parameter tolerance should be final. | 96 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 107 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 270). | 130 | |
| misc | FinalParameters | Parameter numerator should be final. | 131 | |
| misc | FinalParameters | Parameter denominator should be final. | 131 | |
| misc | FinalParameters | Parameter simplify should be final. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 136 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 142 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 41 | |
| misc | FinalParameters | Parameter numeratorCoefficient should be final. | 41 | |
| misc | FinalParameters | Parameter denominatorCoefficient should be final. | 41 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 58 | |
| misc | FinalParameters | Parameter numeratorCoefficient should be final. | 58 | |
| misc | FinalParameters | Parameter denominatorCoefficient should be final. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 75 | |
| misc | FinalParameters | Parameter numeratorCoefficient should be final. | 76 | |
| misc | FinalParameters | Parameter denominatorCoefficient should be final. | 76 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 97 | |
| misc | FinalParameters | Parameter numeratorCoefficient should be final. | 98 | |
| misc | FinalParameters | Parameter denominatorCoefficient should be final. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 43 | |
| misc | FinalParameters | Parameter numerator should be final. | 43 | |
| misc | FinalParameters | Parameter deniminator should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 54 | |
| misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 87 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 89 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 91 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter G should be final. | 52 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 65 | |
| misc | FinalParameters | Parameter G should be final. | 65 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 78 | |
| misc | FinalParameters | Parameter G should be final. | 78 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 78 | |
| misc | FinalParameters | Parameter tolerance should be final. | 78 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'CC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'DD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| coding | MagicNumber | '3' is a magic number. | 108 | |
| coding | MagicNumber | '3' is a magic number. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 144 | |
| coding | MagicNumber | '3' is a magic number. | 148 | |
| coding | MagicNumber | '3' is a magic number. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 188 | |
| misc | FinalParameters | Parameter G should be final. | 188 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 188 | |
| misc | FinalParameters | Parameter tolerance should be final. | 188 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'CC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| naming | LocalVariableName | Name 'DD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| coding | MagicNumber | '3' is a magic number. | 218 | |
| coding | MagicNumber | '3' is a magic number. | 224 | |
| coding | MagicNumber | '3' is a magic number. | 258 | |
| coding | MagicNumber | '3' is a magic number. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 308 | |
| misc | FinalParameters | Parameter G should be final. | 309 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| misc | FinalParameters | Parameter G should be final. | 32 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| misc | FinalParameters | Parameter G should be final. | 48 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 48 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| coding | MagicNumber | '3' is a magic number. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 30 | |
| misc | FinalParameters | Parameter G should be final. | 30 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| misc | FinalParameters | Parameter G should be final. | 41 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 58 | |
| misc | FinalParameters | Parameter G should be final. | 58 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 58 | |
| misc | FinalParameters | Parameter outputNumber should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| misc | FinalParameters | Parameter G should be final. | 33 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 49 | |
| misc | FinalParameters | Parameter G should be final. | 49 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| misc | FinalParameters | Parameter inputNumber should be final. | 49 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter g should be final. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| coding | MagicNumber | '3' is a magic number. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 71 | |
| misc | FinalParameters | Parameter g should be final. | 72 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter g should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 32 | |
| misc | FinalParameters | Parameter g should be final. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter g should be final. | 41 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 44 | |
| misc | FinalParameters | Parameter A should be final. | 44 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter B should be final. | 44 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter C should be final. | 44 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter D should be final. | 44 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 46 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 58 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 60 | |
| naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 66 | |
| coding | MagicNumber | '0.5' is a magic number. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 67 | |
| coding | MagicNumber | '0.5' is a magic number. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 69 | |
| coding | MagicNumber | '0.5' is a magic number. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| coding | MagicNumber | '0.5' is a magic number. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 72 | |
| naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| naming | MemberName | Name 'TL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| naming | MemberName | Name 'TR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| naming | MemberName | Name 'BDL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| naming | MemberName | Name 'BDR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| naming | MemberName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| naming | MemberName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| misc | FinalParameters | Parameter tolerance should be final. | 57 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 77 | |
| naming | LocalVariableName | Name 'Z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 102 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| misc | FinalParameters | Parameter tolerance should be final. | 102 | |
| naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 123 | |
| naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 134 | |
| naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 150 | |
| naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| misc | FinalParameters | Parameter tolerance should be final. | 174 | |
| naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 203 | |
| naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 210 | |
| naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 217 | |
| naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 224 | |
| naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 231 | |
| naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| misc | FinalParameters | Parameter a should be final. | 259 | |
| misc | FinalParameters | Parameter b should be final. | 259 | |
| misc | FinalParameters | Parameter tolerance should be final. | 259 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| misc | FinalParameters | Parameter A should be final. | 294 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| misc | FinalParameters | Parameter A should be final. | 315 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
| misc | FinalParameters | Parameter tolerance should be final. | 338 | |
| naming | LocalFinalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 349 | |
| naming | LocalFinalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 350 | |
| naming | LocalFinalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| naming | LocalFinalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 353 | |
| naming | LocalFinalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 354 | |
| naming | LocalFinalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 387 | |
| naming | LocalFinalVariableName | Name 'A11invE11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 436 | |
| naming | LocalFinalVariableName | Name 'BDR12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 | |
| naming | LocalFinalVariableName | Name 'BDL12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 472 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| misc | FinalParameters | Parameter para should be final. | 488 | |
| misc | FinalParameters | Parameter tolerance should be final. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 495 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 498 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 499 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 501 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| misc | FinalParameters | Parameter para should be final. | 520 | |
| misc | FinalParameters | Parameter tolerance should be final. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 523 | |
| naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 531 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| misc | FinalParameters | Parameter A should be final. | 546 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 | |
| misc | FinalParameters | Parameter E should be final. | 546 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 | |
| misc | FinalParameters | Parameter tolerance should be final. | 546 | |
| naming | LocalFinalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 557 | |
| naming | LocalFinalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 558 | |
| naming | LocalFinalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 | |
| naming | LocalFinalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 561 | |
| naming | LocalFinalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 562 | |
| naming | LocalFinalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 578 | |
| naming | LocalFinalVariableName | Name 'GSE_ans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 615 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 636 | |
| naming | MethodName | Name 'solveGSE_HT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | ParameterName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 641 | |
| naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 642 | |
| naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 643 | |
| naming | LocalFinalVariableName | Name 'H_Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 644 | |
| naming | LocalFinalVariableName | Name 'G_Ar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 675 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 53 | |
| misc | FinalParameters | Parameter z_ should be final. | 53 | |
| naming | ParameterName | Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter p_ should be final. | 53 | |
| naming | ParameterName | Name 'p_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| misc | FinalParameters | Parameter k should be final. | 53 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| coding | MagicNumber | '3' is a magic number. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 94 | |
| coding | MagicNumber | '10' is a magic number. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 97 | |
| coding | MagicNumber | '10' is a magic number. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 128 | |
| coding | MagicNumber | '3' is a magic number. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 130 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 152 | |
| coding | MagicNumber | '3' is a magic number. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 154 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 155 | |
| coding | MagicNumber | '3' is a magic number. | 155 | |
| coding | MagicNumber | '3' is a magic number. | 155 | |
| coding | MagicNumber | '3' is a magic number. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 172 | |
| coding | MagicNumber | '3' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 175 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 176 | |
| coding | MagicNumber | '3' is a magic number. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 46 | |
| misc | FinalParameters | Parameter zeros should be final. | 46 | |
| misc | FinalParameters | Parameter poles should be final. | 46 | |
| misc | FinalParameters | Parameter k should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | LocalFinalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 62 | |
| naming | LocalFinalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 41 | |
| misc | FinalParameters | Parameter zeros should be final. | 41 | |
| misc | FinalParameters | Parameter poles should be final. | 41 | |
| misc | FinalParameters | Parameter k should be final. | 41 | |
| naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 41 | |
| misc | FinalParameters | Parameter zeros should be final. | 41 | |
| misc | FinalParameters | Parameter poles should be final. | 41 | |
| misc | FinalParameters | Parameter gain should be final. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| misc | FinalParameters | Parameter zeros should be final. | 55 | |
| misc | FinalParameters | Parameter poles should be final. | 55 | |
| misc | FinalParameters | Parameter gain should be final. | 55 | |
| misc | FinalParameters | Parameter outputNumber should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| misc | Translation | Key 'Obsg.2' missing. | 1 | |
| misc | Translation | Key 'Obsg.3' missing. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | MemberName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| design | VisibilityModifier | Variable 'Ah' must be private and have accessor methods. | 22 | |
| coding | MagicNumber | '-3' is a magic number. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| naming | MemberName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| design | VisibilityModifier | Variable 'Bh' must be private and have accessor methods. | 24 | |
| coding | MagicNumber | '-6' is a magic number. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| naming | MemberName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| design | VisibilityModifier | Variable 'Jh' must be private and have accessor methods. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| naming | MemberName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| design | VisibilityModifier | Variable 'Ch' must be private and have accessor methods. | 28 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| naming | MemberName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| design | VisibilityModifier | Variable 'Dh' must be private and have accessor methods. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter t should be final. | 42 | |
| misc | FinalParameters | Parameter z should be final. | 42 | |
| misc | FinalParameters | Parameter uy should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 53 | |
| misc | FinalParameters | Parameter t should be final. | 53 | |
| misc | FinalParameters | Parameter z should be final. | 53 | |
| misc | FinalParameters | Parameter uy should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | MemberName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| design | VisibilityModifier | Variable 'Ahd' must be private and have accessor methods. | 22 | |
| coding | MagicNumber | '0.223' is a magic number. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| naming | MemberName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| design | VisibilityModifier | Variable 'Bhd' must be private and have accessor methods. | 24 | |
| coding | MagicNumber | '-1.554' is a magic number. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| naming | MemberName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| design | VisibilityModifier | Variable 'Jhd' must be private and have accessor methods. | 26 | |
| coding | MagicNumber | '0.259' is a magic number. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| naming | MemberName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| design | VisibilityModifier | Variable 'Chd' must be private and have accessor methods. | 28 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| naming | MemberName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| design | VisibilityModifier | Variable 'Dhd' must be private and have accessor methods. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| misc | FinalParameters | Parameter k should be final. | 42 | |
| misc | FinalParameters | Parameter z should be final. | 42 | |
| misc | FinalParameters | Parameter uy should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 45 | |
| misc | FinalParameters | Parameter k should be final. | 53 | |
| misc | FinalParameters | Parameter z should be final. | 53 | |
| misc | FinalParameters | Parameter uy should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | MemberName | Name 'J' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| design | VisibilityModifier | Variable 'J' must be private and have accessor methods. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter t should be final. | 39 | |
| misc | FinalParameters | Parameter x should be final. | 39 | |
| misc | FinalParameters | Parameter u should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 40 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 40 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 | |
| misc | FinalParameters | Parameter t should be final. | 50 | |
| misc | FinalParameters | Parameter x should be final. | 50 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| design | VisibilityModifier | Variable 'observer' must be private and have accessor methods. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| coding | MagicNumber | '3' is a magic number. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| misc | FinalParameters | Parameter t should be final. | 38 | |
| misc | FinalParameters | Parameter xx should be final. | 38 | |
| misc | FinalParameters | Parameter uy should be final. | 38 | |
| coding | MagicNumber | '3' is a magic number. | 40 | |
| coding | MagicNumber | '3' is a magic number. | 40 | |
| misc | FinalParameters | Parameter t should be final. | 53 | |
| misc | FinalParameters | Parameter xx should be final. | 53 | |
| coding | MagicNumber | '3' is a magic number. | 55 | |
| coding | MagicNumber | '3' is a magic number. | 55 | |
| misc | FinalParameters | Parameter initialState should be final. | 69 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| misc | FinalParameters | Parameter state should be final. | 90 | |
| coding | MagicNumber | '3' is a magic number. | 92 | |
| coding | MagicNumber | '3' is a magic number. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| misc | FinalParameters | Parameter t should be final. | 23 | |
| misc | FinalParameters | Parameter xx should be final. | 23 | |
| coding | MagicNumber | '3' is a magic number. | 25 | |
| coding | MagicNumber | '3' is a magic number. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| design | VisibilityModifier | Variable 'discObserver' must be private and have accessor methods. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| design | VisibilityModifier | Variable 'hold' must be private and have accessor methods. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| misc | FinalParameters | Parameter t should be final. | 41 | |
| misc | FinalParameters | Parameter xc should be final. | 41 | |
| misc | FinalParameters | Parameter xd should be final. | 41 | |
| misc | FinalParameters | Parameter inputOutput should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 51 | |
| misc | FinalParameters | Parameter t should be final. | 51 | |
| misc | FinalParameters | Parameter xc should be final. | 51 | |
| misc | FinalParameters | Parameter xd should be final. | 51 | |
| misc | FinalParameters | Parameter inputOutput should be final. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| misc | FinalParameters | Parameter t should be final. | 63 | |
| misc | FinalParameters | Parameter xc should be final. | 63 | |
| misc | FinalParameters | Parameter xd should be final. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| misc | FinalParameters | Parameter t should be final. | 85 | |
| misc | FinalParameters | Parameter tolerance should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 95 | |
| misc | FinalParameters | Parameter samplingPoint should be final. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| misc | FinalParameters | Parameter interval should be final. | 117 | |
| misc | FinalParameters | Parameter initialState should be final. | 126 | |
| misc | FinalParameters | Parameter initialState should be final. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 147 | |
| misc | FinalParameters | Parameter state should be final. | 158 | |
| misc | FinalParameters | Parameter state should be final. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| misc | FinalParameters | Parameter t should be final. | 37 | |
| misc | FinalParameters | Parameter x should be final. | 37 | |
| misc | FinalParameters | Parameter u should be final. | 37 | |
| misc | FinalParameters | Parameter t should be final. | 45 | |
| misc | FinalParameters | Parameter x should be final. | 45 | |
| misc | FinalParameters | Parameter t should be final. | 55 | |
| misc | FinalParameters | Parameter x should be final. | 55 | |
| misc | FinalParameters | Parameter initialState should be final. | 63 | |
| misc | FinalParameters | Parameter state should be final. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| misc | FinalParameters | Parameter t should be final. | 23 | |
| misc | FinalParameters | Parameter x should be final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| misc | FinalParameters | Parameter t should be final. | 31 | |
| misc | FinalParameters | Parameter x should be final. | 31 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| misc | FinalParameters | Parameter t should be final. | 24 | |
| misc | FinalParameters | Parameter X should be final. | 24 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 27 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | MagicNumber | '0.5' is a magic number. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| design | VisibilityModifier | Variable 'm1' must be private and have accessor methods. | 26 | |
| coding | MagicNumber | '0.16' is a magic number. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 29 | |
| design | VisibilityModifier | Variable 'fr' must be private and have accessor methods. | 30 | |
| coding | MagicNumber | '2.6' is a magic number. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| design | VisibilityModifier | Variable 'a0' must be private and have accessor methods. | 34 | |
| coding | MagicNumber | '0.1' is a magic number. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| design | VisibilityModifier | Variable 'cc1' must be private and have accessor methods. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 41 | |
| design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 25 | |
| coding | MagicNumber | '-20' is a magic number. | 25 | |
| coding | MagicNumber | '-20' is a magic number. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 25 | |
| coding | MagicNumber | '-20' is a magic number. | 25 | |
| coding | MagicNumber | '-20' is a magic number. | 25 | |
| coding | MagicNumber | '0.005' is a magic number. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| coding | MagicNumber | '4' is a magic number. | 26 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| coding | HiddenField | 'pendulum' hides a field. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| coding | HiddenField | 'pendulum' hides a field. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 26 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| coding | MagicNumber | '1.0E5' is a magic number. | 26 | |
| coding | MagicNumber | '1.0E5' is a magic number. | 26 | |
| naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| coding | MagicNumber | '0.32' is a magic number. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| coding | HiddenField | 'railLength' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| design | VisibilityModifier | Variable 'm1' must be private and have accessor methods. | 27 | |
| coding | MagicNumber | '0.16' is a magic number. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| design | VisibilityModifier | Variable 'm2' must be private and have accessor methods. | 31 | |
| coding | MagicNumber | '0.039' is a magic number. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| design | VisibilityModifier | Variable 'jj' must be private and have accessor methods. | 35 | |
| coding | MagicNumber | '4.485e-4' is a magic number. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| design | VisibilityModifier | Variable 'len' must be private and have accessor methods. | 39 | |
| coding | MagicNumber | '0.121' is a magic number. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 42 | |
| design | VisibilityModifier | Variable 'fr' must be private and have accessor methods. | 43 | |
| coding | MagicNumber | '2.6' is a magic number. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 46 | |
| design | VisibilityModifier | Variable 'cr' must be private and have accessor methods. | 47 | |
| coding | MagicNumber | '4.210e-4' is a magic number. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| design | VisibilityModifier | Variable 'a0' must be private and have accessor methods. | 51 | |
| coding | MagicNumber | '0.1' is a magic number. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| design | VisibilityModifier | Variable 'cc1' must be private and have accessor methods. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 58 | |
| design | VisibilityModifier | Variable 'cc2' must be private and have accessor methods. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 62 | |
| design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| coding | MagicNumber | '4' is a magic number. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 83 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 84 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 | |
| coding | MagicNumber | '3' is a magic number. | 91 | |
| coding | MagicNumber | '4' is a magic number. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 234). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter sunit should be final. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| misc | FinalParameters | Parameter sunit should be final. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 78 | |
| misc | FinalParameters | Parameter sunit should be final. | 78 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| misc | FinalParameters | Parameter matrixSize should be final. | 129 | |
| misc | FinalParameters | Parameter sunit should be final. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 155 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 186 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 188 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 209 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 215 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 215 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 222 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 223 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 224 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 225 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 226 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 244 | |
| misc | FinalParameters | Parameter a should be final. | 244 | |
| misc | FinalParameters | Parameter b should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 245 | |
| misc | FinalParameters | Parameter c should be final. | 245 | |
| misc | FinalParameters | Parameter d should be final. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 250 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 251 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 252 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| misc | FinalParameters | Parameter writer should be final. | 262 | |
| misc | FinalParameters | Parameter writer should be final. | 270 | |
| misc | FinalParameters | Parameter maxColumnSize should be final. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 288 | |
| misc | FinalParameters | Parameter isNegative should be final. | 288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 328 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 350 | |
| misc | FinalParameters | Parameter a should be final. | 350 | |
| misc | FinalParameters | Parameter b should be final. | 350 | |
| misc | FinalParameters | Parameter c should be final. | 350 | |
| misc | FinalParameters | Parameter d should be final. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 353 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 381 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 391 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 391 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 397 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 400 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 408 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 408 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 408 | |
| misc | FinalParameters | Parameter outputNodeSize should be final. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 424 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 424 | |
| misc | FinalParameters | Parameter outputNodeSize should be final. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 429 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 439 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 439 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 445 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
| naming | LocalFinalVariableName | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 465 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 466 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 468 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 468 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 502 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 5,591 lines (max allowed is 2,000). | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| design | VisibilityModifier | Variable 'sunit' must be private and have accessor methods. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| misc | FinalParameters | Parameter sunit should be final. | 140 | |
| coding | HiddenField | 'sunit' hides a field. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 160 | |
| misc | FinalParameters | Parameter sunit should be final. | 160 | |
| coding | HiddenField | 'sunit' hides a field. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| coding | HiddenField | 'inputNodes' hides a field. | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| coding | HiddenField | 'sourceNodes' hides a field. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 215 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 238 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| coding | HiddenField | 'outputNodes' hides a field. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| coding | HiddenField | 'sinkNodes' hides a field. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| coding | HiddenField | 'requiringLinearSystem' hides a field. | 285 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 388 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 388 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 400 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 415 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 442 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 462 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 494 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 590 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 594 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 594 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 598 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 616 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 617 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 618 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 619 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 681 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 751 | |
| misc | FinalParameters | Parameter column should be final. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 757 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 765 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 768 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 771 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 776 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 776 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 801 | |
| misc | FinalParameters | Parameter row should be final. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 804 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 807 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 807 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 827 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 845 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 845 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 873 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 873 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 885 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 891 | |
| misc | FinalParameters | Parameter column should be final. | 891 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 901 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 901 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 940 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 945 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 964 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 984 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1000 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1010 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1037 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1039 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1053 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1063 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1065 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1087 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1099 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1113 | |
| misc | FinalParameters | Parameter opponent should be final. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1117 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1119 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1120 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1120 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 1121 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1121 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1121 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1133 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1160 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1160 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1160 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1170 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1179 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1189 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1198 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1205 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1214 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1219 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1222 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1225 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 1253 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1277 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1289 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1293 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1311 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1322 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1322 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1328 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1328 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1328 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 1330 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1330 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1330 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1339 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1350 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1350 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1355 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1384 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1393 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1394 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1396 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1402 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1408 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1426 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1437 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 1443 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1449 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1456 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 1481 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 1514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1523 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1523 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1524 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1528 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1528 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1542 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1551 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1556 | |
| misc | FinalParameters | Parameter inputNode should be final. | 1556 | |
| misc | FinalParameters | Parameter outputNode should be final. | 1556 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1573 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1610 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1615 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1617 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1618 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1618 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1618 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1629 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1636 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1654 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 1681 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1691 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1700 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1707 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1723 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1734 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1734 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1749 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1765 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1771 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1781 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1789 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1795 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1806 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1813 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1819 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1838 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1847 | |
| misc | FinalParameters | Parameter row should be final. | 1850 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1855 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1859 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1861 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1871 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1875 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1876 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1894 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1901 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1903 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1911 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1915 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1917 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1925 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1927 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1931 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1932 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1953 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1967 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1997 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2025 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2027 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2034 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2064 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2066 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2073 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2091 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2093 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2132 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2159 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2199 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2265 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2310 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2316 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2338 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2344 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2349 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 2359 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2359 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2367 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 2371 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2371 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2379 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2385 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2390 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2400 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2400 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2408 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2412 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2422 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 2439 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2446 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2448 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2451 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 2452 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 2469 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2486 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2489 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 2492 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 2493 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2509 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2516 | |
| misc | FinalParameters | Parameter writer should be final. | 2551 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2553 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2559 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2563 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2574 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2577 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2580 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 2581 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2606 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2608 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2627 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2628 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 2631 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2636 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2639 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2640 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2643 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2644 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2644 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2648 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2657 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2658 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2659 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 2660 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2661 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2669 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2674 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2685 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2714 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 2716 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2729 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2734 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2743 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2750 | |
| misc | FinalParameters | Parameter offset should be final. | 2750 | |
| misc | FinalParameters | Parameter input should be final. | 2750 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2750 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2758 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2760 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2771 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2778 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2780 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 2788 | |
| misc | FinalParameters | Parameter ans should be final. | 2788 | |
| misc | FinalParameters | Parameter offset should be final. | 2788 | |
| misc | FinalParameters | Parameter input should be final. | 2788 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2793 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2793 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2805 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 2813 | |
| misc | FinalParameters | Parameter ans should be final. | 2813 | |
| misc | FinalParameters | Parameter offset should be final. | 2813 | |
| misc | FinalParameters | Parameter input should be final. | 2813 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2813 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2839 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2862 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 2877 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2878 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2900 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2900 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2915 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2934 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2936 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2947 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2947 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2947 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 2959 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2959 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2959 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 2969 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2969 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2969 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2981 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2985 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 2991 | |
| misc | FinalParameters | Parameter system should be final. | 2991 | |
| misc | FinalParameters | Parameter column should be final. | 2991 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2997 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 3004 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3010 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3030 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 3039 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3044 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3050 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3052 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 3058 | |
| misc | FinalParameters | Parameter system should be final. | 3058 | |
| misc | FinalParameters | Parameter row should be final. | 3058 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3064 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 3071 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3077 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 3097 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 3106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3111 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 3112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3113 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 3119 | |
| misc | FinalParameters | Parameter newMatrix should be final. | 3119 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 3120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3141 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 3147 | |
| misc | FinalParameters | Parameter column should be final. | 3147 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 3148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3157 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 3163 | |
| misc | FinalParameters | Parameter row should be final. | 3163 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 3164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3174 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 3177 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 3183 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 3189 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 3198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3198 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 3200 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3205 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 3206 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 3207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3213 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 3219 | |
| misc | FinalParameters | Parameter i should be final. | 3219 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3221 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 3223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3230 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 3238 | |
| misc | FinalParameters | Parameter i should be final. | 3238 | |
| misc | FinalParameters | Parameter j should be final. | 3238 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3239 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3239 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3241 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 3242 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 3243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3250 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 3258 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 3264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3283 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 3291 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 3295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3305 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 3309 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3314 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3323 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3358 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 3364 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 3365 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3366 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 3367 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 3380 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 3382 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 3385 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3396 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3400 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3402 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 3407 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 3408 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3413 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3436 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 3441 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 3442 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3446 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3469 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3473 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3474 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3475 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3477 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3490 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3495 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 3509 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3509 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 3543 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3556 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3576 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 3581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3621 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3626 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3666 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3684 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3689 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3692 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3693 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3707 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 3712 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3721 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3726 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3736 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 3748 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3748 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3748 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3749 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3753 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3756 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3765 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3771 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3783 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3788 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3791 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3792 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3806 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 3811 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3820 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3824 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3824 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3832 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3834 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 3840 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3852 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3857 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3860 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3861 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3873 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 3878 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3888 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3892 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3892 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3902 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3918 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3923 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3926 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3927 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3939 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3941 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 3944 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3953 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3957 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3957 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3967 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3971 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3984 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3986 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3990 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 3991 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3994 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4005 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4009 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4013 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 4017 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4024 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4026 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4030 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4034 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4050 | |
| coding | MagicNumber | '1231' is a magic number. | 4052 | |
| coding | MagicNumber | '1237' is a magic number. | 4052 | |
| misc | FinalParameters | Parameter obj should be final. | 4060 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4070 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4070 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4077 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4079 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4085 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4091 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4154 | |
| misc | FinalParameters | Parameter inputPortTags should be final. | 4157 | |
| coding | HiddenField | 'inputPortTags' hides a field. | 4157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4172 | |
| misc | FinalParameters | Parameter outputPortTags should be final. | 4175 | |
| coding | HiddenField | 'outputPortTags' hides a field. | 4175 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4193 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 4200 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 4207 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4243 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4263 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4289 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 4294 | |
| misc | FinalParameters | Parameter debugMode should be final. | 4294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4303 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 4308 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4322 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4327 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 4330 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4342 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 4347 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4358 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4363 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4373 | |
| misc | FinalParameters | Parameter matrix should be final. | 4376 | |
| coding | MagicNumber | '10' is a magic number. | 4382 | |
| coding | MagicNumber | '10' is a magic number. | 4387 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 4402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4402 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 4411 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4418 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 4421 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4422 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4423 | |
| coding | MagicNumber | '10' is a magic number. | 4428 | |
| coding | MagicNumber | '10' is a magic number. | 4432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4434 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 4434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4435 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 4435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4436 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 4436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4437 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 4437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4438 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4439 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 4439 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4440 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 4440 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4440 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 4446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4453 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4462 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 4471 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4474 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 4478 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 4479 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 4480 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 4481 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 4482 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 4483 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 4484 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 4485 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 4487 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 4489 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4492 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 4494 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 4495 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4495 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4508 | |
| misc | FinalParameters | Parameter loopColumn should be final. | 4522 | |
| misc | FinalParameters | Parameter column should be final. | 4522 | |
| misc | FinalParameters | Parameter targetNode should be final. | 4522 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 4524 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 4527 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4527 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4527 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4534 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4550 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 4552 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4552 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4552 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4552 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4566 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4567 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4576 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4583 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4596 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 4601 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 4604 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 4607 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 4609 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4609 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 4610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4618 | |
| misc | FinalParameters | Parameter requiringDescriptor should be final. | 4621 | |
| coding | HiddenField | 'requiringDescriptor' hides a field. | 4621 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4627 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4628 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 4631 | |
| misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 4631 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 4632 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 4636 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 4637 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4637 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 4638 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4638 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 4639 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4639 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 4640 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4640 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 4641 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4641 | |
| coding | MagicNumber | '20000' is a magic number. | 4643 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 4644 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 4648 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 4652 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4652 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 4654 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4655 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 4656 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4663 | |
| misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 4663 | |
| coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 4663 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4674 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4676 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 4682 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4693 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4698 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 4700 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4700 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 4701 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 4702 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4702 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4702 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4703 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 4703 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4703 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 4704 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 4708 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 4710 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4725 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 4728 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 4729 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4729 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 4735 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 4740 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 4741 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4750 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4753 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4754 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4764 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4767 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4768 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4778 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4781 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 4782 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4792 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4795 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4796 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 4804 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4804 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 4807 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 4810 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 4811 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4826 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4828 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 4831 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 4832 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4832 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 4836 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 4842 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4842 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 4843 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4843 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4843 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4850 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 4857 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 4858 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4868 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 4876 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4885 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4887 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4889 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4892 | |
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 4892 | |
| coding | MagicNumber | '4' is a magic number. | 4893 | |
| coding | MagicNumber | '4' is a magic number. | 4893 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 4897 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4897 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4902 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4903 | |
| coding | MagicNumber | '3' is a magic number. | 4903 | |
| coding | MagicNumber | '3' is a magic number. | 4904 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4907 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4907 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 4908 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4908 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4908 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4910 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4915 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4917 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4917 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4920 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4920 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 4922 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4922 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4923 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4923 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4928 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4930 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4930 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4933 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4933 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 4935 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4935 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4936 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4936 | |
| coding | MagicNumber | '3' is a magic number. | 4939 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4941 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4943 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4943 | |
| coding | MagicNumber | '3' is a magic number. | 4943 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4946 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4946 | |
| coding | MagicNumber | '3' is a magic number. | 4946 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 4948 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4948 | |
| coding | MagicNumber | '3' is a magic number. | 4948 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4949 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4949 | |
| coding | MagicNumber | '3' is a magic number. | 4949 | |
| coding | MagicNumber | '3' is a magic number. | 4954 | |
| coding | MagicNumber | '3' is a magic number. | 4956 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4958 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 4960 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4960 | |
| coding | MagicNumber | '3' is a magic number. | 4960 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 4963 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4963 | |
| coding | MagicNumber | '3' is a magic number. | 4963 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4965 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4965 | |
| coding | MagicNumber | '3' is a magic number. | 4965 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4966 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4966 | |
| coding | MagicNumber | '3' is a magic number. | 4966 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 4970 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4970 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4975 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 4978 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 4979 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4979 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 4980 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4980 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4980 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4983 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4984 | |
| coding | MagicNumber | '3' is a magic number. | 4984 | |
| coding | MagicNumber | '3' is a magic number. | 4985 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4988 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4988 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 4989 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4989 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4989 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 4994 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4996 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4996 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4999 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4999 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 5001 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5001 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 5002 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5002 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 5007 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 5009 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5009 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 5012 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5012 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 5014 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5014 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 5015 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5015 | |
| coding | MagicNumber | '3' is a magic number. | 5018 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 5020 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 5022 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5022 | |
| coding | MagicNumber | '3' is a magic number. | 5022 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 5025 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5025 | |
| coding | MagicNumber | '3' is a magic number. | 5025 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 5027 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5027 | |
| coding | MagicNumber | '3' is a magic number. | 5027 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 5028 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5028 | |
| coding | MagicNumber | '3' is a magic number. | 5028 | |
| coding | MagicNumber | '3' is a magic number. | 5033 | |
| coding | MagicNumber | '3' is a magic number. | 5035 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 5037 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 5039 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5039 | |
| coding | MagicNumber | '3' is a magic number. | 5039 | |
| coding | MagicNumber | '3' is a magic number. | 5043 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 5045 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5045 | |
| coding | MagicNumber | '3' is a magic number. | 5045 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 5047 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5047 | |
| coding | MagicNumber | '3' is a magic number. | 5047 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 5048 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5048 | |
| coding | MagicNumber | '3' is a magic number. | 5048 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5051 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 5058 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 5061 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5061 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 5062 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5062 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5062 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5072 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 5082 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5087 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5091 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 5095 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 5098 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5110 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 5118 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 5119 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 5120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5126 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 5132 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 5140 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 5144 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 5146 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 5148 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 5150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5157 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 5161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5176 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 5182 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 5191 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 5195 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 5197 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5204 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 5210 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 5219 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 5223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5225 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 5226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5233 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 5241 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 5241 | |
| misc | FinalParameters | Parameter grid should be final. | 5241 | |
| misc | FinalParameters | Parameter rowMin should be final. | 5241 | |
| misc | FinalParameters | Parameter rowMax should be final. | 5241 | |
| misc | FinalParameters | Parameter columnMin should be final. | 5241 | |
| misc | FinalParameters | Parameter columnMax should be final. | 5241 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 5244 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 5244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5259 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 5264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5288 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 5294 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5297 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5307 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 5312 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5330 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 5335 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5354 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 5360 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5375 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 5380 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5399 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 5404 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 5420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5437 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 5441 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5452 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 5457 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5462 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 5467 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 5471 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5478 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 5484 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 5490 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 5494 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5494 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5494 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5494 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5506 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 5513 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 5518 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 5523 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5523 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5523 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 5528 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5528 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5528 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5528 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5539 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 5540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5541 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 5545 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 5547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 5565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5567 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 5573 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 5582 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5582 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5582 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 5582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| design | VisibilityModifier | Variable 'numberInLeft' must be private and have accessor methods. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| design | VisibilityModifier | Variable 'numberInUpper' must be private and have accessor methods. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 234). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 112 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 233 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 329 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 372 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 394 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 414 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 439 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 439 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 439 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 479 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 479 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 503 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 515 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 539 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 549 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| misc | FinalParameters | Parameter nodeNumber should be final. | 604 | |
| misc | FinalParameters | Parameter degree should be final. | 604 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 626 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 627 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 631 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 631 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 644 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 644 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 671 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 726 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 727 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 92 | |
| coding | HiddenField | 'elements' hides a field. | 92 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 92 | |
| coding | HiddenField | 'inputNodes' hides a field. | 92 | |
| coding | HiddenField | 'outputNodes' hides a field. | 92 | |
| misc | FinalParameters | Parameter sunit should be final. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| misc | FinalParameters | Parameter localElements should be final. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 164 | |
| coding | HiddenField | 'nodeValue' hides a field. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 271 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 271 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 312 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 312 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 316 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 348 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 354 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 378 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 386 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 397 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 398 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 428 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 437 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 441 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| misc | FinalParameters | Parameter nodeNumber should be final. | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 567 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 597 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 613 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 620 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 631 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 650 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| misc | FinalParameters | Parameter u should be final. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 675 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 696 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| misc | FinalParameters | Parameter system should be final. | 703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 705 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 721 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 748 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 749 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 751 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 760 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 773 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 796 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 803 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 845 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 853 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 855 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 855 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 880 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 903 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 915 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 924 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 934 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 936 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 942 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 990 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1001 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1011 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1024 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1051 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1058 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1060 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1077 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1090 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1132 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1195 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1236 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1245 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1255 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1286 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1321 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1334 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1334 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1337 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1344 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1423 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1445 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 1451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1455 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1503 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1515 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| misc | FinalParameters | Parameter matrixSize should be final. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 173 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 175 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 202 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 202 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 202 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 210 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 211 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 212 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 213 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 214). | 231 | |
| misc | FinalParameters | Parameter a should be final. | 231 | |
| misc | FinalParameters | Parameter b should be final. | 231 | |
| misc | FinalParameters | Parameter c should be final. | 231 | |
| misc | FinalParameters | Parameter d should be final. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 236 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 237 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 238 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 248 | |
| misc | FinalParameters | Parameter writer should be final. | 248 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 256 | |
| misc | FinalParameters | Parameter writer should be final. | 256 | |
| misc | FinalParameters | Parameter maxColumnSize should be final. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 274 | |
| misc | FinalParameters | Parameter isNegative should be final. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 284 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 336 | |
| misc | FinalParameters | Parameter a should be final. | 336 | |
| misc | FinalParameters | Parameter b should be final. | 336 | |
| misc | FinalParameters | Parameter c should be final. | 336 | |
| misc | FinalParameters | Parameter d should be final. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 350 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 376 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 382 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 393 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 393 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 393 | |
| misc | FinalParameters | Parameter outputNodeSize should be final. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 399 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 409 | |
| misc | FinalParameters | Parameter outputNodeSize should be final. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 424 | |
| misc | FinalParameters | Parameter inputNodeSize should be final. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 430 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 | |
| naming | LocalFinalVariableName | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 450 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 453 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 453 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 487 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 487 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 487 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 4,664 lines (max allowed is 2,000). | 1 | |
| imports | UnusedImports | Unused import - org.mklab.tool.control.system.graph.CycleMatrix. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| coding | HiddenField | 'inputNodes' hides a field. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| coding | HiddenField | 'sourceNodes' hides a field. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 201 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| coding | HiddenField | 'outputNodes' hides a field. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| coding | HiddenField | 'sinkNodes' hides a field. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| coding | HiddenField | 'requiringLinearSystem' hides a field. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 374 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 401 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 401 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 428 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 428 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 494 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 576 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 580 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 580 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 584 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 603 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 604 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 604 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 605 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 655 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 708 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 737 | |
| misc | FinalParameters | Parameter column should be final. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 743 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 743 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 754 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 754 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 762 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 762 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 778 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 787 | |
| misc | FinalParameters | Parameter row should be final. | 787 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 793 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 793 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 813 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 821 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 831 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 831 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 849 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 859 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 877 | |
| misc | FinalParameters | Parameter column should be final. | 877 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 887 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 896 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 903 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 904 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 926 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 931 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 950 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 970 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 972 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 986 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 996 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1025 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1039 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1049 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1051 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1075 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1085 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1093 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1095 | |
| misc | FinalParameters | Parameter opponent should be final. | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1101 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1102 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1105 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1106 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 1107 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1107 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1107 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1119 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1146 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1146 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1146 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1156 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1165 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1175 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1179 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 1184 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1187 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1205 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1223 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1239 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1239 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1267 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1271 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1275 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1279 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1279 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1297 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1299 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1299 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1299 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1308 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1308 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1314 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1314 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1314 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1316 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1316 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1316 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1335 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1336 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1341 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1351 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1370 | |
| javadoc | JavadocMethod | Expected @return tag. | 1373 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1380 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1382 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1396 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1398 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1410 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1416 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1439 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1446 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1465 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1471 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1488 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1497 | |
| javadoc | JavadocMethod | Expected @return tag. | 1503 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1509 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1513 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1513 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1514 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1519 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1543 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1548 | |
| misc | FinalParameters | Parameter inputNode should be final. | 1548 | |
| misc | FinalParameters | Parameter outputNode should be final. | 1548 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1565 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1597 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1602 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1609 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1610 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1610 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1610 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1628 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1669 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1673 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1674 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1683 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1692 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1699 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1726 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1741 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1754 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1763 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1764 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1773 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1781 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1798 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1805 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1811 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1830 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1839 | |
| misc | FinalParameters | Parameter row should be final. | 1842 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1847 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1847 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1853 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1861 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1863 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1867 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1886 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1895 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1903 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1903 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1907 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1909 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1919 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1923 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1943 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1945 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1951 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1959 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1987 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1989 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2019 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2026 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2056 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2065 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2083 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2092 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2124 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2151 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2191 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2217 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2309 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2330 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2341 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2351 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2351 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2359 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 2363 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2371 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2382 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2392 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2392 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2400 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2404 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2404 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2414 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2431 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2440 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2442 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2445 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2446 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2458 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2459 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 2463 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2479 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2482 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 2485 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2485 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2486 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2498 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2499 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2502 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2509 | |
| misc | FinalParameters | Parameter writer should be final. | 2544 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2546 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2552 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2556 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2567 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2570 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2573 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2573 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2574 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2586 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2587 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2599 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2601 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2618 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2620 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2621 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2624 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2629 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2632 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2633 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2636 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2637 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2637 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2640 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2649 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2650 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2651 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 2652 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 2653 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2661 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2666 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2677 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2684 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2686 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2706 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 2708 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2721 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2733 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2735 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2742 | |
| misc | FinalParameters | Parameter offset should be final. | 2742 | |
| misc | FinalParameters | Parameter input should be final. | 2742 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2742 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2750 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2752 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2757 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2762 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2763 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2772 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 2780 | |
| misc | FinalParameters | Parameter ans should be final. | 2780 | |
| misc | FinalParameters | Parameter offset should be final. | 2780 | |
| misc | FinalParameters | Parameter input should be final. | 2780 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2785 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2785 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2795 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2797 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 2805 | |
| misc | FinalParameters | Parameter ans should be final. | 2805 | |
| misc | FinalParameters | Parameter offset should be final. | 2805 | |
| misc | FinalParameters | Parameter input should be final. | 2805 | |
| misc | FinalParameters | Parameter expandInputSize should be final. | 2805 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2831 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2854 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 2869 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2870 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2892 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2892 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2907 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2926 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2928 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2939 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2939 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2939 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 2951 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2951 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2951 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 2961 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2961 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2961 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2973 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2974 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2976 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2979 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2985 | |
| misc | FinalParameters | Parameter system should be final. | 2985 | |
| misc | FinalParameters | Parameter column should be final. | 2985 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 2991 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2998 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2998 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2998 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3001 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3024 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 3033 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3038 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3040 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3042 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3044 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3046 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 3052 | |
| misc | FinalParameters | Parameter system should be final. | 3052 | |
| misc | FinalParameters | Parameter row should be final. | 3052 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 3058 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 3065 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3065 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3065 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3068 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 3091 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 3100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3105 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 3106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3107 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 3113 | |
| misc | FinalParameters | Parameter newMatrix should be final. | 3113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3135 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 3141 | |
| misc | FinalParameters | Parameter column should be final. | 3141 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 3142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3151 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 3157 | |
| misc | FinalParameters | Parameter row should be final. | 3157 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 3158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3168 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 3171 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 3177 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3183 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 3192 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3192 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 3194 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3199 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 3200 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 3201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3207 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 3213 | |
| misc | FinalParameters | Parameter i should be final. | 3213 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 3217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3224 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 3232 | |
| misc | FinalParameters | Parameter i should be final. | 3232 | |
| misc | FinalParameters | Parameter j should be final. | 3232 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3233 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 3234 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 3235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3242 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 3250 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 3256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3275 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3283 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 3287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3297 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 3301 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3306 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3315 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3329 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3350 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 3356 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3357 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 3358 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 3359 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 3372 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 3374 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3388 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3394 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 3399 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 3400 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3405 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3428 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 3433 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 3434 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3438 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3445 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3461 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3465 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3466 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 3467 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3482 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 3487 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 3501 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3501 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3548 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3566 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3568 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 3591 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3613 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3618 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 3636 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3658 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3663 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3681 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3684 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3685 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3699 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 3704 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3704 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 3718 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3718 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3718 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3728 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 3740 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3740 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3740 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 3741 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3745 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3748 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3755 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3757 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 3763 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3780 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3783 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3784 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3798 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 3803 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3803 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 3816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3816 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3816 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3826 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 3832 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3849 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3852 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3853 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3863 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3865 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 3870 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3870 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 3884 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3884 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3884 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3892 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3894 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3899 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3915 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3918 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 3919 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3929 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3933 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 3936 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3936 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 3949 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3949 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3949 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3959 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3976 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3978 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 3983 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 3986 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3997 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 4001 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 4009 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4018 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4022 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4042 | |
| coding | MagicNumber | '1231' is a magic number. | 4044 | |
| coding | MagicNumber | '1237' is a magic number. | 4044 | |
| misc | FinalParameters | Parameter obj should be final. | 4052 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4062 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4069 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4071 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4077 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4083 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4090 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4092 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4146 | |
| misc | FinalParameters | Parameter inputPortTags should be final. | 4149 | |
| coding | HiddenField | 'inputPortTags' hides a field. | 4149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4164 | |
| misc | FinalParameters | Parameter outputPortTags should be final. | 4167 | |
| coding | HiddenField | 'outputPortTags' hides a field. | 4167 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4176 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4185 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 4192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 4199 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4255 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4281 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 4286 | |
| misc | FinalParameters | Parameter debugMode should be final. | 4286 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4295 | |
| misc | FinalParameters | Parameter stateSizes should be final. | 4300 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4319 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 4322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4334 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 4339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4339 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 4355 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4355 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4365 | |
| misc | FinalParameters | Parameter matrix should be final. | 4368 | |
| coding | MagicNumber | '10' is a magic number. | 4374 | |
| coding | MagicNumber | '10' is a magic number. | 4379 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4391 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 4394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4394 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4394 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 4403 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4410 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 4413 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4415 | |
| coding | MagicNumber | '10' is a magic number. | 4420 | |
| coding | MagicNumber | '10' is a magic number. | 4424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4426 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 4426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4427 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 4427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4428 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 4428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4429 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4430 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 4430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4431 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 4431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4432 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 4432 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4432 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4432 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 4438 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4445 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 4454 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 4463 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4466 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 4470 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 4471 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 4472 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 4473 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 4474 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 4475 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 4476 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 4477 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 4479 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 4481 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4484 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 4486 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 4487 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4487 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 4500 | |
| misc | FinalParameters | Parameter loopColumn should be final. | 4514 | |
| misc | FinalParameters | Parameter column should be final. | 4514 | |
| misc | FinalParameters | Parameter targetNode should be final. | 4514 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 4519 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4519 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4519 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4526 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4536 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4542 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 4544 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4544 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4544 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4544 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 4558 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4559 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 4568 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 4575 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4588 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 4593 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 4596 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 4599 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 4601 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4601 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 4602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4602 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4610 | |
| misc | FinalParameters | Parameter requiringDescriptor should be final. | 4613 | |
| coding | HiddenField | 'requiringDescriptor' hides a field. | 4613 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 4617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4619 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 4620 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 4623 | |
| misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 4623 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 4624 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 4628 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 4629 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4629 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 4630 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4630 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 4631 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4631 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 4632 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4632 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 4633 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4633 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 4634 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 4642 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4642 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 4644 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 4646 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4653 | |
| misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 4653 | |
| coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 4653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| design | VisibilityModifier | Variable 'numberInLeft' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| design | VisibilityModifier | Variable 'numberInUpper' must be private and have accessor methods. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 183 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 204 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 249 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 257 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 311 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 311 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 338 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 378 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 429 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 502 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 517 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 517 | |
| misc | FinalParameters | Parameter grid should be final. | 517 | |
| misc | FinalParameters | Parameter rowMin should be final. | 517 | |
| misc | FinalParameters | Parameter rowMax should be final. | 517 | |
| misc | FinalParameters | Parameter columnMin should be final. | 517 | |
| misc | FinalParameters | Parameter columnMax should be final. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 520 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 520 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 552 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 552 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 552 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 557 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 557 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 557 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 574 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 594 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 594 | |
| coding | MagicNumber | '4' is a magic number. | 595 | |
| coding | MagicNumber | '4' is a magic number. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 599 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 599 | |
| coding | MagicNumber | '3' is a magic number. | 605 | |
| coding | MagicNumber | '3' is a magic number. | 606 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 610 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 618 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 621 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 621 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 624 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 630 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 633 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 633 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 636 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 636 | |
| coding | MagicNumber | '3' is a magic number. | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 642 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 642 | |
| coding | MagicNumber | '3' is a magic number. | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 645 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 645 | |
| coding | MagicNumber | '3' is a magic number. | 645 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 647 | |
| coding | MagicNumber | '3' is a magic number. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 648 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 648 | |
| coding | MagicNumber | '3' is a magic number. | 648 | |
| coding | MagicNumber | '3' is a magic number. | 653 | |
| coding | MagicNumber | '3' is a magic number. | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 658 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 658 | |
| coding | MagicNumber | '3' is a magic number. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 661 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 661 | |
| coding | MagicNumber | '3' is a magic number. | 661 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 663 | |
| coding | MagicNumber | '3' is a magic number. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 664 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 664 | |
| coding | MagicNumber | '3' is a magic number. | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 668 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 677 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 678 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 678 | |
| coding | MagicNumber | '3' is a magic number. | 682 | |
| coding | MagicNumber | '3' is a magic number. | 683 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 687 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 693 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 696 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 696 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 699 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 705 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 708 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 711 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 711 | |
| coding | MagicNumber | '3' is a magic number. | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 717 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 717 | |
| coding | MagicNumber | '3' is a magic number. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 720 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 720 | |
| coding | MagicNumber | '3' is a magic number. | 720 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 722 | |
| coding | MagicNumber | '3' is a magic number. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 723 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 723 | |
| coding | MagicNumber | '3' is a magic number. | 723 | |
| coding | MagicNumber | '3' is a magic number. | 728 | |
| coding | MagicNumber | '3' is a magic number. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 733 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 733 | |
| coding | MagicNumber | '3' is a magic number. | 733 | |
| coding | MagicNumber | '3' is a magic number. | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 739 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 739 | |
| coding | MagicNumber | '3' is a magic number. | 739 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 741 | |
| coding | MagicNumber | '3' is a magic number. | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 742 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 742 | |
| coding | MagicNumber | '3' is a magic number. | 742 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 755 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 755 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 756 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 756 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 756 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 764 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 772 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 782 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 783 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 783 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 790 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 808 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 816 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 825 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 837 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 837 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 842 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 861 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 868 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 869 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 870 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 870 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 870 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 871 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 877 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 890 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 896 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 902 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 971 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 974 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 977 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 978 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 991 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1009 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 1016 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1024 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1039 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1055 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1057 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1072 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1098 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1130 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1140 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1145 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1162 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 101 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 104 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 193 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 225 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 361 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 386 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 386 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 386 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 406 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 431 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 431 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 471 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 471 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 495 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 507 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 541 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 573 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 590 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| misc | FinalParameters | Parameter nodeNumber should be final. | 596 | |
| misc | FinalParameters | Parameter degree should be final. | 596 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 623 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 623 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 636 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 636 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 663 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 83 | |
| coding | HiddenField | 'elements' hides a field. | 83 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 83 | |
| coding | HiddenField | 'inputNodes' hides a field. | 83 | |
| coding | HiddenField | 'outputNodes' hides a field. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter elements should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 149 | |
| coding | HiddenField | 'nodeValue' hides a field. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 195 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 255 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 263 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 319 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 328 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 330 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 356 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 361 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 365 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 367 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 378 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 379 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 445 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 445 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 486 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 493 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| misc | FinalParameters | Parameter nodeNumber should be final. | 535 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 578 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 594 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 601 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 612 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 631 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| misc | FinalParameters | Parameter u should be final. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 656 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 664 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| misc | FinalParameters | Parameter system should be final. | 684 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 686 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 718 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 730 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 731 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 731 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 741 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 752 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 754 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 769 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 784 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 834 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 834 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 834 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 834 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 835 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 835 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 860 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 879 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 882 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 901 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 903 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 911 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 913 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 919 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 928 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 938 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 968 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 979 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 987 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 994 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1000 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1019 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 1033 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1033 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1033 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1033 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1034 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1051 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 1061 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1090 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1107 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1202 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1207 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1216 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 1223 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1225 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1256 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1267 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 1299 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1303 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1306 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1318 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 75 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 126 | |
| misc | FinalParameters | Parameter option should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 138 | |
| misc | FinalParameters | Parameter option should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 152 | |
| misc | FinalParameters | Parameter option should be final. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 186 | |
| misc | FinalParameters | Parameter option should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 234 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 235 | |
| misc | FinalParameters | Parameter option should be final. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 296 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 330 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 342 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 350 | |
| coding | MagicNumber | '3' is a magic number. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 373 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 414 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 421 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 456 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 459 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 502 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 510 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 539 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 542 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 545 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 565 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 582 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 638 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 638 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 641 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 657 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 705 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 730 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 733 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 750 | |
| misc | FinalParameters | Parameter portSize should be final. | 750 | |
| misc | FinalParameters | Parameter node should be final. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 789 | |
| misc | FinalParameters | Parameter opponent should be final. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 809 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 283). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 209). | 828 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 833 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 843 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 902 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 909 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 943 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 946 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 948 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 952 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 956 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 956 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 959 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 973 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 980 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 982 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 989 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1000 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1002 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1004 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1015 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1019 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1019 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1022 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1024 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1027 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1034 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1038 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1041 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1041 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1043 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1057 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1057 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1060 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1062 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1065 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1072 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1076 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1081 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1084 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1095 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1095 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1110 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1117 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1146 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1147 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1162 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1185 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1210 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1260 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1261 | |
| coding | MagicNumber | '3' is a magic number. | 1261 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1265 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1275 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1285 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1290 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1317 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 1320 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1329 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1345 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1362 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1370 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1373 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1375 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1379 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1382 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1387 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1392 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1396 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1399 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1404 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1409 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1413 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1416 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1421 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1426 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1430 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1438 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1439 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1448 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1449 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1452 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1458 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1459 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 1463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1464 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1474 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1475 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1484 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1485 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1524 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1530 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1537 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1547 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1549 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1558 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1567 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1576 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1585 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1592 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1594 | |
| misc | FinalParameters | Parameter autoSize should be final. | 1597 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1601 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1605 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| misc | FinalParameters | Parameter opponent should be final. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 99 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 123 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 123 | |
| coding | MagicNumber | '31' is a magic number. | 137 | |
| coding | MagicNumber | '31' is a magic number. | 138 | |
| coding | MagicNumber | '31' is a magic number. | 139 | |
| coding | MagicNumber | '31' is a magic number. | 140 | |
| coding | MagicNumber | '1231' is a magic number. | 140 | |
| coding | MagicNumber | '1237' is a magic number. | 140 | |
| coding | MagicNumber | '31' is a magic number. | 141 | |
| coding | MagicNumber | '1231' is a magic number. | 141 | |
| coding | MagicNumber | '1237' is a magic number. | 141 | |
| coding | MagicNumber | '31' is a magic number. | 142 | |
| coding | MagicNumber | '1231' is a magic number. | 142 | |
| coding | MagicNumber | '1237' is a magic number. | 142 | |
| coding | MagicNumber | '31' is a magic number. | 143 | |
| coding | MagicNumber | '1231' is a magic number. | 143 | |
| coding | MagicNumber | '1237' is a magic number. | 143 | |
| coding | MagicNumber | '31' is a magic number. | 144 | |
| coding | MagicNumber | '1231' is a magic number. | 144 | |
| coding | MagicNumber | '1237' is a magic number. | 144 | |
| coding | MagicNumber | '31' is a magic number. | 145 | |
| coding | MagicNumber | '1231' is a magic number. | 145 | |
| coding | MagicNumber | '1237' is a magic number. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| coding | MagicNumber | '31' is a magic number. | 146 | |
| coding | MagicNumber | '31' is a magic number. | 147 | |
| coding | MagicNumber | '1231' is a magic number. | 147 | |
| coding | MagicNumber | '1237' is a magic number. | 147 | |
| coding | MagicNumber | '31' is a magic number. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| coding | MagicNumber | '31' is a magic number. | 159 | |
| coding | MagicNumber | '31' is a magic number. | 160 | |
| coding | MagicNumber | '31' is a magic number. | 161 | |
| coding | MagicNumber | '31' is a magic number. | 162 | |
| coding | MagicNumber | '1231' is a magic number. | 162 | |
| coding | MagicNumber | '1237' is a magic number. | 162 | |
| coding | MagicNumber | '31' is a magic number. | 163 | |
| coding | MagicNumber | '1231' is a magic number. | 163 | |
| coding | MagicNumber | '1237' is a magic number. | 163 | |
| coding | MagicNumber | '31' is a magic number. | 164 | |
| coding | MagicNumber | '1231' is a magic number. | 164 | |
| coding | MagicNumber | '1237' is a magic number. | 164 | |
| coding | MagicNumber | '31' is a magic number. | 165 | |
| coding | MagicNumber | '1231' is a magic number. | 165 | |
| coding | MagicNumber | '1237' is a magic number. | 165 | |
| coding | MagicNumber | '31' is a magic number. | 166 | |
| coding | MagicNumber | '1231' is a magic number. | 166 | |
| coding | MagicNumber | '1237' is a magic number. | 166 | |
| coding | MagicNumber | '31' is a magic number. | 167 | |
| coding | MagicNumber | '1231' is a magic number. | 167 | |
| coding | MagicNumber | '1237' is a magic number. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 168 | |
| coding | MagicNumber | '31' is a magic number. | 168 | |
| coding | MagicNumber | '31' is a magic number. | 169 | |
| coding | MagicNumber | '1231' is a magic number. | 169 | |
| coding | MagicNumber | '1237' is a magic number. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| coding | MagicNumber | '31' is a magic number. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| coding | HiddenField | 'id' hides a field. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| coding | HiddenField | 'stateSize' hides a field. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| coding | HiddenField | 'inputSize' hides a field. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| coding | HiddenField | 'outputSize' hides a field. | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 268 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 277 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 277 | |
| coding | HiddenField | 'hasDirectFeedthrough' hides a field. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| coding | HiddenField | 'inlet' hides a field. | 289 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| coding | HiddenField | 'outlet' hides a field. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 325 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 334 | |
| coding | HiddenField | 'forcedSystem' hides a field. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 352 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 361 | |
| coding | HiddenField | 'dynamic' hides a field. | 361 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 370 | |
| coding | HiddenField | 'linear' hides a field. | 370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 379 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 389 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 405 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 405 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 412 | |
| misc | FinalParameters | Parameter valueFormat should be final. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 414 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 438 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 549 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 567 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 594 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 609 | |
| misc | FinalParameters | Parameter klass should be final. | 609 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 622 | |
| misc | FinalParameters | Parameter klass should be final. | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 649 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 678 | |
| misc | FinalParameters | Parameter klass should be final. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 684 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 698 | |
| misc | FinalParameters | Parameter klass should be final. | 698 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 734 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 740 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 748 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 748 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 758 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 760 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 767 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 769 | |
| coding | HiddenField | 'autoSize' hides a field. | 772 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 776 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 780 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | HiddenField | 'solver' hides a field. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 60 | |
| misc | FinalParameters | Parameter system should be final. | 60 | |
| misc | FinalParameters | Parameter t0 should be final. | 60 | |
| misc | FinalParameters | Parameter t1 should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| misc | FinalParameters | Parameter system should be final. | 113 | |
| misc | FinalParameters | Parameter t0 should be final. | 113 | |
| misc | FinalParameters | Parameter t1 should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class DoubleZeroSystem should be declared as final. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | ConstantName | Name 'zeroSystem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 51 | |
| misc | FinalParameters | Parameter opponent should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 51 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| misc | FinalParameters | Parameter klass should be final. | 107 | |
| misc | FinalParameters | Parameter name should be final. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 38 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 214). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| misc | FinalParameters | Parameter sunit should be final. | 73 | |
| coding | HiddenField | 'sunit' hides a field. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| misc | FinalParameters | Parameter sunit should be final. | 84 | |
| coding | HiddenField | 'sunit' hides a field. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| misc | FinalParameters | Parameter sunit should be final. | 115 | |
| coding | HiddenField | 'sunit' hides a field. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| misc | FinalParameters | Parameter sunit should be final. | 127 | |
| coding | HiddenField | 'sunit' hides a field. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| misc | FinalParameters | Parameter option should be final. | 141 | |
| misc | FinalParameters | Parameter sunit should be final. | 141 | |
| coding | HiddenField | 'sunit' hides a field. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 154 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 | |
| misc | FinalParameters | Parameter option should be final. | 154 | |
| misc | FinalParameters | Parameter sunit should be final. | 154 | |
| coding | HiddenField | 'sunit' hides a field. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| misc | FinalParameters | Parameter option should be final. | 170 | |
| misc | FinalParameters | Parameter sunit should be final. | 170 | |
| coding | HiddenField | 'sunit' hides a field. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| misc | FinalParameters | Parameter sunit should be final. | 195 | |
| coding | HiddenField | 'sunit' hides a field. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 | |
| misc | FinalParameters | Parameter option should be final. | 206 | |
| misc | FinalParameters | Parameter sunit should be final. | 206 | |
| coding | HiddenField | 'sunit' hides a field. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 255 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 255 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 256 | |
| misc | FinalParameters | Parameter option should be final. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 315 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 351 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 371 | |
| coding | MagicNumber | '3' is a magic number. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 442 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 511 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 551 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 660 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 662 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 690 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 695 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 726 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 751 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 752 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 754 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 | |
| misc | FinalParameters | Parameter portSize should be final. | 771 | |
| misc | FinalParameters | Parameter node should be final. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 810 | |
| misc | FinalParameters | Parameter opponent should be final. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 830 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 283). | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 209). | 849 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 854 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 866 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 878 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 888 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 890 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 902 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 914 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 932 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 942 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 944 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 954 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 956 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 964 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 967 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 969 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 974 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 977 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 977 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 980 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 982 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 992 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 994 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1001 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1003 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1010 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1017 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1021 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1021 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1023 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1025 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1029 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1040 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1043 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1045 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1055 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1059 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1062 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1064 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1067 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1078 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1081 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1083 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1086 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1131 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1145 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1209 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1256 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1281 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1282 | |
| coding | MagicNumber | '3' is a magic number. | 1282 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1296 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1306 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1350 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1357 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1362 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1369 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1374 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1383 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1386 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1391 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1396 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1400 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1403 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1413 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1425 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1434 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1437 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1447 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1454 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1459 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1473 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1479 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1484 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1485 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1491 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 1495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1496 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1501 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1505 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1506 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1511 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1540 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1544 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1551 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1570 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1579 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1588 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1606 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1615 | |
| misc | FinalParameters | Parameter autoSize should be final. | 1618 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1622 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter requiringLinearSystem should be final. | 36 | |
| coding | HiddenField | 'requiringLinearSystem' hides a field. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter requiringDescriptor should be final. | 54 | |
| coding | HiddenField | 'requiringDescriptor' hides a field. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| misc | FinalParameters | Parameter contractingAllConstantEdges should be final. | 72 | |
| coding | HiddenField | 'contractingAllConstantEdges' hides a field. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 90 | |
| misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 90 | |
| coding | HiddenField | 'requiringReachableSubSystem' hides a field. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 108 | |
| coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 317). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| design | VisibilityModifier | Variable 'sunit' must be private and have accessor methods. | 71 | |
| misc | FinalParameters | Parameter sunit should be final. | 77 | |
| coding | HiddenField | 'sunit' hides a field. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| misc | FinalParameters | Parameter opponent should be final. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 112 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 112 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 136 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 136 | |
| coding | MagicNumber | '31' is a magic number. | 150 | |
| coding | MagicNumber | '31' is a magic number. | 151 | |
| coding | MagicNumber | '31' is a magic number. | 152 | |
| coding | MagicNumber | '31' is a magic number. | 153 | |
| coding | MagicNumber | '1231' is a magic number. | 153 | |
| coding | MagicNumber | '1237' is a magic number. | 153 | |
| coding | MagicNumber | '31' is a magic number. | 154 | |
| coding | MagicNumber | '1231' is a magic number. | 154 | |
| coding | MagicNumber | '1237' is a magic number. | 154 | |
| coding | MagicNumber | '31' is a magic number. | 155 | |
| coding | MagicNumber | '1231' is a magic number. | 155 | |
| coding | MagicNumber | '1237' is a magic number. | 155 | |
| coding | MagicNumber | '31' is a magic number. | 156 | |
| coding | MagicNumber | '1231' is a magic number. | 156 | |
| coding | MagicNumber | '1237' is a magic number. | 156 | |
| coding | MagicNumber | '31' is a magic number. | 157 | |
| coding | MagicNumber | '1231' is a magic number. | 157 | |
| coding | MagicNumber | '1237' is a magic number. | 157 | |
| coding | MagicNumber | '31' is a magic number. | 158 | |
| coding | MagicNumber | '1231' is a magic number. | 158 | |
| coding | MagicNumber | '1237' is a magic number. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 159 | |
| coding | MagicNumber | '31' is a magic number. | 159 | |
| coding | MagicNumber | '31' is a magic number. | 160 | |
| coding | MagicNumber | '1231' is a magic number. | 160 | |
| coding | MagicNumber | '1237' is a magic number. | 160 | |
| coding | MagicNumber | '31' is a magic number. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| coding | MagicNumber | '31' is a magic number. | 172 | |
| coding | MagicNumber | '31' is a magic number. | 173 | |
| coding | MagicNumber | '31' is a magic number. | 174 | |
| coding | MagicNumber | '31' is a magic number. | 175 | |
| coding | MagicNumber | '1231' is a magic number. | 175 | |
| coding | MagicNumber | '1237' is a magic number. | 175 | |
| coding | MagicNumber | '31' is a magic number. | 176 | |
| coding | MagicNumber | '1231' is a magic number. | 176 | |
| coding | MagicNumber | '1237' is a magic number. | 176 | |
| coding | MagicNumber | '31' is a magic number. | 177 | |
| coding | MagicNumber | '1231' is a magic number. | 177 | |
| coding | MagicNumber | '1237' is a magic number. | 177 | |
| coding | MagicNumber | '31' is a magic number. | 178 | |
| coding | MagicNumber | '1231' is a magic number. | 178 | |
| coding | MagicNumber | '1237' is a magic number. | 178 | |
| coding | MagicNumber | '31' is a magic number. | 179 | |
| coding | MagicNumber | '1231' is a magic number. | 179 | |
| coding | MagicNumber | '1237' is a magic number. | 179 | |
| coding | MagicNumber | '31' is a magic number. | 180 | |
| coding | MagicNumber | '1231' is a magic number. | 180 | |
| coding | MagicNumber | '1237' is a magic number. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 181 | |
| coding | MagicNumber | '31' is a magic number. | 181 | |
| coding | MagicNumber | '31' is a magic number. | 182 | |
| coding | MagicNumber | '1231' is a magic number. | 182 | |
| coding | MagicNumber | '1237' is a magic number. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| coding | MagicNumber | '31' is a magic number. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| coding | HiddenField | 'id' hides a field. | 209 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| coding | HiddenField | 'stateSize' hides a field. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| coding | HiddenField | 'inputSize' hides a field. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 263 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| coding | HiddenField | 'outputSize' hides a field. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 281 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 290 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 290 | |
| coding | HiddenField | 'hasDirectFeedthrough' hides a field. | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| coding | HiddenField | 'inlet' hides a field. | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| coding | HiddenField | 'outlet' hides a field. | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 347 | |
| coding | HiddenField | 'forcedSystem' hides a field. | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 374 | |
| coding | HiddenField | 'dynamic' hides a field. | 374 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 383 | |
| coding | HiddenField | 'linear' hides a field. | 383 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 402 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 418 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 425 | |
| misc | FinalParameters | Parameter valueFormat should be final. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 427 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 562 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 573 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 596 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 607 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 622 | |
| misc | FinalParameters | Parameter klass should be final. | 622 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| misc | FinalParameters | Parameter klass should be final. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 662 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 691 | |
| misc | FinalParameters | Parameter klass should be final. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 697 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 711 | |
| misc | FinalParameters | Parameter klass should be final. | 711 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 722 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 730 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 747 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 761 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 761 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 773 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 782 | |
| coding | HiddenField | 'autoSize' hides a field. | 785 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 789 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 793 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 805 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter cause should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter message should be final. | 50 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| coding | HiddenField | 'solver' hides a field. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| misc | FinalParameters | Parameter system should be final. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| misc | FinalParameters | Parameter t0 should be final. | 67 | |
| misc | FinalParameters | Parameter t1 should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| misc | FinalParameters | Parameter system should be final. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| misc | FinalParameters | Parameter t0 should be final. | 120 | |
| misc | FinalParameters | Parameter t1 should be final. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | FinalClass | Class ZeroSystem should be declared as final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 254). | 63 | |
| misc | FinalParameters | Parameter sunit should be final. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 74 | |
| misc | FinalParameters | Parameter opponent should be final. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 238). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'initialOutput' hides a field. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 87 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 89 | |
| misc | FinalParameters | Parameter key should be final. | 135 | |
| misc | FinalParameters | Parameter o should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 169 | |
| coding | MagicNumber | '31' is a magic number. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 170 | |
| coding | MagicNumber | '31' is a magic number. | 170 | |
| coding | MagicNumber | '32' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 171 | |
| coding | MagicNumber | '31' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 172 | |
| coding | MagicNumber | '31' is a magic number. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 321). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 54 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| misc | FinalParameters | Parameter o should be final. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 97 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 98 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| coding | MagicNumber | '31' is a magic number. | 107 | |
| coding | MagicNumber | '31' is a magic number. | 108 | |
| coding | MagicNumber | '31' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 121 | |
| coding | HiddenField | 'initialState' hides a field. | 128 | |
| coding | HiddenField | 'initialStateDerivative' hides a field. | 145 | |
| coding | HiddenField | 'state' hides a field. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 193 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 200 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 201 | |
| coding | HiddenField | 'stateNumber' hides a field. | 214 | |
| misc | FinalParameters | Parameter index should be final. | 228 | |
| coding | HiddenField | 'index' hides a field. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| misc | FinalParameters | Parameter stateDerivative should be final. | 243 | |
| coding | HiddenField | 'stateDerivative' hides a field. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 350). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| misc | FinalParameters | Parameter sunit should be final. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| coding | MagicNumber | '1231' is a magic number. | 63 | |
| coding | MagicNumber | '1237' is a magic number. | 63 | |
| coding | MagicNumber | '1231' is a magic number. | 64 | |
| coding | MagicNumber | '1237' is a magic number. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 65 | |
| coding | MagicNumber | '1231' is a magic number. | 65 | |
| coding | MagicNumber | '1237' is a magic number. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| misc | FinalParameters | Parameter obj should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 108 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| misc | FinalParameters | Parameter t should be final. | 131 | |
| misc | FinalParameters | Parameter x should be final. | 131 | |
| misc | FinalParameters | Parameter u should be final. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| misc | FinalParameters | Parameter matrixM should be final. | 140 | |
| coding | HiddenField | 'matrixM' hides a field. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 155 | |
| misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 155 | |
| coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 163 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 171 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 350). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 44 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 44 | |
| misc | FinalParameters | Parameter dx should be final. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 63 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '>' is followed by whitespace. | 43 | |
| misc | FinalParameters | Parameter sunit should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 167 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 223 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 265 | |
| coding | HiddenField | 'number' hides a field. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | TypecastParenPad | ')' is preceded with whitespace. | 322 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 343). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter t should be final. | 129 | |
| misc | FinalParameters | Parameter x should be final. | 129 | |
| misc | FinalParameters | Parameter u should be final. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 155 | |
| misc | FinalParameters | Parameter system should be final. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| misc | FinalParameters | Parameter t should be final. | 155 | |
| misc | FinalParameters | Parameter x should be final. | 155 | |
| misc | FinalParameters | Parameter u should be final. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| naming | LocalFinalVariableName | Name 'F0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 159 | |
| naming | LocalFinalVariableName | Name 'FJ0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| naming | LocalFinalVariableName | Name 'J0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| coding | MagicNumber | '1e-5' is a magic number. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 201 | |
| misc | FinalParameters | Parameter system should be final. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| misc | FinalParameters | Parameter t should be final. | 201 | |
| misc | FinalParameters | Parameter x should be final. | 201 | |
| misc | FinalParameters | Parameter u should be final. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 246 | |
| misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 246 | |
| coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 254 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 262 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 262 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 343). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| misc | FinalParameters | Parameter sunit should be final. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 45 | |
| misc | FinalParameters | Parameter dx should be final. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| misc | FinalParameters | Parameter sunit should be final. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 248). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 49 | |
| misc | FinalParameters | Parameter elements should be final. | 49 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 49 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 49 | |
| misc | FinalParameters | Parameter sunit should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 58 | |
| misc | FinalParameters | Parameter t1 should be final. | 58 | |
| misc | FinalParameters | Parameter state1 should be final. | 58 | |
| misc | FinalParameters | Parameter input1 should be final. | 58 | |
| misc | FinalParameters | Parameter t2 should be final. | 58 | |
| misc | FinalParameters | Parameter state2 should be final. | 58 | |
| misc | FinalParameters | Parameter input2 should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 96 | |
| misc | FinalParameters | Parameter t1 should be final. | 96 | |
| misc | FinalParameters | Parameter t2 should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 119 | |
| misc | FinalParameters | Parameter t1 should be final. | 119 | |
| misc | FinalParameters | Parameter states1 should be final. | 119 | |
| misc | FinalParameters | Parameter t2 should be final. | 119 | |
| misc | FinalParameters | Parameter states2 should be final. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 153 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 166 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 174 | |
| misc | FinalParameters | Parameter t should be final. | 174 | |
| misc | FinalParameters | Parameter state should be final. | 174 | |
| misc | FinalParameters | Parameter input should be final. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| misc | FinalParameters | Parameter t should be final. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 220 | |
| misc | FinalParameters | Parameter t should be final. | 220 | |
| misc | FinalParameters | Parameter states should be final. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 225 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 242 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 260 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 357). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 44 | |
| misc | FinalParameters | Parameter elements should be final. | 44 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 44 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 296). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 332). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| misc | FinalParameters | Parameter sunit should be final. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| coding | HiddenField | 'sys' hides a field. | 72 | |
| misc | FinalParameters | Parameter sunit should be final. | 72 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 104 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| misc | FinalParameters | Parameter sunit should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 118 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter sunit should be final. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 132 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter sunit should be final. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 133 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| javadoc | JavadocMethod | Expected @return tag. | 204 | |
| javadoc | JavadocMethod | Expected @return tag. | 211 | |
| javadoc | JavadocMethod | Expected @return tag. | 218 | |
| javadoc | JavadocMethod | Expected @return tag. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 230 | |
| coding | HiddenField | 'hasVariableA' hides a field. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 237 | |
| coding | HiddenField | 'hasVariableB' hides a field. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 244 | |
| coding | HiddenField | 'hasVariableC' hides a field. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 251 | |
| coding | HiddenField | 'hasVariableD' hides a field. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| coding | HiddenField | 'hasVariableE' hides a field. | 260 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 260 | |
| javadoc | JavadocMethod | Expected @return tag. | 268 | |
| javadoc | JavadocMethod | Expected @return tag. | 275 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 | |
| javadoc | JavadocMethod | Expected @return tag. | 289 | |
| javadoc | JavadocMethod | Expected @return tag. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| misc | FinalParameters | Parameter t should be final. | 315 | |
| misc | FinalParameters | Parameter x should be final. | 315 | |
| misc | FinalParameters | Parameter u should be final. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 327 | |
| javadoc | JavadocMethod | Expected @return tag. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 337 | |
| javadoc | JavadocMethod | Expected @return tag. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 344 | |
| javadoc | JavadocMethod | Expected @return tag. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 354 | |
| javadoc | JavadocMethod | Expected @return tag. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 363 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 368 | |
| javadoc | JavadocMethod | Expected @return tag. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 375 | |
| javadoc | JavadocMethod | Expected @return tag. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 382 | |
| javadoc | JavadocMethod | Expected @return tag. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 388 | |
| javadoc | JavadocMethod | Expected @return tag. | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 395 | |
| javadoc | JavadocMethod | Expected @return tag. | 401 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 406 | |
| javadoc | JavadocMethod | Expected @return tag. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 413 | |
| javadoc | JavadocMethod | Expected @return tag. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 415 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 416 | |
| javadoc | JavadocMethod | Expected @return tag. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 427 | |
| coding | HiddenField | 'tag' hides a field. | 429 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 434 | |
| misc | FinalParameters | Parameter o should be final. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 455 | |
| coding | MagicNumber | '31' is a magic number. | 460 | |
| coding | MagicNumber | '31' is a magic number. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 466 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 476 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| coding | HiddenField | 'isTransferFunction' hides a field. | 487 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter pidType should be final. | 43 | |
| coding | HiddenField | 'pidType' hides a field. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter p should be final. | 55 | |
| misc | FinalParameters | Parameter i should be final. | 55 | |
| misc | FinalParameters | Parameter d should be final. | 55 | |
| misc | FinalParameters | Parameter n should be final. | 55 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| misc | FinalParameters | Parameter sunit should be final. | 25 | |
| misc | FinalParameters | Parameter initialState should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | NoWhitespaceAfter | 'RS' is followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| coding | HiddenField | 'initialOutput' hides a field. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 79 | |
| misc | FinalParameters | Parameter key should be final. | 125 | |
| misc | FinalParameters | Parameter o should be final. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 147 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 159 | |
| coding | MagicNumber | '31' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 160 | |
| coding | MagicNumber | '31' is a magic number. | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| coding | MagicNumber | '32' is a magic number. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 161 | |
| coding | MagicNumber | '31' is a magic number. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 162 | |
| coding | MagicNumber | '31' is a magic number. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 46 | |
| misc | FinalParameters | Parameter o should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 90 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 99 | |
| coding | MagicNumber | '31' is a magic number. | 99 | |
| coding | MagicNumber | '31' is a magic number. | 100 | |
| coding | MagicNumber | '31' is a magic number. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 113 | |
| coding | HiddenField | 'initialState' hides a field. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 137 | |
| coding | HiddenField | 'initialStateDerivative' hides a field. | 137 | |
| coding | HiddenField | 'state' hides a field. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 185 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 192 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 193 | |
| coding | HiddenField | 'stateNumber' hides a field. | 206 | |
| misc | FinalParameters | Parameter index should be final. | 220 | |
| coding | HiddenField | 'index' hides a field. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| misc | FinalParameters | Parameter stateDerivative should be final. | 235 | |
| coding | HiddenField | 'stateDerivative' hides a field. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '1231' is a magic number. | 55 | |
| coding | MagicNumber | '1237' is a magic number. | 55 | |
| coding | MagicNumber | '1231' is a magic number. | 56 | |
| coding | MagicNumber | '1237' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 57 | |
| coding | MagicNumber | '1231' is a magic number. | 57 | |
| coding | MagicNumber | '1237' is a magic number. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| misc | FinalParameters | Parameter obj should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 100 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 123 | |
| misc | FinalParameters | Parameter t should be final. | 123 | |
| misc | FinalParameters | Parameter x should be final. | 123 | |
| misc | FinalParameters | Parameter u should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| misc | FinalParameters | Parameter matrixM should be final. | 132 | |
| coding | HiddenField | 'matrixM' hides a field. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 147 | |
| misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 147 | |
| coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 155 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 163 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 36 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 | |
| misc | FinalParameters | Parameter dx should be final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 186 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 214 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 257 | |
| coding | HiddenField | 'number' hides a field. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| misc | FinalParameters | Parameter t should be final. | 121 | |
| misc | FinalParameters | Parameter x should be final. | 121 | |
| misc | FinalParameters | Parameter u should be final. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 147 | |
| misc | FinalParameters | Parameter system should be final. | 147 | |
| misc | FinalParameters | Parameter t should be final. | 147 | |
| misc | FinalParameters | Parameter x should be final. | 147 | |
| misc | FinalParameters | Parameter u should be final. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| naming | LocalFinalVariableName | Name 'F0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 151 | |
| naming | LocalFinalVariableName | Name 'FJ0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| naming | LocalFinalVariableName | Name 'J0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 193 | |
| misc | FinalParameters | Parameter system should be final. | 193 | |
| misc | FinalParameters | Parameter t should be final. | 193 | |
| misc | FinalParameters | Parameter x should be final. | 193 | |
| misc | FinalParameters | Parameter u should be final. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 238 | |
| misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 238 | |
| coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 246 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 254 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 254 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 37 | |
| misc | FinalParameters | Parameter dx should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 40 | |
| misc | FinalParameters | Parameter elements should be final. | 40 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 40 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 50 | |
| misc | FinalParameters | Parameter t1 should be final. | 50 | |
| misc | FinalParameters | Parameter state1 should be final. | 50 | |
| misc | FinalParameters | Parameter input1 should be final. | 50 | |
| misc | FinalParameters | Parameter t2 should be final. | 50 | |
| misc | FinalParameters | Parameter state2 should be final. | 50 | |
| misc | FinalParameters | Parameter input2 should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 91 | |
| misc | FinalParameters | Parameter t1 should be final. | 91 | |
| misc | FinalParameters | Parameter t2 should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 115 | |
| misc | FinalParameters | Parameter t1 should be final. | 115 | |
| misc | FinalParameters | Parameter states1 should be final. | 115 | |
| misc | FinalParameters | Parameter t2 should be final. | 115 | |
| misc | FinalParameters | Parameter states2 should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 170 | |
| misc | FinalParameters | Parameter t should be final. | 170 | |
| misc | FinalParameters | Parameter state should be final. | 170 | |
| misc | FinalParameters | Parameter input should be final. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| misc | FinalParameters | Parameter t should be final. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 216 | |
| misc | FinalParameters | Parameter t should be final. | 216 | |
| misc | FinalParameters | Parameter states should be final. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 221 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 238 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 36 | |
| misc | FinalParameters | Parameter elements should be final. | 36 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 36 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| coding | HiddenField | 'sys' hides a field. | 63 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 94 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 107 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 120 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 129 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 139 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 171 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| javadoc | JavadocMethod | Expected @return tag. | 192 | |
| javadoc | JavadocMethod | Expected @return tag. | 199 | |
| javadoc | JavadocMethod | Expected @return tag. | 206 | |
| javadoc | JavadocMethod | Expected @return tag. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 218 | |
| coding | HiddenField | 'hasVariableA' hides a field. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 225 | |
| coding | HiddenField | 'hasVariableB' hides a field. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 232 | |
| coding | HiddenField | 'hasVariableC' hides a field. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 239 | |
| coding | HiddenField | 'hasVariableD' hides a field. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 246 | |
| coding | HiddenField | 'hasVariableE' hides a field. | 248 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 248 | |
| javadoc | JavadocMethod | Expected @return tag. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| javadoc | JavadocMethod | Expected @return tag. | 270 | |
| javadoc | JavadocMethod | Expected @return tag. | 277 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 304 | |
| misc | FinalParameters | Parameter t should be final. | 304 | |
| misc | FinalParameters | Parameter x should be final. | 304 | |
| misc | FinalParameters | Parameter u should be final. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 316 | |
| javadoc | JavadocMethod | Expected @return tag. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 318 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 326 | |
| javadoc | JavadocMethod | Expected @return tag. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 333 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 343 | |
| javadoc | JavadocMethod | Expected @return tag. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 350 | |
| javadoc | JavadocMethod | Expected @return tag. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 352 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 352 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 357 | |
| javadoc | JavadocMethod | Expected @return tag. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 359 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 364 | |
| javadoc | JavadocMethod | Expected @return tag. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 371 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 377 | |
| javadoc | JavadocMethod | Expected @return tag. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 395 | |
| javadoc | JavadocMethod | Expected @return tag. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 402 | |
| javadoc | JavadocMethod | Expected @return tag. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 405 | |
| javadoc | JavadocMethod | Expected @return tag. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 416 | |
| coding | HiddenField | 'tag' hides a field. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 423 | |
| misc | FinalParameters | Parameter o should be final. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 439 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 444 | |
| coding | MagicNumber | '31' is a magic number. | 449 | |
| coding | MagicNumber | '31' is a magic number. | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 459 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 463 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 465 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 465 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| coding | HiddenField | 'isTransferFunction' hides a field. | 476 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter pidType should be final. | 28 | |
| coding | HiddenField | 'pidType' hides a field. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter p should be final. | 40 | |
| misc | FinalParameters | Parameter i should be final. | 40 | |
| misc | FinalParameters | Parameter d should be final. | 40 | |
| misc | FinalParameters | Parameter n should be final. | 40 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| misc | FinalParameters | Parameter initialState should be final. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 71 | |
| misc | FinalParameters | Parameter initialState should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 36 | |
| coding | MagicNumber | '1024' is a magic number. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| coding | HiddenField | 'timeDelay' hides a field. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 71 | |
| coding | HiddenField | 'timeDelay' hides a field. | 71 | |
| coding | HiddenField | 'initialOutput' hides a field. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| coding | HiddenField | 'timeDelay' hides a field. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| coding | HiddenField | 'initialOutput' hides a field. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| coding | HiddenField | 'initialBufferSize' hides a field. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 250 | |
| javadoc | JavadocMethod | Expected @return tag. | 252 | |
| misc | FinalParameters | Parameter parameter should be final. | 252 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 263 | |
| javadoc | JavadocMethod | Expected @return tag. | 265 | |
| misc | FinalParameters | Parameter key should be final. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 265 | |
| misc | FinalParameters | Parameter o should be final. | 273 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 299 | |
| coding | MagicNumber | '31' is a magic number. | 299 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '32' is a magic number. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 300 | |
| coding | MagicNumber | '31' is a magic number. | 300 | |
| coding | MagicNumber | '31' is a magic number. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 302 | |
| coding | MagicNumber | '31' is a magic number. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 303 | |
| coding | MagicNumber | '31' is a magic number. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| design | VisibilityModifier | Variable 'stateFunction' must be private and have accessor methods. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| design | VisibilityModifier | Variable 'object' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter obj should be final. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| misc | FinalParameters | Parameter t should be final. | 68 | |
| misc | FinalParameters | Parameter x should be final. | 68 | |
| misc | FinalParameters | Parameter u should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 86 | |
| misc | FinalParameters | Parameter t should be final. | 86 | |
| misc | FinalParameters | Parameter x should be final. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 139 | |
| misc | FinalParameters | Parameter name should be final. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 169 | |
| misc | FinalParameters | Parameter name should be final. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| misc | FinalParameters | Parameter name should be final. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter obj should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 78 | |
| misc | FinalParameters | Parameter t should be final. | 78 | |
| misc | FinalParameters | Parameter x should be final. | 78 | |
| misc | FinalParameters | Parameter u should be final. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 96 | |
| misc | FinalParameters | Parameter t should be final. | 96 | |
| misc | FinalParameters | Parameter x should be final. | 96 | |
| misc | FinalParameters | Parameter u should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 129 | |
| misc | FinalParameters | Parameter t should be final. | 129 | |
| misc | FinalParameters | Parameter x should be final. | 129 | |
| misc | FinalParameters | Parameter inputOutput should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| misc | FinalParameters | Parameter matrixM should be final. | 138 | |
| coding | HiddenField | 'matrixM' hides a field. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 174 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 182 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| misc | FinalParameters | Parameter obj should be final. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| misc | FinalParameters | Parameter t should be final. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 41 | |
| misc | FinalParameters | Parameter dx should be final. | 41 | |
| misc | FinalParameters | Parameter u should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 59 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 59 | |
| misc | FinalParameters | Parameter dx should be final. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter obj should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 79 | |
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 81 | |
| javadoc | JavadocMethod | Expected @return tag. | 88 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 95 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| misc | FinalParameters | Parameter name should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter obj should be final. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 65 | |
| misc | FinalParameters | Parameter t should be final. | 65 | |
| misc | FinalParameters | Parameter u should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| misc | FinalParameters | Parameter t should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| misc | FinalParameters | Parameter method should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 129 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| misc | FinalParameters | Parameter name should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 137 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 144 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 151 | |
| misc | FinalParameters | Parameter name should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| misc | FinalParameters | Parameter name should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 80 | |
| misc | FinalParameters | Parameter initialState should be final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 313). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 35 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| coding | MagicNumber | '1024' is a magic number. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| misc | FinalParameters | Parameter sunit should be final. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| coding | HiddenField | 'timeDelay' hides a field. | 66 | |
| misc | FinalParameters | Parameter sunit should be final. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| coding | HiddenField | 'timeDelay' hides a field. | 81 | |
| coding | HiddenField | 'initialOutput' hides a field. | 81 | |
| misc | FinalParameters | Parameter sunit should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| coding | HiddenField | 'timeDelay' hides a field. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| coding | HiddenField | 'initialOutput' hides a field. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| coding | HiddenField | 'initialBufferSize' hides a field. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 259 | |
| javadoc | JavadocMethod | Expected @return tag. | 261 | |
| misc | FinalParameters | Parameter parameter should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 272 | |
| javadoc | JavadocMethod | Expected @return tag. | 274 | |
| misc | FinalParameters | Parameter key should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 274 | |
| misc | FinalParameters | Parameter o should be final. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 308 | |
| coding | MagicNumber | '31' is a magic number. | 308 | |
| coding | MagicNumber | '32' is a magic number. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 309 | |
| coding | MagicNumber | '31' is a magic number. | 309 | |
| coding | MagicNumber | '31' is a magic number. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 311 | |
| coding | MagicNumber | '31' is a magic number. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 312 | |
| coding | MagicNumber | '31' is a magic number. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| design | VisibilityModifier | Variable 'stateFunction' must be private and have accessor methods. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| design | VisibilityModifier | Variable 'object' must be private and have accessor methods. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter obj should be final. | 59 | |
| misc | FinalParameters | Parameter sunit should be final. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| misc | FinalParameters | Parameter sunit should be final. | 69 | |
| misc | FinalParameters | Parameter t should be final. | 77 | |
| misc | FinalParameters | Parameter x should be final. | 77 | |
| misc | FinalParameters | Parameter u should be final. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| misc | FinalParameters | Parameter t should be final. | 95 | |
| misc | FinalParameters | Parameter x should be final. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 148 | |
| misc | FinalParameters | Parameter name should be final. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 178 | |
| misc | FinalParameters | Parameter name should be final. | 178 | |
| misc | FinalParameters | Parameter value should be final. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| misc | FinalParameters | Parameter name should be final. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 355). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter obj should be final. | 52 | |
| misc | FinalParameters | Parameter sunit should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| misc | FinalParameters | Parameter sunit should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| misc | FinalParameters | Parameter t should be final. | 87 | |
| misc | FinalParameters | Parameter x should be final. | 87 | |
| misc | FinalParameters | Parameter u should be final. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| misc | FinalParameters | Parameter t should be final. | 105 | |
| misc | FinalParameters | Parameter x should be final. | 105 | |
| misc | FinalParameters | Parameter u should be final. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 138 | |
| misc | FinalParameters | Parameter t should be final. | 138 | |
| misc | FinalParameters | Parameter x should be final. | 138 | |
| misc | FinalParameters | Parameter inputOutput should be final. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| misc | FinalParameters | Parameter matrixM should be final. | 147 | |
| coding | HiddenField | 'matrixM' hides a field. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 183 | |
| coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 191 | |
| coding | HiddenField | 'hasJacobianMatrix' hides a field. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 355). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter obj should be final. | 34 | |
| misc | FinalParameters | Parameter sunit should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| misc | FinalParameters | Parameter t should be final. | 50 | |
| misc | FinalParameters | Parameter x should be final. | 50 | |
| misc | FinalParameters | Parameter dx should be final. | 50 | |
| misc | FinalParameters | Parameter u should be final. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 68 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 68 | |
| misc | FinalParameters | Parameter dx should be final. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 321). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter obj should be final. | 53 | |
| misc | FinalParameters | Parameter sunit should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| misc | FinalParameters | Parameter sunit should be final. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| misc | FinalParameters | Parameter sunit should be final. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 85 | |
| misc | FinalParameters | Parameter sunit should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 90 | |
| javadoc | JavadocMethod | Expected @return tag. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 92 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| misc | FinalParameters | Parameter name should be final. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 311). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter obj should be final. | 56 | |
| misc | FinalParameters | Parameter sunit should be final. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| misc | FinalParameters | Parameter sunit should be final. | 66 | |
| misc | FinalParameters | Parameter t should be final. | 74 | |
| misc | FinalParameters | Parameter u should be final. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter t should be final. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 105 | |
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| misc | FinalParameters | Parameter method should be final. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 144 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| misc | FinalParameters | Parameter name should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| misc | FinalParameters | Parameter name should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| misc | FinalParameters | Parameter name should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 310). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| coding | HiddenField | 'observerPoles' hides a field. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 306). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| coding | HiddenField | 'continuousObserverPoles' hides a field. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 98 | |
| javadoc | JavadocMethod | Expected @return tag. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter plant should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 68 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 79 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter continuousObserverPoles should be final. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| naming | LocalFinalVariableName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalFinalVariableName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 105 | |
| naming | LocalFinalVariableName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalFinalVariableName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 107 | |
| naming | LocalFinalVariableName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| javadoc | JavadocMethod | Expected @return tag. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'observerPoles' hides a field. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 58 | |
| coding | HiddenField | 'continuousObserverPoles' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 80 | |
| javadoc | JavadocMethod | Expected @return tag. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter plant should be final. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 70 | |
| coding | HiddenField | 'samplingInterval' hides a field. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 80 | |
| misc | FinalParameters | Parameter continuousObserverPoles should be final. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| naming | LocalFinalVariableName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 95 | |
| naming | LocalFinalVariableName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 96 | |
| naming | LocalFinalVariableName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| naming | LocalFinalVariableName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 98 | |
| naming | LocalFinalVariableName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| naming | MemberName | Name 'F1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| naming | MemberName | Name 'F2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| coding | HiddenField | 'plant' hides a field. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 77 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 79 | |
| naming | LocalFinalVariableName | Name 'Ae' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | LocalFinalVariableName | Name 'Be' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 81 | |
| naming | LocalFinalVariableName | Name 'Ce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalFinalVariableName | Name 'Fe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter Qe should be final. | 96 | |
| coding | HiddenField | 'Qe' hides a field. | 96 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter Re should be final. | 96 | |
| coding | HiddenField | 'Re' hides a field. | 96 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| coding | HiddenField | 'Qe' hides a field. | 51 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | HiddenField | 'Re' hides a field. | 51 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | HiddenField | 'Qe' hides a field. | 51 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | HiddenField | 'Re' hides a field. | 51 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| coding | HiddenField | 'plant' hides a field. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| coding | HiddenField | 'Q' hides a field. | 65 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| coding | HiddenField | 'R' hides a field. | 65 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | HiddenField | 'Q' hides a field. | 51 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | HiddenField | 'R' hides a field. | 51 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| coding | HiddenField | 'plant' hides a field. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | HiddenField | 'observerPoles' hides a field. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 66 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 77 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 111 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 113 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| coding | HiddenField | 'plant' hides a field. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter plant should be final. | 36 | |
| coding | HiddenField | 'plant' hides a field. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 62 | |
| coding | HiddenField | 'closedLoopPoles' hides a field. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | HiddenField | 'closedLoopPoles' hides a field. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 53 | |
| javadoc | JavadocMethod | Expected @return tag. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter linearModel should be final. | 53 | |
| coding | HiddenField | 'linearModel' hides a field. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| misc | FinalParameters | Parameter F should be final. | 64 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| misc | FinalParameters | Parameter observer should be final. | 64 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| naming | LocalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 83 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 83 | |
| misc | FinalParameters | Parameter observerPoles should be final. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 110 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 110 | |
| misc | FinalParameters | Parameter observerPoles should be final. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| naming | MemberName | Name 'F1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| naming | MemberName | Name 'F2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| coding | HiddenField | 'plant' hides a field. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 85 | |
| naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 87 | |
| naming | LocalFinalVariableName | Name 'Ae' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalFinalVariableName | Name 'Be' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 89 | |
| naming | LocalFinalVariableName | Name 'Ce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalFinalVariableName | Name 'Fe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| misc | FinalParameters | Parameter Qe should be final. | 104 | |
| coding | HiddenField | 'Qe' hides a field. | 104 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| misc | FinalParameters | Parameter Re should be final. | 104 | |
| coding | HiddenField | 'Re' hides a field. | 104 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 298). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'Qe' hides a field. | 67 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| coding | HiddenField | 'Re' hides a field. | 67 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'Qe' hides a field. | 67 | |
| naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| coding | HiddenField | 'Re' hides a field. | 67 | |
| naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| coding | HiddenField | 'plant' hides a field. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| coding | HiddenField | 'Q' hides a field. | 70 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | HiddenField | 'R' hides a field. | 70 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 293). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'Q' hides a field. | 67 | |
| naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| coding | HiddenField | 'R' hides a field. | 67 | |
| naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Messages should be declared as final. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| coding | HiddenField | 'plant' hides a field. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| coding | HiddenField | 'observerPoles' hides a field. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 73 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 84 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 118 | |
| naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 120 | |
| naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 | |
| coding | HiddenField | 'plant' hides a field. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter plant should be final. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| coding | HiddenField | 'plant' hides a field. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 68 | |
| coding | HiddenField | 'closedLoopPoles' hides a field. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| coding | HiddenField | 'closedLoopPoles' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 70 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| naming | MemberName | Name 'RATIO_OF_VIEWREGION_MAXVALUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| naming | MemberName | Name 'RATIO_OF_NEGATIVE_POSITIVE_REGION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter linearModel should be final. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| coding | HiddenField | 'linearModel' hides a field. | 60 | |
| misc | FinalParameters | Parameter sunit should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| coding | MagicNumber | '15' is a magic number. | 63 | |
| coding | MagicNumber | '10' is a magic number. | 63 | |
| coding | MagicNumber | '4' is a magic number. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 74 | |
| misc | FinalParameters | Parameter F should be final. | 74 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter observer should be final. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 93 | |
| misc | FinalParameters | Parameter observerPoles should be final. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter closedLoopPoles should be final. | 120 | |
| misc | FinalParameters | Parameter observerPoles should be final. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 350). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| misc | FinalParameters | Parameter sunit should be final. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter sunit should be final. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| coding | HiddenField | 'initialOutput' hides a field. | 89 | |
| misc | FinalParameters | Parameter sunit should be final. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| coding | HiddenField | 'initialOutput' hides a field. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 111 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 168 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 178 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| coding | HiddenField | 'deadBandWidth' hides a field. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 228 | |
| coding | MagicNumber | '4' is a magic number. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 234 | |
| coding | MagicNumber | '3' is a magic number. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 268 | |
| coding | MagicNumber | '3' is a magic number. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 280 | |
| coding | MagicNumber | '3' is a magic number. | 283 | |
| coding | MagicNumber | '4' is a magic number. | 283 | |
| coding | MagicNumber | '4' is a magic number. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 319 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| misc | FinalParameters | Parameter key should be final. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 321 | |
| misc | FinalParameters | Parameter o should be final. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 357 | |
| coding | MagicNumber | '31' is a magic number. | 357 | |
| coding | MagicNumber | '32' is a magic number. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 358 | |
| coding | MagicNumber | '31' is a magic number. | 358 | |
| coding | MagicNumber | '31' is a magic number. | 359 | |
| coding | MagicNumber | '1231' is a magic number. | 359 | |
| coding | MagicNumber | '1237' is a magic number. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 360 | |
| coding | MagicNumber | '31' is a magic number. | 360 | |
| coding | MagicNumber | '32' is a magic number. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 361 | |
| coding | MagicNumber | '31' is a magic number. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 362 | |
| coding | MagicNumber | '31' is a magic number. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 363 | |
| coding | MagicNumber | '31' is a magic number. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 364 | |
| coding | MagicNumber | '31' is a magic number. | 364 | |
| coding | MagicNumber | '31' is a magic number. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 364). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | HiddenField | 'gain' hides a field. | 57 | |
| coding | HiddenField | 'offset' hides a field. | 57 | |
| misc | FinalParameters | Parameter sunit should be final. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| coding | HiddenField | 'gain' hides a field. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| coding | HiddenField | 'offset' hides a field. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| misc | FinalParameters | Parameter key should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 | |
| misc | FinalParameters | Parameter o should be final. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 211 | |
| coding | MagicNumber | '31' is a magic number. | 211 | |
| coding | MagicNumber | '32' is a magic number. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 212 | |
| coding | MagicNumber | '31' is a magic number. | 212 | |
| coding | MagicNumber | '32' is a magic number. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 350). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | HiddenField | 'lowerLimit' hides a field. | 57 | |
| coding | HiddenField | 'upperLimit' hides a field. | 57 | |
| misc | FinalParameters | Parameter sunit should be final. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| coding | HiddenField | 'lowerLimit' hides a field. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| coding | HiddenField | 'upperLimit' hides a field. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 202 | |
| javadoc | JavadocMethod | Expected @return tag. | 204 | |
| misc | FinalParameters | Parameter key should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 204 | |
| misc | FinalParameters | Parameter o should be final. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 235 | |
| coding | MagicNumber | '31' is a magic number. | 235 | |
| coding | MagicNumber | '32' is a magic number. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 236 | |
| coding | MagicNumber | '31' is a magic number. | 236 | |
| coding | MagicNumber | '32' is a magic number. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 79 | |
| coding | HiddenField | 'initialOutput' hides a field. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| coding | HiddenField | 'initialOutput' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 101 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 131 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 159 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| coding | HiddenField | 'deadBandWidth' hides a field. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 218 | |
| coding | MagicNumber | '4' is a magic number. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 224 | |
| coding | MagicNumber | '3' is a magic number. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 239 | |
| coding | MagicNumber | '3' is a magic number. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 270 | |
| coding | MagicNumber | '3' is a magic number. | 273 | |
| coding | MagicNumber | '4' is a magic number. | 273 | |
| coding | MagicNumber | '4' is a magic number. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 311 | |
| misc | FinalParameters | Parameter key should be final. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 311 | |
| misc | FinalParameters | Parameter o should be final. | 319 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 347 | |
| coding | MagicNumber | '31' is a magic number. | 347 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 347 | |
| coding | MagicNumber | '32' is a magic number. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 348 | |
| coding | MagicNumber | '31' is a magic number. | 348 | |
| coding | MagicNumber | '31' is a magic number. | 349 | |
| coding | MagicNumber | '1231' is a magic number. | 349 | |
| coding | MagicNumber | '1237' is a magic number. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 350 | |
| coding | MagicNumber | '31' is a magic number. | 350 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 350 | |
| coding | MagicNumber | '32' is a magic number. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 351 | |
| coding | MagicNumber | '31' is a magic number. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 352 | |
| coding | MagicNumber | '31' is a magic number. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 353 | |
| coding | MagicNumber | '31' is a magic number. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 354 | |
| coding | MagicNumber | '31' is a magic number. | 354 | |
| coding | MagicNumber | '31' is a magic number. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| coding | HiddenField | 'gain' hides a field. | 48 | |
| coding | HiddenField | 'offset' hides a field. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| coding | HiddenField | 'gain' hides a field. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| coding | HiddenField | 'offset' hides a field. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| misc | FinalParameters | Parameter key should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 171 | |
| misc | FinalParameters | Parameter o should be final. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 202 | |
| coding | MagicNumber | '31' is a magic number. | 202 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 202 | |
| coding | MagicNumber | '32' is a magic number. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 203 | |
| coding | MagicNumber | '31' is a magic number. | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 | |
| coding | MagicNumber | '32' is a magic number. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| coding | MagicNumber | '-0.5' is a magic number. | 39 | |
| coding | MagicNumber | '0.5' is a magic number. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| coding | HiddenField | 'lowerLimit' hides a field. | 48 | |
| coding | HiddenField | 'upperLimit' hides a field. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| coding | HiddenField | 'lowerLimit' hides a field. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| coding | HiddenField | 'upperLimit' hides a field. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 193 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| misc | FinalParameters | Parameter key should be final. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 195 | |
| misc | FinalParameters | Parameter o should be final. | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 226 | |
| coding | MagicNumber | '31' is a magic number. | 226 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 226 | |
| coding | MagicNumber | '32' is a magic number. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 227 | |
| coding | MagicNumber | '31' is a magic number. | 227 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 227 | |
| coding | MagicNumber | '32' is a magic number. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| coding | MagicNumber | '0.5' is a magic number. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| coding | HiddenField | 'interval' hides a field. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| coding | HiddenField | 'interval' hides a field. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| misc | FinalParameters | Parameter key should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| coding | HiddenField | 'rateLowerBound' hides a field. | 62 | |
| coding | HiddenField | 'rateUpperBound' hides a field. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| coding | HiddenField | 'initialOutput' hides a field. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 113 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| coding | HiddenField | 'rateLowerBound' hides a field. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| coding | HiddenField | 'rateUpperBound' hides a field. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 248 | |
| misc | FinalParameters | Parameter key should be final. | 248 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 248 | |
| misc | FinalParameters | Parameter o should be final. | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 282 | |
| coding | MagicNumber | '31' is a magic number. | 282 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 282 | |
| coding | MagicNumber | '32' is a magic number. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 283 | |
| coding | MagicNumber | '31' is a magic number. | 283 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 283 | |
| coding | MagicNumber | '32' is a magic number. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 284 | |
| coding | MagicNumber | '31' is a magic number. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 285 | |
| coding | MagicNumber | '31' is a magic number. | 285 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 | |
| coding | MagicNumber | '32' is a magic number. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 286 | |
| coding | MagicNumber | '31' is a magic number. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 287 | |
| coding | MagicNumber | '31' is a magic number. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| coding | HiddenField | 'minimum' hides a field. | 48 | |
| coding | HiddenField | 'maximum' hides a field. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| coding | HiddenField | 'maximum' hides a field. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 196 | |
| misc | FinalParameters | Parameter key should be final. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 196 | |
| misc | FinalParameters | Parameter o should be final. | 204 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 227 | |
| coding | MagicNumber | '31' is a magic number. | 227 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 227 | |
| coding | MagicNumber | '32' is a magic number. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 228 | |
| coding | MagicNumber | '31' is a magic number. | 228 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 228 | |
| coding | MagicNumber | '32' is a magic number. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 351). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'interval' hides a field. | 52 | |
| misc | FinalParameters | Parameter sunit should be final. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| coding | HiddenField | 'interval' hides a field. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| misc | FinalParameters | Parameter key should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 353). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| misc | FinalParameters | Parameter sunit should be final. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 71 | |
| coding | HiddenField | 'rateLowerBound' hides a field. | 71 | |
| coding | HiddenField | 'rateUpperBound' hides a field. | 71 | |
| misc | FinalParameters | Parameter sunit should be final. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| coding | HiddenField | 'initialOutput' hides a field. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 122 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| coding | HiddenField | 'rateLowerBound' hides a field. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| coding | HiddenField | 'rateUpperBound' hides a field. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 228 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 255 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| misc | FinalParameters | Parameter key should be final. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 257 | |
| misc | FinalParameters | Parameter o should be final. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 291 | |
| coding | MagicNumber | '31' is a magic number. | 291 | |
| coding | MagicNumber | '32' is a magic number. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 292 | |
| coding | MagicNumber | '31' is a magic number. | 292 | |
| coding | MagicNumber | '32' is a magic number. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 293 | |
| coding | MagicNumber | '31' is a magic number. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 294 | |
| coding | MagicNumber | '31' is a magic number. | 294 | |
| coding | MagicNumber | '32' is a magic number. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 295 | |
| coding | MagicNumber | '31' is a magic number. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 296 | |
| coding | MagicNumber | '31' is a magic number. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 352). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | HiddenField | 'minimum' hides a field. | 57 | |
| coding | HiddenField | 'maximum' hides a field. | 57 | |
| misc | FinalParameters | Parameter sunit should be final. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| coding | HiddenField | 'maximum' hides a field. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 203 | |
| javadoc | JavadocMethod | Expected @return tag. | 205 | |
| misc | FinalParameters | Parameter key should be final. | 205 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 205 | |
| misc | FinalParameters | Parameter o should be final. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 236 | |
| coding | MagicNumber | '31' is a magic number. | 236 | |
| coding | MagicNumber | '32' is a magic number. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 237 | |
| coding | MagicNumber | '31' is a magic number. | 237 | |
| coding | MagicNumber | '32' is a magic number. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 339). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 55 | |
| misc | FinalParameters | Parameter sunit should be final. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| coding | HiddenField | 'initialState' hides a field. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| coding | HiddenField | 'state' hides a field. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 164 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 183 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 184 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 249 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 261 | |
| coding | MagicNumber | '31' is a magic number. | 261 | |
| coding | MagicNumber | '31' is a magic number. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 263 | |
| coding | MagicNumber | '31' is a magic number. | 263 | |
| coding | MagicNumber | '32' is a magic number. | 263 | |
| coding | MagicNumber | '31' is a magic number. | 264 | |
| coding | MagicNumber | '1231' is a magic number. | 264 | |
| coding | MagicNumber | '1237' is a magic number. | 264 | |
| misc | FinalParameters | Parameter o should be final. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 287 | |
| javadoc | JavadocMethod | Expected @return tag. | 293 | |
| coding | HiddenField | 'stateNumber' hides a field. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'stateNumber'. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 337). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 104 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 132 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 187 | |
| coding | MagicNumber | '31' is a magic number. | 187 | |
| coding | MagicNumber | '32' is a magic number. | 187 | |
| coding | MagicNumber | '31' is a magic number. | 188 | |
| coding | MagicNumber | '1231' is a magic number. | 188 | |
| coding | MagicNumber | '1237' is a magic number. | 188 | |
| misc | FinalParameters | Parameter o should be final. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 314). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 178 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 262 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| coding | HiddenField | 'number' hides a field. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'number'. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 302). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 54 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 67 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 67 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 67 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| misc | FinalParameters | Parameter sunit should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| coding | HiddenField | 'system' hides a field. | 65 | |
| misc | FinalParameters | Parameter sunit should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 88 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| misc | FinalParameters | Parameter sunit should be final. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| misc | FinalParameters | Parameter sunit should be final. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 123 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 136 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 151 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| coding | HiddenField | 'system' hides a field. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Expected @return tag. | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 182 | |
| javadoc | JavadocMethod | Expected @return tag. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 201 | |
| coding | HiddenField | 'hasVariableA' hides a field. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 208 | |
| coding | HiddenField | 'hasVariableB' hides a field. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 215 | |
| coding | HiddenField | 'hasVariableC' hides a field. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 222 | |
| coding | HiddenField | 'hasVariableD' hides a field. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 229 | |
| coding | HiddenField | 'hasVariableE' hides a field. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 231 | |
| javadoc | JavadocMethod | Expected @return tag. | 238 | |
| javadoc | JavadocMethod | Expected @return tag. | 245 | |
| javadoc | JavadocMethod | Expected @return tag. | 252 | |
| javadoc | JavadocMethod | Expected @return tag. | 259 | |
| javadoc | JavadocMethod | Expected @return tag. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 271 | |
| javadoc | JavadocMethod | Expected @return tag. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 305 | |
| javadoc | JavadocMethod | Expected @return tag. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 312 | |
| javadoc | JavadocMethod | Expected @return tag. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 319 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 326 | |
| javadoc | JavadocMethod | Expected @return tag. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 333 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 339 | |
| javadoc | JavadocMethod | Expected @return tag. | 345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 346 | |
| javadoc | JavadocMethod | Expected @return tag. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 357 | |
| javadoc | JavadocMethod | Expected @return tag. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 359 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 364 | |
| javadoc | JavadocMethod | Expected @return tag. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 367 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 378 | |
| coding | HiddenField | 'tag' hides a field. | 380 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 390 | |
| coding | MagicNumber | '31' is a magic number. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 395 | |
| misc | FinalParameters | Parameter o should be final. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter p should be final. | 54 | |
| misc | FinalParameters | Parameter i should be final. | 54 | |
| misc | FinalParameters | Parameter d should be final. | 54 | |
| misc | FinalParameters | Parameter n should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 142 | |
| naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| misc | FinalParameters | Parameter integralPattern should be final. | 164 | |
| coding | HiddenField | 'integralPattern' hides a field. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| misc | FinalParameters | Parameter filterPattern should be final. | 173 | |
| coding | HiddenField | 'filterPattern' hides a field. | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| misc | FinalParameters | Parameter pidType should be final. | 182 | |
| coding | HiddenField | 'pidType' hides a field. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 41 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| coding | HiddenField | 'initialState' hides a field. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| coding | HiddenField | 'state' hides a field. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 149 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 156 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 182 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 241 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 252 | |
| coding | MagicNumber | '31' is a magic number. | 252 | |
| coding | MagicNumber | '31' is a magic number. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 254 | |
| coding | MagicNumber | '31' is a magic number. | 254 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 254 | |
| coding | MagicNumber | '32' is a magic number. | 254 | |
| coding | MagicNumber | '31' is a magic number. | 255 | |
| coding | MagicNumber | '1231' is a magic number. | 255 | |
| coding | MagicNumber | '1237' is a magic number. | 255 | |
| misc | FinalParameters | Parameter o should be final. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 276 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| coding | HiddenField | 'stateNumber' hides a field. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'stateNumber'. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocMethod | Expected @return tag. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 98 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 179 | |
| coding | MagicNumber | '31' is a magic number. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| coding | MagicNumber | '32' is a magic number. | 179 | |
| coding | MagicNumber | '31' is a magic number. | 180 | |
| coding | MagicNumber | '1231' is a magic number. | 180 | |
| coding | MagicNumber | '1237' is a magic number. | 180 | |
| misc | FinalParameters | Parameter o should be final. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 201 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 153 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 170 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 171 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 254 | |
| javadoc | JavadocMethod | Expected @return tag. | 276 | |
| coding | HiddenField | 'number' hides a field. | 283 | |
| javadoc | JavadocMethod | Expected @param tag for 'number'. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 59 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'k'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 75 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 75 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 75 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| coding | HiddenField | 'system' hides a field. | 56 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 78 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 91 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 112 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 125 | |
| naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 140 | |
| coding | HiddenField | 'system' hides a field. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 142 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 190 | |
| coding | HiddenField | 'hasVariableA' hides a field. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 197 | |
| coding | HiddenField | 'hasVariableB' hides a field. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 204 | |
| coding | HiddenField | 'hasVariableC' hides a field. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 211 | |
| coding | HiddenField | 'hasVariableD' hides a field. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 218 | |
| coding | HiddenField | 'hasVariableE' hides a field. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 220 | |
| javadoc | JavadocMethod | Expected @return tag. | 227 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| javadoc | JavadocMethod | Expected @return tag. | 241 | |
| javadoc | JavadocMethod | Expected @return tag. | 248 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 260 | |
| javadoc | JavadocMethod | Expected @return tag. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 262 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 267 | |
| javadoc | JavadocMethod | Expected @return tag. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 277 | |
| javadoc | JavadocMethod | Expected @return tag. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 284 | |
| javadoc | JavadocMethod | Expected @return tag. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 294 | |
| javadoc | JavadocMethod | Expected @return tag. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 301 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 308 | |
| javadoc | JavadocMethod | Expected @return tag. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 310 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 315 | |
| javadoc | JavadocMethod | Expected @return tag. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 322 | |
| javadoc | JavadocMethod | Expected @return tag. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 328 | |
| javadoc | JavadocMethod | Expected @return tag. | 334 | |
| javadoc | JavadocMethod | Expected @return tag. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 346 | |
| javadoc | JavadocMethod | Expected @return tag. | 348 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 353 | |
| javadoc | JavadocMethod | Expected @return tag. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'negative'. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 356 | |
| javadoc | JavadocMethod | Expected @return tag. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 367 | |
| coding | HiddenField | 'tag' hides a field. | 369 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 379 | |
| coding | MagicNumber | '31' is a magic number. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 384 | |
| misc | FinalParameters | Parameter o should be final. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 400 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter p should be final. | 36 | |
| misc | FinalParameters | Parameter i should be final. | 36 | |
| misc | FinalParameters | Parameter d should be final. | 36 | |
| misc | FinalParameters | Parameter n should be final. | 36 | |
| coding | MagicNumber | '-2' is a magic number. | 56 | |
| coding | MagicNumber | '-2' is a magic number. | 73 | |
| naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter integralPattern should be final. | 102 | |
| coding | HiddenField | 'integralPattern' hides a field. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| misc | FinalParameters | Parameter filterPattern should be final. | 111 | |
| coding | HiddenField | 'filterPattern' hides a field. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| misc | FinalParameters | Parameter pidType should be final. | 120 | |
| coding | HiddenField | 'pidType' hides a field. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| coding | HiddenField | 'state' hides a field. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 71 | |
| misc | FinalParameters | Parameter initialState should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| misc | FinalParameters | Parameter initialState should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter obj should be final. | 58 | |
| coding | HiddenField | 'obj' hides a field. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| misc | FinalParameters | Parameter k should be final. | 68 | |
| misc | FinalParameters | Parameter x should be final. | 68 | |
| misc | FinalParameters | Parameter u should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 84 | |
| misc | FinalParameters | Parameter k should be final. | 84 | |
| misc | FinalParameters | Parameter x should be final. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 100 | |
| misc | FinalParameters | Parameter k should be final. | 100 | |
| misc | FinalParameters | Parameter x should be final. | 100 | |
| misc | FinalParameters | Parameter u should be final. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter method should be final. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| misc | FinalParameters | Parameter method should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| misc | FinalParameters | Parameter name should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 181 | |
| misc | FinalParameters | Parameter name should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 181 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 186 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| misc | FinalParameters | Parameter name should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter sys should be final. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 61 | |
| misc | FinalParameters | Parameter A should be final. | 61 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter B should be final. | 61 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter C should be final. | 61 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter D should be final. | 61 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 68 | |
| misc | FinalParameters | Parameter name should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 68 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 82 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 89 | |
| misc | FinalParameters | Parameter name should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 110 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 118 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 118 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter obj should be final. | 55 | |
| coding | HiddenField | 'obj' hides a field. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 65 | |
| misc | FinalParameters | Parameter k should be final. | 65 | |
| misc | FinalParameters | Parameter u should be final. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 78 | |
| misc | FinalParameters | Parameter k should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 129 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| misc | FinalParameters | Parameter name should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 137 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 144 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 151 | |
| misc | FinalParameters | Parameter name should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| misc | FinalParameters | Parameter name should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| misc | FinalParameters | Parameter sunit should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 266). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter sunit should be final. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| coding | HiddenField | 'state' hides a field. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 265). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 80 | |
| misc | FinalParameters | Parameter initialState should be final. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| misc | FinalParameters | Parameter sunit should be final. | 31 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| misc | FinalParameters | Parameter initialState should be final. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 309). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| misc | FinalParameters | Parameter sunit should be final. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter obj should be final. | 67 | |
| coding | HiddenField | 'obj' hides a field. | 67 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| misc | FinalParameters | Parameter k should be final. | 77 | |
| misc | FinalParameters | Parameter x should be final. | 77 | |
| misc | FinalParameters | Parameter u should be final. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| misc | FinalParameters | Parameter k should be final. | 93 | |
| misc | FinalParameters | Parameter x should be final. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| misc | FinalParameters | Parameter k should be final. | 109 | |
| misc | FinalParameters | Parameter x should be final. | 109 | |
| misc | FinalParameters | Parameter u should be final. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| misc | FinalParameters | Parameter method should be final. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter method should be final. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 174 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| misc | FinalParameters | Parameter name should be final. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 176 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 183 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 190 | |
| misc | FinalParameters | Parameter name should be final. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 190 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 195 | |
| javadoc | JavadocMethod | Expected @return tag. | 197 | |
| misc | FinalParameters | Parameter name should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 197 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 317). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| misc | FinalParameters | Parameter sys should be final. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| misc | FinalParameters | Parameter sunit should be final. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 71 | |
| misc | FinalParameters | Parameter A should be final. | 71 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter B should be final. | 71 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter C should be final. | 71 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter D should be final. | 71 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter sunit should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 78 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 92 | |
| misc | FinalParameters | Parameter name should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 92 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 | |
| misc | FinalParameters | Parameter name should be final. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 120 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 128 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 128 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter obj should be final. | 64 | |
| coding | HiddenField | 'obj' hides a field. | 64 | |
| misc | FinalParameters | Parameter sunit should be final. | 64 | |
| misc | FinalParameters | Parameter k should be final. | 74 | |
| misc | FinalParameters | Parameter u should be final. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 87 | |
| misc | FinalParameters | Parameter k should be final. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 105 | |
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 130 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 144 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| misc | FinalParameters | Parameter name should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| misc | FinalParameters | Parameter name should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 160 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| misc | FinalParameters | Parameter name should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 252). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter sunit should be final. | 31 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 69 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| misc | FinalParameters | Parameter obj should be final. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 111 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 137 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 199 | |
| misc | FinalParameters | Parameter obj should be final. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 44 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 40 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 94 | |
| misc | FinalParameters | Parameter obj should be final. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 104 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 130 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 192 | |
| misc | FinalParameters | Parameter obj should be final. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 38 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 37 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 31 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 46 | |
| coding | HiddenField | 'blockSystem' hides a field. | 46 | |
| coding | HiddenField | 'matrix' hides a field. | 46 | |
| coding | HiddenField | 'nodeTmpValue' hides a field. | 46 | |
| coding | HiddenField | 'minimumNode' hides a field. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 211). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 46 | |
| coding | HiddenField | 'blockSystem' hides a field. | 46 | |
| coding | HiddenField | 'matrix' hides a field. | 46 | |
| coding | HiddenField | 'nodeTmpValue' hides a field. | 46 | |
| coding | HiddenField | 'minimumNode' hides a field. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 211). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 84 | |
| misc | FinalParameters | Parameter obj should be final. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 43 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter adjacencyMatrix should be final. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| coding | HiddenField | 'adjacencyMatrix' hides a field. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| coding | HiddenField | 'blockSystem' hides a field. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| coding | HiddenField | 'matrix' hides a field. | 56 | |
| coding | HiddenField | 'nodeTmpValue' hides a field. | 56 | |
| coding | HiddenField | 'minimumNode' hides a field. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 68 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 277). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| coding | HiddenField | 'blockSystem' hides a field. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| coding | HiddenField | 'matrix' hides a field. | 56 | |
| coding | HiddenField | 'nodeTmpValue' hides a field. | 56 | |
| coding | HiddenField | 'minimumNode' hides a field. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 68 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 91 | |
| misc | FinalParameters | Parameter obj should be final. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| misc | FinalParameters | Parameter opponent should be final. | 315 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 336 | |
| coding | MagicNumber | '31' is a magic number. | 336 | |
| coding | MagicNumber | '31' is a magic number. | 337 | |
| coding | MagicNumber | '31' is a magic number. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 373 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 375 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 384 | |
| coding | HiddenField | 'row' hides a field. | 384 | |
| coding | HiddenField | 'column' hides a field. | 384 | |
| misc | FinalParameters | Parameter opponent should be final. | 393 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| coding | MagicNumber | '31' is a magic number. | 415 | |
| coding | MagicNumber | '31' is a magic number. | 416 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 425 | |
| misc | FinalParameters | Parameter columnMin should be final. | 425 | |
| misc | FinalParameters | Parameter columnMax should be final. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 430 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 433 | |
| misc | FinalParameters | Parameter columnIndex should be final. | 433 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 441 | |
| misc | FinalParameters | Parameter rowMin should be final. | 441 | |
| misc | FinalParameters | Parameter rowMax should be final. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 446 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 449 | |
| misc | FinalParameters | Parameter rowIndex should be final. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 324). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| misc | FinalParameters | Parameter sunit should be final. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 293). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| coding | HiddenField | 'bias' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 93 | |
| misc | FinalParameters | Parameter key should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 93 | |
| misc | FinalParameters | Parameter opponent should be final. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 115 | |
| coding | MagicNumber | '31' is a magic number. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 363). | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter sunit should be final. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 152 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 221 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 275 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| javadoc | JavadocMethod | Expected @return tag. | 291 | |
| javadoc | JavadocMethod | Expected @return tag. | 298 | |
| javadoc | JavadocMethod | Expected @return tag. | 305 | |
| javadoc | JavadocMethod | Expected @return tag. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 317 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 319 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 324 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 331 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 338 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 345 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 347 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 347 | |
| javadoc | JavadocMethod | Expected @return tag. | 354 | |
| javadoc | JavadocMethod | Expected @return tag. | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 368 | |
| javadoc | JavadocMethod | Expected @return tag. | 375 | |
| javadoc | JavadocMethod | Expected @return tag. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 387 | |
| javadoc | JavadocMethod | Expected @return tag. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 394 | |
| javadoc | JavadocMethod | Expected @return tag. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 401 | |
| javadoc | JavadocMethod | Expected @return tag. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 408 | |
| javadoc | JavadocMethod | Expected @return tag. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 410 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 415 | |
| javadoc | JavadocMethod | Expected @return tag. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 422 | |
| javadoc | JavadocMethod | Expected @return tag. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 424 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 429 | |
| javadoc | JavadocMethod | Expected @return tag. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 436 | |
| javadoc | JavadocMethod | Expected @return tag. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 443 | |
| javadoc | JavadocMethod | Expected @return tag. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 446 | |
| javadoc | JavadocMethod | Expected @return tag. | 452 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 461 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 469 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 | |
| javadoc | JavadocMethod | Expected @return tag. | 482 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 487 | |
| javadoc | JavadocMethod | Expected @return tag. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 494 | |
| javadoc | JavadocMethod | Expected @return tag. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 496 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 496 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 499 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 503 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 517 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 241). | 548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 | |
| javadoc | JavadocMethod | Expected @return tag. | 558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 563 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 568 | |
| javadoc | JavadocMethod | Expected @return tag. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 580 | |
| coding | HiddenField | 'expression' hides a field. | 582 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 582 | |
| javadoc | JavadocMethod | Expected @return tag. | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 594 | |
| coding | HiddenField | 'tag' hides a field. | 596 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 596 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 602 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 618 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| coding | HiddenField | 'singleTerm' hides a field. | 632 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 664 | |
| coding | MagicNumber | '31' is a magic number. | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 665 | |
| coding | MagicNumber | '31' is a magic number. | 665 | |
| coding | MagicNumber | '31' is a magic number. | 666 | |
| coding | MagicNumber | '1231' is a magic number. | 666 | |
| coding | MagicNumber | '1237' is a magic number. | 666 | |
| coding | MagicNumber | '31' is a magic number. | 667 | |
| coding | MagicNumber | '31' is a magic number. | 668 | |
| coding | MagicNumber | '1231' is a magic number. | 668 | |
| coding | MagicNumber | '1237' is a magic number. | 668 | |
| javadoc | JavadocMethod | Expected @return tag. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 676 | |
| javadoc | JavadocMethod | Expected @return tag. | 682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 684 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 685 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 685 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 685 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 711 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 711 | |
| javadoc | JavadocMethod | Expected @param tag for 'reversePolishNotationSymbolStack'. | 711 | |
| javadoc | JavadocMethod | Expected @return tag. | 718 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 723 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 725 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 732 | |
| javadoc | JavadocMethod | Expected @param tag for 'symbols'. | 732 | |
| javadoc | JavadocMethod | Expected @return tag. | 739 | |
| javadoc | JavadocMethod | Expected @return tag. | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 758 | |
| javadoc | JavadocMethod | Expected @return tag. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 | |
| javadoc | JavadocMethod | Expected @param tag for 'operator'. | 760 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| coding | HiddenField | 'isNegative' hides a field. | 773 | |
| javadoc | JavadocMethod | Expected @param tag for 'isNegative'. | 773 | |
| javadoc | JavadocMethod | Expected @return tag. | 780 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 | |
| javadoc | JavadocMethod | Expected @return tag. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 795 | |
| javadoc | JavadocMethod | Expected @return tag. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 797 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 797 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 797 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 797 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 802 | |
| javadoc | JavadocMethod | Expected @return tag. | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 804 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 804 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 804 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 804 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 805 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 813 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 815 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 817 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 817 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 839 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 846 | |
| misc | FinalParameters | Parameter value should be final. | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 847 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 | |
| javadoc | JavadocMethod | Expected @return tag. | 855 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 855 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 856 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 862 | |
| javadoc | JavadocMethod | Expected @return tag. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 864 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 864 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 865 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 | |
| misc | FinalParameters | Parameter isVariable should be final. | 873 | |
| coding | HiddenField | 'isVariable' hides a field. | 873 | |
| javadoc | JavadocMethod | Expected @param tag for 'isVariable'. | 873 | |
| javadoc | JavadocMethod | Expected @return tag. | 880 | |
| javadoc | JavadocMethod | Expected @return tag. | 887 | |
| javadoc | JavadocMethod | Expected @return tag. | 894 | |
| javadoc | JavadocMethod | Expected @return tag. | 901 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 927 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| coding | HiddenField | 'outputNumber' hides a field. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| coding | HiddenField | 'group' hides a field. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| coding | HiddenField | 'offset' hides a field. | 123 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| misc | FinalParameters | Parameter o should be final. | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 204 | |
| coding | MagicNumber | '31' is a magic number. | 213 | |
| coding | MagicNumber | '31' is a magic number. | 214 | |
| coding | MagicNumber | '31' is a magic number. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | HiddenField | 'bias' hides a field. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 83 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| misc | FinalParameters | Parameter key should be final. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 85 | |
| misc | FinalParameters | Parameter opponent should be final. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 107 | |
| coding | MagicNumber | '31' is a magic number. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 138 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 157 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 174 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 207 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 267 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 269 | |
| javadoc | JavadocMethod | Expected @return tag. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 285 | |
| javadoc | JavadocMethod | Expected @return tag. | 292 | |
| javadoc | JavadocMethod | Expected @return tag. | 299 | |
| javadoc | JavadocMethod | Expected @return tag. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 311 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 318 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 320 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 325 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 327 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 332 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 341 | |
| javadoc | JavadocMethod | Expected @return tag. | 348 | |
| javadoc | JavadocMethod | Expected @return tag. | 355 | |
| javadoc | JavadocMethod | Expected @return tag. | 362 | |
| javadoc | JavadocMethod | Expected @return tag. | 369 | |
| javadoc | JavadocMethod | Expected @return tag. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 381 | |
| javadoc | JavadocMethod | Expected @return tag. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 388 | |
| javadoc | JavadocMethod | Expected @return tag. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 395 | |
| javadoc | JavadocMethod | Expected @return tag. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 402 | |
| javadoc | JavadocMethod | Expected @return tag. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 409 | |
| javadoc | JavadocMethod | Expected @return tag. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 411 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 416 | |
| javadoc | JavadocMethod | Expected @return tag. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 423 | |
| javadoc | JavadocMethod | Expected @return tag. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 425 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 430 | |
| javadoc | JavadocMethod | Expected @return tag. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 437 | |
| javadoc | JavadocMethod | Expected @return tag. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 439 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 439 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 439 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 440 | |
| javadoc | JavadocMethod | Expected @return tag. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 455 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| javadoc | JavadocMethod | Expected @return tag. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 481 | |
| javadoc | JavadocMethod | Expected @return tag. | 483 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 488 | |
| javadoc | JavadocMethod | Expected @return tag. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 490 | |
| javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 490 | |
| javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 490 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 497 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 511 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 528 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 530 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 542 | |
| javadoc | JavadocMethod | Expected @return tag. | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 557 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| javadoc | JavadocMethod | Expected @return tag. | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 574 | |
| coding | HiddenField | 'expression' hides a field. | 576 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 576 | |
| javadoc | JavadocMethod | Expected @return tag. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 588 | |
| coding | HiddenField | 'tag' hides a field. | 590 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 590 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 596 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| coding | HiddenField | 'singleTerm' hides a field. | 626 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 658 | |
| coding | MagicNumber | '31' is a magic number. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 659 | |
| coding | MagicNumber | '31' is a magic number. | 659 | |
| coding | MagicNumber | '31' is a magic number. | 660 | |
| coding | MagicNumber | '1231' is a magic number. | 660 | |
| coding | MagicNumber | '1237' is a magic number. | 660 | |
| coding | MagicNumber | '31' is a magic number. | 661 | |
| coding | MagicNumber | '31' is a magic number. | 662 | |
| coding | MagicNumber | '1231' is a magic number. | 662 | |
| coding | MagicNumber | '1237' is a magic number. | 662 | |
| javadoc | JavadocMethod | Expected @return tag. | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 670 | |
| javadoc | JavadocMethod | Expected @return tag. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 676 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 678 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 683 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 683 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 684 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 684 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 705 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 705 | |
| javadoc | JavadocMethod | Expected @param tag for 'reversePolishNotationSymbolStack'. | 705 | |
| javadoc | JavadocMethod | Expected @return tag. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 712 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 719 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 719 | |
| javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 726 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'symbols'. | 726 | |
| javadoc | JavadocMethod | Expected @return tag. | 733 | |
| javadoc | JavadocMethod | Expected @return tag. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 752 | |
| javadoc | JavadocMethod | Expected @return tag. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 234). | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| javadoc | JavadocMethod | Expected @param tag for 'operator'. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 755 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 755 | |
| coding | HiddenField | 'isNegative' hides a field. | 767 | |
| javadoc | JavadocMethod | Expected @param tag for 'isNegative'. | 767 | |
| javadoc | JavadocMethod | Expected @return tag. | 774 | |
| javadoc | JavadocMethod | Expected @return tag. | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 789 | |
| javadoc | JavadocMethod | Expected @return tag. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 791 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 791 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 791 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 791 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 796 | |
| javadoc | JavadocMethod | Expected @return tag. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 798 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 | |
| javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 798 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 799 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 802 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 807 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 809 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 810 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 811 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 811 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 | |
| misc | FinalParameters | Parameter value should be final. | 840 | |
| javadoc | JavadocMethod | Expected @return tag. | 849 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 849 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 849 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 856 | |
| javadoc | JavadocMethod | Expected @return tag. | 858 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 858 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 858 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 859 | |
| misc | FinalParameters | Parameter isVariable should be final. | 867 | |
| coding | HiddenField | 'isVariable' hides a field. | 867 | |
| javadoc | JavadocMethod | Expected @param tag for 'isVariable'. | 867 | |
| javadoc | JavadocMethod | Expected @return tag. | 874 | |
| javadoc | JavadocMethod | Expected @return tag. | 881 | |
| javadoc | JavadocMethod | Expected @return tag. | 888 | |
| javadoc | JavadocMethod | Expected @return tag. | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| coding | HiddenField | 'outputNumber' hides a field. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| coding | HiddenField | 'group' hides a field. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| coding | HiddenField | 'offset' hides a field. | 115 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 153 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 | |
| misc | FinalParameters | Parameter o should be final. | 182 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 196 | |
| coding | MagicNumber | '31' is a magic number. | 205 | |
| coding | MagicNumber | '31' is a magic number. | 206 | |
| coding | MagicNumber | '31' is a magic number. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 30 | |
| coding | MagicNumber | '10' is a magic number. | 31 | |
| coding | MagicNumber | '11' is a magic number. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| coding | MagicNumber | '10' is a magic number. | 35 | |
| coding | MagicNumber | '11' is a magic number. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 122 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| coding | HiddenField | 'inputData' hides a field. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| coding | HiddenField | 'outputData' hides a field. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 196 | |
| javadoc | JavadocMethod | Expected @return tag. | 198 | |
| misc | FinalParameters | Parameter key should be final. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 198 | |
| misc | FinalParameters | Parameter opponent should be final. | 206 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 230 | |
| coding | MagicNumber | '31' is a magic number. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 231 | |
| coding | MagicNumber | '31' is a magic number. | 231 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | HiddenField | 'type' hides a field. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| coding | MagicNumber | '10' is a magic number. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| misc | FinalParameters | Parameter key should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| misc | FinalParameters | Parameter type should be final. | 164 | |
| coding | HiddenField | 'type' hides a field. | 164 | |
| misc | FinalParameters | Parameter o should be final. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 186 | |
| coding | MagicNumber | '31' is a magic number. | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| coding | HiddenField | 'inputNumber' hides a field. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'group' hides a field. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| coding | HiddenField | 'offset' hides a field. | 107 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 155 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| misc | FinalParameters | Parameter o should be final. | 184 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 198 | |
| coding | MagicNumber | '31' is a magic number. | 207 | |
| coding | MagicNumber | '31' is a magic number. | 208 | |
| coding | MagicNumber | '31' is a magic number. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 68 | |
| misc | FinalParameters | Parameter opponent should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| coding | HiddenField | 'multipliers' hides a field. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| coding | HiddenField | 'multipliers' hides a field. | 79 | |
| misc | FinalParameters | Parameter o should be final. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 139 | |
| coding | MagicNumber | '31' is a magic number. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| coding | HiddenField | 'multipliers' hides a field. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| coding | HiddenField | 'multipliers' hides a field. | 81 | |
| misc | FinalParameters | Parameter o should be final. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 124 | |
| coding | MagicNumber | '31' is a magic number. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| coding | HiddenField | 'type' hides a field. | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| misc | FinalParameters | Parameter key should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| misc | FinalParameters | Parameter o should be final. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 134 | |
| coding | MagicNumber | '31' is a magic number. | 143 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 152 | |
| misc | FinalParameters | Parameter t should be final. | 161 | |
| misc | FinalParameters | Parameter u should be final. | 161 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 178 | |
| misc | FinalParameters | Parameter t1 should be final. | 178 | |
| misc | FinalParameters | Parameter u1 should be final. | 178 | |
| misc | FinalParameters | Parameter t2 should be final. | 178 | |
| misc | FinalParameters | Parameter u2 should be final. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter type should be final. | 66 | |
| coding | HiddenField | 'type' hides a field. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| coding | HiddenField | 'type' hides a field. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 155 | |
| misc | FinalParameters | Parameter key should be final. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 155 | |
| misc | FinalParameters | Parameter o should be final. | 163 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 177 | |
| coding | MagicNumber | '31' is a magic number. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter inputSize should be final. | 46 | |
| misc | FinalParameters | Parameter outputSize should be final. | 46 | |
| misc | FinalParameters | Parameter opponent should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter inputSize should be final. | 42 | |
| misc | FinalParameters | Parameter outputSize should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter gain should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| misc | FinalParameters | Parameter name should be final. | 59 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 71 | |
| javadoc | JavadocMethod | Expected @return tag. | 73 | |
| misc | FinalParameters | Parameter name should be final. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 73 | |
| javadoc | JavadocMethod | Expected @return tag. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 85 | |
| misc | FinalParameters | Parameter method should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 87 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 95 | |
| misc | FinalParameters | Parameter name should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 95 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 100 | |
| misc | FinalParameters | Parameter klass should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 107 | |
| misc | FinalParameters | Parameter method should be final. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 38 | |
| coding | MagicNumber | '10' is a magic number. | 38 | |
| coding | MagicNumber | '11' is a magic number. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 42 | |
| coding | MagicNumber | '10' is a magic number. | 42 | |
| coding | MagicNumber | '11' is a magic number. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 94 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| coding | HiddenField | 'inputData' hides a field. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| coding | HiddenField | 'outputData' hides a field. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 210 | |
| misc | FinalParameters | Parameter key should be final. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 210 | |
| misc | FinalParameters | Parameter opponent should be final. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 242 | |
| coding | MagicNumber | '31' is a magic number. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 243 | |
| coding | MagicNumber | '31' is a magic number. | 243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| coding | HiddenField | 'type' hides a field. | 57 | |
| misc | FinalParameters | Parameter sunit should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '10' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 144 | |
| javadoc | JavadocMethod | Expected @return tag. | 146 | |
| misc | FinalParameters | Parameter key should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| misc | FinalParameters | Parameter type should be final. | 173 | |
| coding | HiddenField | 'type' hides a field. | 173 | |
| misc | FinalParameters | Parameter o should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 195 | |
| coding | MagicNumber | '31' is a magic number. | 204 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| coding | HiddenField | 'name' hides a field. | 58 | |
| coding | HiddenField | 'function' hides a field. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 248). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| coding | HiddenField | 'inputNumber' hides a field. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| coding | HiddenField | 'group' hides a field. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| coding | HiddenField | 'offset' hides a field. | 115 | |
| naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| misc | FinalParameters | Parameter u should be final. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 189 | |
| misc | FinalParameters | Parameter o should be final. | 192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 206 | |
| coding | MagicNumber | '31' is a magic number. | 215 | |
| coding | MagicNumber | '31' is a magic number. | 216 | |
| coding | MagicNumber | '31' is a magic number. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter sunit should be final. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| misc | FinalParameters | Parameter opponent should be final. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 256). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | HiddenField | 'multipliers' hides a field. | 49 | |
| misc | FinalParameters | Parameter sunit should be final. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| coding | HiddenField | 'multipliers' hides a field. | 88 | |
| misc | FinalParameters | Parameter o should be final. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 148 | |
| coding | MagicNumber | '31' is a magic number. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'multipliers' hides a field. | 52 | |
| misc | FinalParameters | Parameter sunit should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| coding | HiddenField | 'multipliers' hides a field. | 90 | |
| misc | FinalParameters | Parameter o should be final. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 133 | |
| coding | MagicNumber | '31' is a magic number. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 346). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| coding | HiddenField | 'type' hides a field. | 62 | |
| misc | FinalParameters | Parameter sunit should be final. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 110 | |
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| misc | FinalParameters | Parameter key should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| misc | FinalParameters | Parameter o should be final. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 143 | |
| coding | MagicNumber | '31' is a magic number. | 152 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 | |
| misc | FinalParameters | Parameter t should be final. | 170 | |
| misc | FinalParameters | Parameter u should be final. | 170 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 | |
| misc | FinalParameters | Parameter t1 should be final. | 187 | |
| misc | FinalParameters | Parameter u1 should be final. | 187 | |
| misc | FinalParameters | Parameter t2 should be final. | 187 | |
| misc | FinalParameters | Parameter u2 should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| coding | HiddenField | 'name' hides a field. | 36 | |
| coding | HiddenField | 'function' hides a field. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| misc | FinalParameters | Parameter sunit should be final. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 302). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| coding | HiddenField | 'type' hides a field. | 41 | |
| misc | FinalParameters | Parameter sunit should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| misc | FinalParameters | Parameter sunit should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter type should be final. | 88 | |
| coding | HiddenField | 'type' hides a field. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| misc | FinalParameters | Parameter key should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 166 | |
| misc | FinalParameters | Parameter o should be final. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 188 | |
| coding | MagicNumber | '31' is a magic number. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| coding | HiddenField | 'name' hides a field. | 54 | |
| coding | HiddenField | 'function' hides a field. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter inputSize should be final. | 55 | |
| misc | FinalParameters | Parameter outputSize should be final. | 55 | |
| misc | FinalParameters | Parameter sunit should be final. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| misc | FinalParameters | Parameter opponent should be final. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter inputSize should be final. | 50 | |
| misc | FinalParameters | Parameter outputSize should be final. | 50 | |
| misc | FinalParameters | Parameter sunit should be final. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter gain should be final. | 60 | |
| misc | FinalParameters | Parameter sunit should be final. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 65 | |
| misc | FinalParameters | Parameter name should be final. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 80 | |
| javadoc | JavadocMethod | Expected @return tag. | 82 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 82 | |
| javadoc | JavadocMethod | Expected @return tag. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 94 | |
| misc | FinalParameters | Parameter method should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 96 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 104 | |
| misc | FinalParameters | Parameter name should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 104 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 109 | |
| misc | FinalParameters | Parameter klass should be final. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 116 | |
| misc | FinalParameters | Parameter method should be final. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 118 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 48 | |
| misc | FinalParameters | Parameter system should be final. | 48 | |
| coding | HiddenField | 'system' hides a field. | 48 | |
| coding | HiddenField | 'value' hides a field. | 48 | |
| coding | HiddenField | 'anotation' hides a field. | 48 | |
| coding | HiddenField | 'name' hides a field. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| coding | HiddenField | 'value' hides a field. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 99 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| coding | HiddenField | 'expression' hides a field. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| coding | HiddenField | 'value' hides a field. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| coding | HiddenField | 'value' hides a field. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| coding | HiddenField | 'value' hides a field. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 268 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| coding | HiddenField | 'value' hides a field. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| coding | HiddenField | 'value' hides a field. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 336 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| coding | HiddenField | 'value' hides a field. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 381 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| coding | HiddenField | 'value' hides a field. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 451 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| coding | HiddenField | 'value' hides a field. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 473 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| misc | FinalParameters | Parameter o should be final. | 545 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 558 | |
| coding | MagicNumber | '31' is a magic number. | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 570 | |
| coding | MagicNumber | '31' is a magic number. | 570 | |
| coding | MagicNumber | '31' is a magic number. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 572 | |
| coding | MagicNumber | '31' is a magic number. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 601 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 620 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 622 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 638 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 642 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 650 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 650 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 658 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 665 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 669 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 675 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 676 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 710 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 726 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 752 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Messages should be declared as final. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter cause should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter message should be final. | 50 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter cause should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter message should be final. | 50 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 274). | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 55 | |
| misc | FinalParameters | Parameter system should be final. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| coding | HiddenField | 'system' hides a field. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| coding | HiddenField | 'anotation' hides a field. | 55 | |
| coding | HiddenField | 'name' hides a field. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| coding | HiddenField | 'value' hides a field. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 106 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| coding | HiddenField | 'expression' hides a field. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| coding | HiddenField | 'value' hides a field. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| coding | HiddenField | 'value' hides a field. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 230 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| coding | HiddenField | 'value' hides a field. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 275 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| coding | HiddenField | 'value' hides a field. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 297 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| coding | HiddenField | 'value' hides a field. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| coding | HiddenField | 'value' hides a field. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 388 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| coding | HiddenField | 'value' hides a field. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 434 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 458 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| coding | HiddenField | 'value' hides a field. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 514 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| misc | FinalParameters | Parameter o should be final. | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 565 | |
| coding | MagicNumber | '31' is a magic number. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 577 | |
| coding | MagicNumber | '31' is a magic number. | 577 | |
| coding | MagicNumber | '31' is a magic number. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 579 | |
| coding | MagicNumber | '31' is a magic number. | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 608 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 617 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 649 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 657 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 657 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 672 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 676 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 682 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 683 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 717 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 733 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 752 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 759 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter cause should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter message should be final. | 50 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter message should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter cause should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter message should be final. | 50 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| coding | HiddenField | 'name' hides a field. | 38 | |
| coding | HiddenField | 'unit' hides a field. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 296 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 304 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 308 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 312 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 316 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 318 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 326 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 328 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 330 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 336 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 344 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| coding | HiddenField | 'degree' hides a field. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 387 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 396 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 437 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 437 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| coding | HiddenField | 'units' hides a field. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| naming | ConstantName | Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| naming | ConstantName | Name 'variableList' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 77 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 180 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 188 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 191 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 201 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 203 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| misc | FinalParameters | Parameter operand should be final. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| naming | ConstantName | Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| naming | ConstantName | Name 'variableList' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 83 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| misc | FinalParameters | Parameter operand should be final. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for 'operand'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 31 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 209). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| misc | FinalParameters | Parameter left should be final. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'left'. | 33 | |
| misc | FinalParameters | Parameter right should be final. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'right'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 41 | |
| javadoc | JavadocMethod | Expected @return tag. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| misc | FinalParameters | Parameter left should be final. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'left'. | 43 | |
| misc | FinalParameters | Parameter right should be final. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'right'. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 51 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| misc | FinalParameters | Parameter operand should be final. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'operand'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 51 | |
| misc | FinalParameters | Parameter sunit should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 93 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 159 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 171 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 187 | |
| misc | FinalParameters | Parameter o should be final. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 221 | |
| coding | MagicNumber | '31' is a magic number. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 222 | |
| coding | MagicNumber | '31' is a magic number. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 223 | |
| coding | MagicNumber | '31' is a magic number. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 224 | |
| coding | MagicNumber | '31' is a magic number. | 224 | |
| coding | MagicNumber | '31' is a magic number. | 225 | |
| coding | MagicNumber | '1231' is a magic number. | 225 | |
| coding | MagicNumber | '1237' is a magic number. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 321). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 39 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 81 | |
| misc | FinalParameters | Parameter o should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '31' is a magic number. | 112 | |
| coding | MagicNumber | '1231' is a magic number. | 112 | |
| coding | MagicNumber | '1237' is a magic number. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 58 | |
| misc | FinalParameters | Parameter elements should be final. | 58 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 58 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 58 | |
| misc | FinalParameters | Parameter sunit should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 69 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 69 | |
| misc | FinalParameters | Parameter t1 should be final. | 69 | |
| misc | FinalParameters | Parameter continuousState1 should be final. | 69 | |
| misc | FinalParameters | Parameter discreteState1 should be final. | 69 | |
| misc | FinalParameters | Parameter u1 should be final. | 69 | |
| misc | FinalParameters | Parameter t2 should be final. | 69 | |
| misc | FinalParameters | Parameter continuousState2 should be final. | 69 | |
| misc | FinalParameters | Parameter discreteState2 should be final. | 69 | |
| misc | FinalParameters | Parameter u2 should be final. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 115 | |
| misc | FinalParameters | Parameter t should be final. | 115 | |
| misc | FinalParameters | Parameter continuousState should be final. | 115 | |
| misc | FinalParameters | Parameter discreteState should be final. | 115 | |
| misc | FinalParameters | Parameter u should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 151 | |
| misc | FinalParameters | Parameter t should be final. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| misc | FinalParameters | Parameter t should be final. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 169 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 183 | |
| misc | FinalParameters | Parameter t should be final. | 183 | |
| misc | FinalParameters | Parameter continuousStates should be final. | 183 | |
| misc | FinalParameters | Parameter discreteStates should be final. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 202 | |
| misc | FinalParameters | Parameter t should be final. | 202 | |
| misc | FinalParameters | Parameter continuousStates should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 224 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 242 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 260 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 278 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 292 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 305 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 331 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 331 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 346 | |
| misc | FinalParameters | Parameter t1 should be final. | 346 | |
| misc | FinalParameters | Parameter t2 should be final. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 349 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 367 | |
| misc | FinalParameters | Parameter t1 should be final. | 367 | |
| misc | FinalParameters | Parameter t2 should be final. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 392 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 392 | |
| misc | FinalParameters | Parameter t2 should be final. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 393 | |
| misc | FinalParameters | Parameter continuousStates2 should be final. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 404 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 421 | |
| misc | FinalParameters | Parameter t2 should be final. | 421 | |
| misc | FinalParameters | Parameter continuousStates2 should be final. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 425 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 444 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 444 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 457 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 457 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 470 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 367). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 48 | |
| misc | FinalParameters | Parameter elements should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 48 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 48 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter sunit should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 134 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 152 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 323 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 321). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| misc | FinalParameters | Parameter sunit should be final. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 295). | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| design | VisibilityModifier | Variable 'discreteDynamicSystems' must be private and have accessor methods. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| design | VisibilityModifier | Variable 'discreteStaticSystems' must be private and have accessor methods. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 | |
| design | VisibilityModifier | Variable 'discreteDynamicSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| design | VisibilityModifier | Variable 'discreteStaticSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| misc | FinalParameters | Parameter sunit should be final. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 124 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 204 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 288 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 362 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 362 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 378 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 406 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 420 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 421 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 422 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 425 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 427 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 428 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 85 | |
| javadoc | JavadocMethod | Expected @return tag. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 156 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 163 | |
| javadoc | JavadocMethod | Expected @return tag. | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 179 | |
| misc | FinalParameters | Parameter o should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 200 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 213 | |
| coding | MagicNumber | '31' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 214 | |
| coding | MagicNumber | '31' is a magic number. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 215 | |
| coding | MagicNumber | '31' is a magic number. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 216 | |
| coding | MagicNumber | '31' is a magic number. | 216 | |
| coding | MagicNumber | '31' is a magic number. | 217 | |
| coding | MagicNumber | '1231' is a magic number. | 217 | |
| coding | MagicNumber | '1237' is a magic number. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 73 | |
| misc | FinalParameters | Parameter o should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| coding | MagicNumber | '31' is a magic number. | 104 | |
| coding | MagicNumber | '1231' is a magic number. | 104 | |
| coding | MagicNumber | '1237' is a magic number. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 49 | |
| misc | FinalParameters | Parameter elements should be final. | 49 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 49 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 61 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 61 | |
| misc | FinalParameters | Parameter t1 should be final. | 61 | |
| misc | FinalParameters | Parameter continuousState1 should be final. | 61 | |
| misc | FinalParameters | Parameter discreteState1 should be final. | 61 | |
| misc | FinalParameters | Parameter u1 should be final. | 61 | |
| misc | FinalParameters | Parameter t2 should be final. | 61 | |
| misc | FinalParameters | Parameter continuousState2 should be final. | 61 | |
| misc | FinalParameters | Parameter discreteState2 should be final. | 61 | |
| misc | FinalParameters | Parameter u2 should be final. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 108 | |
| misc | FinalParameters | Parameter t should be final. | 108 | |
| misc | FinalParameters | Parameter continuousState should be final. | 108 | |
| misc | FinalParameters | Parameter discreteState should be final. | 108 | |
| misc | FinalParameters | Parameter u should be final. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 144 | |
| misc | FinalParameters | Parameter t should be final. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 147 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 159 | |
| misc | FinalParameters | Parameter t should be final. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 176 | |
| misc | FinalParameters | Parameter t should be final. | 176 | |
| misc | FinalParameters | Parameter continuousStates should be final. | 176 | |
| misc | FinalParameters | Parameter discreteStates should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 182 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 195 | |
| misc | FinalParameters | Parameter t should be final. | 195 | |
| misc | FinalParameters | Parameter continuousStates should be final. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 200 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 217 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 235 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 253 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 253 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 271 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 285 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 298 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 311 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 340 | |
| misc | FinalParameters | Parameter t1 should be final. | 340 | |
| misc | FinalParameters | Parameter t2 should be final. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 362 | |
| misc | FinalParameters | Parameter t1 should be final. | 362 | |
| misc | FinalParameters | Parameter t2 should be final. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 365 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 388 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 388 | |
| misc | FinalParameters | Parameter t2 should be final. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 389 | |
| misc | FinalParameters | Parameter continuousStates2 should be final. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 400 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 418 | |
| misc | FinalParameters | Parameter t2 should be final. | 418 | |
| misc | FinalParameters | Parameter continuousStates2 should be final. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 422 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 441 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 441 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 454 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 454 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 467 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 40 | |
| misc | FinalParameters | Parameter elements should be final. | 40 | |
| misc | FinalParameters | Parameter inputNodes should be final. | 40 | |
| misc | FinalParameters | Parameter outputNodes should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 150 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 164 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 177 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 83 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 108 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 151 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 200 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 228 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 281 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 299 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 315 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 315 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 316 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| design | VisibilityModifier | Variable 'discreteDynamicSystems' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 48 | |
| design | VisibilityModifier | Variable 'discreteStaticSystems' must be private and have accessor methods. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 53 | |
| design | VisibilityModifier | Variable 'discreteDynamicSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 55 | |
| design | VisibilityModifier | Variable 'discreteStaticSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 116 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 326 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 344 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 362 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 386 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 390 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 390 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 400 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 414 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 415 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 416 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 419 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 420 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 422 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 91 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 91 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 91 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 91 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 104 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 104 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 104 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 98 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 98 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 98 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 98 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 139 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 139 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 139 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 139 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 283). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| misc | FinalParameters | Parameter sunit should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| misc | FinalParameters | Parameter sunit should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 57 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| coding | HiddenField | 'name' hides a field. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| coding | HiddenField | 'display' hides a field. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| misc | FinalParameters | Parameter display should be final. | 117 | |
| coding | HiddenField | 'display' hides a field. | 117 | |
| misc | FinalParameters | Parameter key should be final. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 150 | |
| coding | MagicNumber | '31' is a magic number. | 159 | |
| coding | MagicNumber | '31' is a magic number. | 160 | |
| coding | MagicNumber | '1231' is a magic number. | 160 | |
| coding | MagicNumber | '1237' is a magic number. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 240). | 206 | |
| misc | FinalParameters | Parameter t should be final. | 213 | |
| misc | FinalParameters | Parameter u should be final. | 213 | |
| misc | FinalParameters | Parameter inputCount should be final. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| coding | HiddenField | 'name' hides a field. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| coding | HiddenField | 'display' hides a field. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter display should be final. | 108 | |
| coding | HiddenField | 'display' hides a field. | 108 | |
| misc | FinalParameters | Parameter key should be final. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 141 | |
| coding | MagicNumber | '31' is a magic number. | 150 | |
| coding | MagicNumber | '31' is a magic number. | 151 | |
| coding | MagicNumber | '1231' is a magic number. | 151 | |
| coding | MagicNumber | '1237' is a magic number. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 199 | |
| misc | FinalParameters | Parameter t should be final. | 199 | |
| misc | FinalParameters | Parameter u should be final. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 201 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 221 | |
| misc | FinalParameters | Parameter inputCount should be final. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| coding | HiddenField | 'exportable' hides a field. | 43 | |
| misc | FinalParameters | Parameter key should be final. | 59 | |
| misc | FinalParameters | Parameter parameter should be final. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| coding | HiddenField | 'fileType' hides a field. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| coding | HiddenField | 'fileName' hides a field. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| coding | HiddenField | 'variableName' hides a field. | 129 | |
| misc | FinalParameters | Parameter o should be final. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 162 | |
| coding | MagicNumber | '31' is a magic number. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 163 | |
| coding | MagicNumber | '31' is a magic number. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 164 | |
| coding | MagicNumber | '31' is a magic number. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 50 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| coding | HiddenField | 'tag' hides a field. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| coding | HiddenField | 'range' hides a field. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 83 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| coding | HiddenField | 'range' hides a field. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| coding | HiddenField | 'range' hides a field. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter array should be final. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 154 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 165 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 | |
| misc | FinalParameters | Parameter key should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 206 | |
| misc | FinalParameters | Parameter t1 should be final. | 206 | |
| misc | FinalParameters | Parameter u1 should be final. | 206 | |
| misc | FinalParameters | Parameter t2 should be final. | 206 | |
| misc | FinalParameters | Parameter u2 should be final. | 206 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 246 | |
| misc | FinalParameters | Parameter t should be final. | 246 | |
| misc | FinalParameters | Parameter u should be final. | 246 | |
| misc | FinalParameters | Parameter o should be final. | 274 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 288 | |
| coding | MagicNumber | '31' is a magic number. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 298 | |
| coding | MagicNumber | '31' is a magic number. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter obj should be final. | 50 | |
| coding | HiddenField | 'obj' hides a field. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 66 | |
| misc | FinalParameters | Parameter t should be final. | 66 | |
| misc | FinalParameters | Parameter u should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 90 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| misc | FinalParameters | Parameter method should be final. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| misc | FinalParameters | Parameter name should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 131 | |
| javadoc | JavadocMethod | Expected @return tag. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 145 | |
| misc | FinalParameters | Parameter name should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 152 | |
| misc | FinalParameters | Parameter name should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter obj should be final. | 50 | |
| coding | HiddenField | 'obj' hides a field. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| misc | FinalParameters | Parameter k should be final. | 66 | |
| misc | FinalParameters | Parameter u should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 90 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| misc | FinalParameters | Parameter method should be final. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| misc | FinalParameters | Parameter name should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 131 | |
| javadoc | JavadocMethod | Expected @return tag. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 145 | |
| misc | FinalParameters | Parameter name should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 152 | |
| misc | FinalParameters | Parameter name should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 152 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| coding | HiddenField | 'variableName' hides a field. | 68 | |
| misc | FinalParameters | Parameter o should be final. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 99 | |
| coding | MagicNumber | '31' is a magic number. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 316). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| misc | FinalParameters | Parameter sunit should be final. | 44 | |
| coding | HiddenField | 'exportable' hides a field. | 52 | |
| misc | FinalParameters | Parameter key should be final. | 68 | |
| misc | FinalParameters | Parameter parameter should be final. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| javadoc | JavadocMethod | Expected @return tag. | 56 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| coding | HiddenField | 'fileType' hides a field. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| coding | HiddenField | 'fileName' hides a field. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | HiddenField | 'variableName' hides a field. | 136 | |
| misc | FinalParameters | Parameter o should be final. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 169 | |
| coding | MagicNumber | '31' is a magic number. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 170 | |
| coding | MagicNumber | '31' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 171 | |
| coding | MagicNumber | '31' is a magic number. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 86 | |
| coding | MagicNumber | '12' is a magic number. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 138 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 171 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| coding | HiddenField | 'autoScale' hides a field. | 297 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 322 | |
| coding | MagicNumber | '10' is a magic number. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 329 | |
| coding | MagicNumber | '10' is a magic number. | 329 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 339 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 339 | |
| coding | MagicNumber | '20' is a magic number. | 342 | |
| coding | MagicNumber | '4' is a magic number. | 343 | |
| coding | MagicNumber | '10' is a magic number. | 346 | |
| coding | MagicNumber | '3' is a magic number. | 347 | |
| coding | MagicNumber | '3' is a magic number. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 355 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 355 | |
| coding | MagicNumber | '5' is a magic number. | 356 | |
| coding | MagicNumber | '5' is a magic number. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 360 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 360 | |
| coding | MagicNumber | '4' is a magic number. | 361 | |
| coding | MagicNumber | '4' is a magic number. | 362 | |
| coding | MagicNumber | '8' is a magic number. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 368 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 438 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 452 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 462 | |
| coding | MagicNumber | '0.1' is a magic number. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 470 | |
| coding | MagicNumber | '10' is a magic number. | 470 | |
| coding | MagicNumber | '10' is a magic number. | 470 | |
| coding | MagicNumber | '0.1' is a magic number. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 477 | |
| coding | MagicNumber | '10' is a magic number. | 477 | |
| coding | MagicNumber | '10' is a magic number. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| coding | HiddenField | 'title' hides a field. | 489 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| coding | HiddenField | 'lineWidth' hides a field. | 501 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| coding | HiddenField | 'fontSize' hides a field. | 513 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 575 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 590 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 623 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 628 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 638 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 696 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 703 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| coding | HiddenField | 'grid' hides a field. | 708 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 715 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 725 | |
| misc | FinalParameters | Parameter parameter should be final. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 733 | |
| misc | FinalParameters | Parameter o should be final. | 787 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 814 | |
| coding | MagicNumber | '31' is a magic number. | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 815 | |
| coding | MagicNumber | '31' is a magic number. | 815 | |
| coding | MagicNumber | '31' is a magic number. | 816 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 817 | |
| coding | MagicNumber | '31' is a magic number. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 818 | |
| coding | MagicNumber | '31' is a magic number. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 819 | |
| coding | MagicNumber | '31' is a magic number. | 819 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 819 | |
| coding | MagicNumber | '32' is a magic number. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 820 | |
| coding | MagicNumber | '31' is a magic number. | 820 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 820 | |
| coding | MagicNumber | '32' is a magic number. | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 821 | |
| coding | MagicNumber | '31' is a magic number. | 821 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 821 | |
| coding | MagicNumber | '32' is a magic number. | 821 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 822 | |
| coding | MagicNumber | '31' is a magic number. | 822 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 822 | |
| coding | MagicNumber | '32' is a magic number. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 823 | |
| coding | MagicNumber | '31' is a magic number. | 823 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 823 | |
| coding | MagicNumber | '32' is a magic number. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 824 | |
| coding | MagicNumber | '31' is a magic number. | 824 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 824 | |
| coding | MagicNumber | '32' is a magic number. | 824 | |
| coding | MagicNumber | '31' is a magic number. | 825 | |
| coding | MagicNumber | '1231' is a magic number. | 825 | |
| coding | MagicNumber | '1237' is a magic number. | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 827 | |
| coding | MagicNumber | '31' is a magic number. | 827 | |
| coding | MagicNumber | '31' is a magic number. | 829 | |
| coding | MagicNumber | '1231' is a magic number. | 829 | |
| coding | MagicNumber | '1237' is a magic number. | 829 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 833 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.mklab.nfc.matrix.DoubleMatrix. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 258). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| misc | FinalParameters | Parameter sunit should be final. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'tag' hides a field. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 346). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| misc | FinalParameters | Parameter sunit should be final. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| coding | HiddenField | 'range' hides a field. | 85 | |
| misc | FinalParameters | Parameter sunit should be final. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 96 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| coding | HiddenField | 'range' hides a field. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | HiddenField | 'range' hides a field. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter array should be final. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| misc | FinalParameters | Parameter key should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 | |
| misc | FinalParameters | Parameter t1 should be final. | 219 | |
| misc | FinalParameters | Parameter u1 should be final. | 219 | |
| misc | FinalParameters | Parameter t2 should be final. | 219 | |
| misc | FinalParameters | Parameter u2 should be final. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 259 | |
| misc | FinalParameters | Parameter t should be final. | 259 | |
| misc | FinalParameters | Parameter u should be final. | 259 | |
| misc | FinalParameters | Parameter o should be final. | 287 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 301 | |
| coding | MagicNumber | '31' is a magic number. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 311 | |
| coding | MagicNumber | '31' is a magic number. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| misc | FinalParameters | Parameter sunit should be final. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter obj should be final. | 58 | |
| coding | HiddenField | 'obj' hides a field. | 58 | |
| misc | FinalParameters | Parameter sunit should be final. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| misc | FinalParameters | Parameter t should be final. | 75 | |
| misc | FinalParameters | Parameter u should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter method should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 132 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| misc | FinalParameters | Parameter name should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 154 | |
| misc | FinalParameters | Parameter name should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| misc | FinalParameters | Parameter name should be final. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 161 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 287). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter obj should be final. | 58 | |
| coding | HiddenField | 'obj' hides a field. | 58 | |
| misc | FinalParameters | Parameter sunit should be final. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| misc | FinalParameters | Parameter k should be final. | 75 | |
| misc | FinalParameters | Parameter u should be final. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter method should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 132 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 140 | |
| misc | FinalParameters | Parameter name should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 140 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 154 | |
| misc | FinalParameters | Parameter name should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| misc | FinalParameters | Parameter name should be final. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 161 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 251). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| misc | FinalParameters | Parameter sunit should be final. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| coding | HiddenField | 'variableName' hides a field. | 77 | |
| misc | FinalParameters | Parameter o should be final. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 108 | |
| coding | MagicNumber | '31' is a magic number. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 286). | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter outputSize should be final. | 52 | |
| misc | FinalParameters | Parameter sunit should be final. | 52 | |
| misc | FinalParameters | Parameter t should be final. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| misc | FinalParameters | Parameter thrown should be final. | 171 | |
| coding | HiddenField | 'thrown' hides a field. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| misc | FinalParameters | Parameter sunit should be final. | 30 | |
| misc | FinalParameters | Parameter t should be final. | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 32 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| coding | HiddenField | 'constant' hides a field. | 41 | |
| misc | FinalParameters | Parameter sunit should be final. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| misc | FinalParameters | Parameter sunit should be final. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| coding | HiddenField | 'constant' hides a field. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 82 | |
| javadoc | JavadocMethod | Expected @return tag. | 84 | |
| misc | FinalParameters | Parameter parameter should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 94 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| misc | FinalParameters | Parameter key should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 96 | |
| misc | FinalParameters | Parameter o should be final. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 127 | |
| coding | MagicNumber | '31' is a magic number. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 274). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 270). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| misc | FinalParameters | Parameter sunit should be final. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter sunit should be final. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter outputSize should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 51 | |
| misc | FinalParameters | Parameter t should be final. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| misc | FinalParameters | Parameter thrown should be final. | 162 | |
| coding | HiddenField | 'thrown' hides a field. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| misc | FinalParameters | Parameter t should be final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| coding | HiddenField | 'constant' hides a field. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'constant' hides a field. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| misc | FinalParameters | Parameter parameter should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 88 | |
| misc | FinalParameters | Parameter key should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 88 | |
| misc | FinalParameters | Parameter o should be final. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 119 | |
| coding | MagicNumber | '31' is a magic number. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| coding | HiddenField | 'fileName' hides a field. | 93 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| coding | HiddenField | 'fileType' hides a field. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter o should be final. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 155 | |
| coding | MagicNumber | '31' is a magic number. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 156 | |
| coding | MagicNumber | '31' is a magic number. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter size should be final. | 34 | |
| misc | FinalParameters | Parameter interval should be final. | 34 | |
| coding | HiddenField | 'interval' hides a field. | 34 | |
| misc | FinalParameters | Parameter t should be final. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 51 | |
| misc | FinalParameters | Parameter t should be final. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter output should be final. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| coding | HiddenField | 'data' hides a field. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter m should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 130 | |
| javadoc | JavadocMethod | Expected @return tag. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| misc | FinalParameters | Parameter o should be final. | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 171 | |
| coding | MagicNumber | '31' is a magic number. | 180 | |
| coding | MagicNumber | '31' is a magic number. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| coding | HiddenField | 'tag' hides a field. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 63 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| misc | FinalParameters | Parameter parameter should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| misc | FinalParameters | Parameter key should be final. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| coding | HiddenField | 'timeValues' hides a field. | 43 | |
| coding | HiddenField | 'outputValues' hides a field. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 | |
| misc | FinalParameters | Parameter parameter should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| misc | FinalParameters | Parameter key should be final. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 | |
| misc | FinalParameters | Parameter o should be final. | 171 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 195 | |
| coding | MagicNumber | '31' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 196 | |
| coding | MagicNumber | '31' is a magic number. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| coding | MagicNumber | '50' is a magic number. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 56 | |
| coding | HiddenField | 'offset' hides a field. | 56 | |
| coding | HiddenField | 'amplitude' hides a field. | 56 | |
| coding | HiddenField | 'period' hides a field. | 56 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 56 | |
| coding | HiddenField | 'phaseDelay' hides a field. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 72 | |
| coding | HiddenField | 'amplitude' hides a field. | 72 | |
| coding | HiddenField | 'period' hides a field. | 72 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| coding | MagicNumber | '50' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| coding | MagicNumber | '100' is a magic number. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| coding | HiddenField | 'offset' hides a field. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| coding | HiddenField | 'amplitude' hides a field. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| coding | HiddenField | 'period' hides a field. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| coding | HiddenField | 'phaseDelay' hides a field. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| coding | MagicNumber | '100' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 217 | |
| coding | MagicNumber | '100' is a magic number. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 220 | |
| coding | MagicNumber | '100' is a magic number. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 227 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| misc | FinalParameters | Parameter key should be final. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 229 | |
| misc | FinalParameters | Parameter o should be final. | 237 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 260 | |
| coding | MagicNumber | '31' is a magic number. | 260 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 | |
| coding | MagicNumber | '32' is a magic number. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 261 | |
| coding | MagicNumber | '31' is a magic number. | 261 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 261 | |
| coding | MagicNumber | '32' is a magic number. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 262 | |
| coding | MagicNumber | '31' is a magic number. | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| coding | MagicNumber | '32' is a magic number. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 263 | |
| coding | MagicNumber | '31' is a magic number. | 263 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 | |
| coding | MagicNumber | '32' is a magic number. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 264 | |
| coding | MagicNumber | '31' is a magic number. | 264 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 264 | |
| coding | MagicNumber | '32' is a magic number. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 269 | |
| javadoc | JavadocMethod | Expected @return tag. | 271 | |
| misc | FinalParameters | Parameter parameter should be final. | 271 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| coding | HiddenField | 'offset' hides a field. | 47 | |
| coding | HiddenField | 'slope' hides a field. | 47 | |
| coding | HiddenField | 'delayTime' hides a field. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'slope' hides a field. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| coding | HiddenField | 'offset' hides a field. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| coding | HiddenField | 'slope' hides a field. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| coding | HiddenField | 'delayTime' hides a field. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| misc | FinalParameters | Parameter key should be final. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 | |
| misc | FinalParameters | Parameter o should be final. | 171 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 194 | |
| coding | MagicNumber | '31' is a magic number. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| coding | MagicNumber | '32' is a magic number. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 195 | |
| coding | MagicNumber | '31' is a magic number. | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| coding | MagicNumber | '32' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 196 | |
| coding | MagicNumber | '31' is a magic number. | 196 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 | |
| coding | MagicNumber | '32' is a magic number. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 201 | |
| javadoc | JavadocMethod | Expected @return tag. | 203 | |
| misc | FinalParameters | Parameter parameter should be final. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 46 | |
| coding | HiddenField | 'bias' hides a field. | 46 | |
| coding | HiddenField | 'amplitude' hides a field. | 46 | |
| coding | HiddenField | 'frequency' hides a field. | 46 | |
| coding | HiddenField | 'phase' hides a field. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'amplitude' hides a field. | 60 | |
| coding | HiddenField | 'frequency' hides a field. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| coding | HiddenField | 'bias' hides a field. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| coding | HiddenField | 'amplitude' hides a field. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| coding | HiddenField | 'frequency' hides a field. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| coding | HiddenField | 'phase' hides a field. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 155 | |
| misc | FinalParameters | Parameter key should be final. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 155 | |
| misc | FinalParameters | Parameter o should be final. | 163 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 186 | |
| coding | MagicNumber | '31' is a magic number. | 186 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 | |
| coding | MagicNumber | '32' is a magic number. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 187 | |
| coding | MagicNumber | '31' is a magic number. | 187 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 | |
| coding | MagicNumber | '32' is a magic number. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 188 | |
| coding | MagicNumber | '31' is a magic number. | 188 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 | |
| coding | MagicNumber | '32' is a magic number. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 189 | |
| coding | MagicNumber | '31' is a magic number. | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| coding | MagicNumber | '32' is a magic number. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 55 | |
| misc | FinalParameters | Parameter audioFormat should be final. | 55 | |
| misc | FinalParameters | Parameter timeMillis should be final. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter timeMillis should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter size should be final. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| misc | FinalParameters | Parameter audioFormat should be final. | 86 | |
| coding | HiddenField | 'audioFormat' hides a field. | 86 | |
| misc | FinalParameters | Parameter size should be final. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| coding | MagicNumber | '8' is a magic number. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 104 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| coding | MagicNumber | '0xFF' is a magic number. | 110 | |
| coding | MagicNumber | '0xFF' is a magic number. | 111 | |
| coding | MagicNumber | '8' is a magic number. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| coding | MagicNumber | '0.1' is a magic number. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 47 | |
| coding | HiddenField | 'initialValue' hides a field. | 47 | |
| coding | HiddenField | 'finalValue' hides a field. | 47 | |
| coding | HiddenField | 'delayTime' hides a field. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| coding | HiddenField | 'finalValue' hides a field. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| coding | HiddenField | 'initialValue' hides a field. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| coding | HiddenField | 'finalValue' hides a field. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| coding | HiddenField | 'delayTime' hides a field. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| misc | FinalParameters | Parameter key should be final. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 | |
| misc | FinalParameters | Parameter o should be final. | 171 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 194 | |
| coding | MagicNumber | '31' is a magic number. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 | |
| coding | MagicNumber | '32' is a magic number. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 195 | |
| coding | MagicNumber | '31' is a magic number. | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| coding | MagicNumber | '32' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 196 | |
| coding | MagicNumber | '31' is a magic number. | 196 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 | |
| coding | MagicNumber | '32' is a magic number. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 63 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| misc | FinalParameters | Parameter parameter should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| misc | FinalParameters | Parameter key should be final. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter obj should be final. | 65 | |
| coding | HiddenField | 'obj' hides a field. | 65 | |
| misc | FinalParameters | Parameter t should be final. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| misc | FinalParameters | Parameter method should be final. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 114 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 122 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| misc | FinalParameters | Parameter closeFunction should be final. | 132 | |
| coding | HiddenField | 'closeFunction' hides a field. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| misc | FinalParameters | Parameter openFunction should be final. | 142 | |
| coding | HiddenField | 'openFunction' hides a field. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 150 | |
| misc | FinalParameters | Parameter name should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 150 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 164 | |
| misc | FinalParameters | Parameter name should be final. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 164 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 171 | |
| misc | FinalParameters | Parameter name should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 193 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter obj should be final. | 55 | |
| coding | HiddenField | 'obj' hides a field. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 61 | |
| misc | FinalParameters | Parameter k should be final. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 79 | |
| javadoc | JavadocMethod | Expected @return tag. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter method should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 104 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 112 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 120 | |
| misc | FinalParameters | Parameter name should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 120 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 120 | |
| javadoc | JavadocMethod | Expected @return tag. | 127 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| misc | FinalParameters | Parameter name should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 141 | |
| misc | FinalParameters | Parameter name should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| coding | HiddenField | 'variableName' hides a field. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 73 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| misc | FinalParameters | Parameter key should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 80 | |
| misc | FinalParameters | Parameter o should be final. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 106 | |
| coding | MagicNumber | '31' is a magic number. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| misc | FinalParameters | Parameter sunit should be final. | 39 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| coding | HiddenField | 'fileName' hides a field. | 99 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| coding | HiddenField | 'fileType' hides a field. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| misc | FinalParameters | Parameter o should be final. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 161 | |
| coding | MagicNumber | '31' is a magic number. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 162 | |
| coding | MagicNumber | '31' is a magic number. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 277). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter size should be final. | 42 | |
| misc | FinalParameters | Parameter interval should be final. | 42 | |
| coding | HiddenField | 'interval' hides a field. | 42 | |
| misc | FinalParameters | Parameter sunit should be final. | 42 | |
| misc | FinalParameters | Parameter t should be final. | 52 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 59 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter t should be final. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter output should be final. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| misc | FinalParameters | Parameter sunit should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 280). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| misc | FinalParameters | Parameter sunit should be final. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| coding | HiddenField | 'data' hides a field. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter m should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 137 | |
| javadoc | JavadocMethod | Expected @return tag. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 152 | |
| misc | FinalParameters | Parameter o should be final. | 164 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 178 | |
| coding | MagicNumber | '31' is a magic number. | 187 | |
| coding | MagicNumber | '31' is a magic number. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 248). | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| misc | FinalParameters | Parameter sunit should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | HiddenField | 'tag' hides a field. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| misc | FinalParameters | Parameter parameter should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 86 | |
| misc | FinalParameters | Parameter key should be final. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 352). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | HiddenField | 'timeValues' hides a field. | 50 | |
| coding | HiddenField | 'outputValues' hides a field. | 50 | |
| misc | FinalParameters | Parameter sunit should be final. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| misc | FinalParameters | Parameter sunit should be final. | 60 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| misc | FinalParameters | Parameter parameter should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| misc | FinalParameters | Parameter key should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 | |
| misc | FinalParameters | Parameter o should be final. | 188 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 212 | |
| coding | MagicNumber | '31' is a magic number. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 213 | |
| coding | MagicNumber | '31' is a magic number. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 349). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 47 | |
| coding | MagicNumber | '50' is a magic number. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 63 | |
| coding | HiddenField | 'offset' hides a field. | 63 | |
| coding | HiddenField | 'amplitude' hides a field. | 63 | |
| coding | HiddenField | 'period' hides a field. | 63 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 63 | |
| coding | HiddenField | 'phaseDelay' hides a field. | 63 | |
| misc | FinalParameters | Parameter sunit should be final. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| coding | HiddenField | 'amplitude' hides a field. | 80 | |
| coding | HiddenField | 'period' hides a field. | 80 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 80 | |
| misc | FinalParameters | Parameter sunit should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| misc | FinalParameters | Parameter sunit should be final. | 88 | |
| coding | MagicNumber | '50' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 99 | |
| coding | MagicNumber | '100' is a magic number. | 99 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| coding | HiddenField | 'offset' hides a field. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| coding | HiddenField | 'amplitude' hides a field. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| coding | HiddenField | 'pulseWidth' hides a field. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| coding | HiddenField | 'period' hides a field. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| coding | HiddenField | 'phaseDelay' hides a field. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 208 | |
| coding | MagicNumber | '100' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 229 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 230 | |
| coding | MagicNumber | '100' is a magic number. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 233 | |
| coding | MagicNumber | '100' is a magic number. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 240 | |
| javadoc | JavadocMethod | Expected @return tag. | 242 | |
| misc | FinalParameters | Parameter key should be final. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 242 | |
| misc | FinalParameters | Parameter o should be final. | 250 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 273 | |
| coding | MagicNumber | '31' is a magic number. | 273 | |
| coding | MagicNumber | '32' is a magic number. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 274 | |
| coding | MagicNumber | '31' is a magic number. | 274 | |
| whitespace | WhitespaceAround | '^' is not preceded with whitespace. | 274 | |
| coding | MagicNumber | '32' is a magic number. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 275 | |
| coding | MagicNumber | '31' is a magic number. | 275 | |
| coding | MagicNumber | '32' is a magic number. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 276 | |
| coding | MagicNumber | '31' is a magic number. | 276 | |
| coding | MagicNumber | '32' is a magic number. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 277 | |
| coding | MagicNumber | '31' is a magic number. | 277 | |
| coding | MagicNumber | '32' is a magic number. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 282 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| misc | FinalParameters | Parameter parameter should be final. | 284 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 348). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| coding | HiddenField | 'offset' hides a field. | 54 | |
| coding | HiddenField | 'slope' hides a field. | 54 | |
| coding | HiddenField | 'delayTime' hides a field. | 54 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'slope' hides a field. | 67 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| misc | FinalParameters | Parameter sunit should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| coding | HiddenField | 'offset' hides a field. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| coding | HiddenField | 'slope' hides a field. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | HiddenField | 'delayTime' hides a field. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| misc | FinalParameters | Parameter key should be final. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 177 | |
| misc | FinalParameters | Parameter o should be final. | 185 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 208 | |
| coding | MagicNumber | '31' is a magic number. | 208 | |
| coding | MagicNumber | '32' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 209 | |
| coding | MagicNumber | '31' is a magic number. | 209 | |
| coding | MagicNumber | '32' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 210 | |
| coding | MagicNumber | '31' is a magic number. | 210 | |
| coding | MagicNumber | '32' is a magic number. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 215 | |
| javadoc | JavadocMethod | Expected @return tag. | 217 | |
| misc | FinalParameters | Parameter parameter should be final. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 53 | |
| coding | HiddenField | 'bias' hides a field. | 53 | |
| coding | HiddenField | 'amplitude' hides a field. | 53 | |
| coding | HiddenField | 'frequency' hides a field. | 53 | |
| coding | HiddenField | 'phase' hides a field. | 53 | |
| misc | FinalParameters | Parameter sunit should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'amplitude' hides a field. | 68 | |
| coding | HiddenField | 'frequency' hides a field. | 68 | |
| misc | FinalParameters | Parameter sunit should be final. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| misc | FinalParameters | Parameter sunit should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 85 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| coding | HiddenField | 'bias' hides a field. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| coding | HiddenField | 'amplitude' hides a field. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| coding | HiddenField | 'frequency' hides a field. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| coding | HiddenField | 'phase' hides a field. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| misc | FinalParameters | Parameter key should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 166 | |
| misc | FinalParameters | Parameter o should be final. | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 197 | |
| coding | MagicNumber | '31' is a magic number. | 197 | |
| coding | MagicNumber | '32' is a magic number. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 198 | |
| coding | MagicNumber | '31' is a magic number. | 198 | |
| coding | MagicNumber | '32' is a magic number. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 199 | |
| coding | MagicNumber | '31' is a magic number. | 199 | |
| coding | MagicNumber | '32' is a magic number. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 200 | |
| coding | MagicNumber | '31' is a magic number. | 200 | |
| coding | MagicNumber | '32' is a magic number. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| misc | FinalParameters | Parameter audioFormat should be final. | 67 | |
| coding | HiddenField | 'audioFormat' hides a field. | 67 | |
| misc | FinalParameters | Parameter timeMillis should be final. | 67 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| misc | FinalParameters | Parameter timeMillis should be final. | 79 | |
| misc | FinalParameters | Parameter sunit should be final. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter size should be final. | 89 | |
| misc | FinalParameters | Parameter sunit should be final. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter audioFormat should be final. | 100 | |
| coding | HiddenField | 'audioFormat' hides a field. | 100 | |
| misc | FinalParameters | Parameter size should be final. | 100 | |
| misc | FinalParameters | Parameter sunit should be final. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 112 | |
| coding | MagicNumber | '8' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 118 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 | |
| coding | MagicNumber | '0xFF' is a magic number. | 124 | |
| coding | MagicNumber | '0xFF' is a magic number. | 124 | |
| coding | MagicNumber | '8' is a magic number. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 159 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 | |
| coding | MagicNumber | '0.1' is a magic number. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 54 | |
| coding | HiddenField | 'initialValue' hides a field. | 54 | |
| coding | HiddenField | 'finalValue' hides a field. | 54 | |
| coding | HiddenField | 'delayTime' hides a field. | 54 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| coding | HiddenField | 'finalValue' hides a field. | 67 | |
| misc | FinalParameters | Parameter sunit should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| misc | FinalParameters | Parameter sunit should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| coding | HiddenField | 'initialValue' hides a field. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| coding | HiddenField | 'finalValue' hides a field. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | HiddenField | 'delayTime' hides a field. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 175 | |
| javadoc | JavadocMethod | Expected @return tag. | 177 | |
| misc | FinalParameters | Parameter key should be final. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 177 | |
| misc | FinalParameters | Parameter o should be final. | 185 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 208 | |
| coding | MagicNumber | '31' is a magic number. | 208 | |
| coding | MagicNumber | '32' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 209 | |
| coding | MagicNumber | '31' is a magic number. | 209 | |
| coding | MagicNumber | '32' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 210 | |
| coding | MagicNumber | '31' is a magic number. | 210 | |
| coding | MagicNumber | '32' is a magic number. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| misc | FinalParameters | Parameter sunit should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| misc | FinalParameters | Parameter parameter should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 86 | |
| misc | FinalParameters | Parameter key should be final. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| misc | FinalParameters | Parameter sunit should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| misc | FinalParameters | Parameter obj should be final. | 74 | |
| coding | HiddenField | 'obj' hides a field. | 74 | |
| misc | FinalParameters | Parameter sunit should be final. | 74 | |
| misc | FinalParameters | Parameter t should be final. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 98 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| misc | FinalParameters | Parameter method should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| misc | FinalParameters | Parameter closeFunction should be final. | 141 | |
| coding | HiddenField | 'closeFunction' hides a field. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter openFunction should be final. | 151 | |
| coding | HiddenField | 'openFunction' hides a field. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 159 | |
| misc | FinalParameters | Parameter name should be final. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 159 | |
| javadoc | JavadocMethod | Expected @return tag. | 166 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 173 | |
| misc | FinalParameters | Parameter name should be final. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 173 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| misc | FinalParameters | Parameter name should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 180 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 202 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| misc | FinalParameters | Parameter sunit should be final. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter obj should be final. | 64 | |
| coding | HiddenField | 'obj' hides a field. | 64 | |
| misc | FinalParameters | Parameter sunit should be final. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 70 | |
| misc | FinalParameters | Parameter k should be final. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'klass'. | 88 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| misc | FinalParameters | Parameter method should be final. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 113 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 127 | |
| javadoc | JavadocMethod | Expected @return tag. | 129 | |
| misc | FinalParameters | Parameter name should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 129 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 136 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 143 | |
| misc | FinalParameters | Parameter name should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 143 | |
| misc | FinalParameters | Parameter value should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 143 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 150 | |
| misc | FinalParameters | Parameter name should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 150 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 281). | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| misc | FinalParameters | Parameter sunit should be final. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| coding | HiddenField | 'variableName' hides a field. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 82 | |
| javadoc | JavadocMethod | Expected @return tag. | 84 | |
| misc | FinalParameters | Parameter key should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 89 | |
| misc | FinalParameters | Parameter o should be final. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 115 | |
| coding | MagicNumber | '31' is a magic number. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'fmt' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| design | VisibilityModifier | Variable 'js5' must be private and have accessor methods. | 37 | |
| coding | MagicNumber | '3.34' is a magic number. | 37 | |
| coding | MagicNumber | '3.20' is a magic number. | 37 | |
| coding | MagicNumber | '4.74' is a magic number. | 37 | |
| coding | MagicNumber | '3.00' is a magic number. | 37 | |
| coding | MagicNumber | '4.03' is a magic number. | 37 | |
| coding | MagicNumber | '6.90' is a magic number. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 43 | |
| coding | MagicNumber | '0.24' is a magic number. | 43 | |
| coding | MagicNumber | '0.39' is a magic number. | 43 | |
| coding | MagicNumber | '0.32' is a magic number. | 43 | |
| coding | MagicNumber | '0.40' is a magic number. | 43 | |
| coding | MagicNumber | '0.31' is a magic number. | 43 | |
| coding | MagicNumber | '0.56' is a magic number. | 43 | |
| coding | MagicNumber | '11.25' is a magic number. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 44 | |
| coding | MagicNumber | '0.27' is a magic number. | 44 | |
| coding | MagicNumber | '0.27' is a magic number. | 44 | |
| coding | MagicNumber | '0.44' is a magic number. | 44 | |
| coding | MagicNumber | '0.60' is a magic number. | 44 | |
| coding | MagicNumber | '0.27' is a magic number. | 44 | |
| coding | MagicNumber | '0.49' is a magic number. | 44 | |
| coding | MagicNumber | '10.88' is a magic number. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 45 | |
| coding | MagicNumber | '0.24' is a magic number. | 45 | |
| coding | MagicNumber | '0.39' is a magic number. | 45 | |
| coding | MagicNumber | '0.32' is a magic number. | 45 | |
| coding | MagicNumber | '0.40' is a magic number. | 45 | |
| coding | MagicNumber | '0.31' is a magic number. | 45 | |
| coding | MagicNumber | '0.56' is a magic number. | 45 | |
| coding | MagicNumber | '11.25' is a magic number. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 46 | |
| coding | MagicNumber | '0.27' is a magic number. | 46 | |
| coding | MagicNumber | '0.27' is a magic number. | 46 | |
| coding | MagicNumber | '0.44' is a magic number. | 46 | |
| coding | MagicNumber | '0.60' is a magic number. | 46 | |
| coding | MagicNumber | '0.27' is a magic number. | 46 | |
| coding | MagicNumber | '0.49' is a magic number. | 46 | |
| coding | MagicNumber | '10.88' is a magic number. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 47 | |
| coding | MagicNumber | '0.42' is a magic number. | 47 | |
| coding | MagicNumber | '0.34' is a magic number. | 47 | |
| coding | MagicNumber | '0.37' is a magic number. | 47 | |
| coding | MagicNumber | '0.41' is a magic number. | 47 | |
| coding | MagicNumber | '0.39' is a magic number. | 47 | |
| coding | MagicNumber | '0.61' is a magic number. | 47 | |
| coding | MagicNumber | '9.67' is a magic number. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 48 | |
| coding | MagicNumber | '0.31' is a magic number. | 48 | |
| coding | MagicNumber | '0.30' is a magic number. | 48 | |
| coding | MagicNumber | '0.42' is a magic number. | 48 | |
| coding | MagicNumber | '0.66' is a magic number. | 48 | |
| coding | MagicNumber | '0.37' is a magic number. | 48 | |
| coding | MagicNumber | '0.57' is a magic number. | 48 | |
| coding | MagicNumber | '9.59' is a magic number. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 49 | |
| coding | MagicNumber | '0.38' is a magic number. | 49 | |
| coding | MagicNumber | '0.38' is a magic number. | 49 | |
| coding | MagicNumber | '0.66' is a magic number. | 49 | |
| coding | MagicNumber | '0.71' is a magic number. | 49 | |
| coding | MagicNumber | '0.27' is a magic number. | 49 | |
| coding | MagicNumber | '0.49' is a magic number. | 49 | |
| coding | MagicNumber | '8.82' is a magic number. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 50 | |
| coding | MagicNumber | '0.44' is a magic number. | 50 | |
| coding | MagicNumber | '0.44' is a magic number. | 50 | |
| coding | MagicNumber | '0.60' is a magic number. | 50 | |
| coding | MagicNumber | '0.93' is a magic number. | 50 | |
| coding | MagicNumber | '0.33' is a magic number. | 50 | |
| coding | MagicNumber | '0.49' is a magic number. | 50 | |
| coding | MagicNumber | '7.89' is a magic number. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 51 | |
| coding | MagicNumber | '0.40' is a magic number. | 51 | |
| coding | MagicNumber | '0.35' is a magic number. | 51 | |
| coding | MagicNumber | '0.64' is a magic number. | 51 | |
| coding | MagicNumber | '0.47' is a magic number. | 51 | |
| coding | MagicNumber | '0.52' is a magic number. | 51 | |
| coding | MagicNumber | '0.87' is a magic number. | 51 | |
| coding | MagicNumber | '7.78' is a magic number. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 52 | |
| coding | MagicNumber | '0.40' is a magic number. | 52 | |
| coding | MagicNumber | '0.34' is a magic number. | 52 | |
| coding | MagicNumber | '0.56' is a magic number. | 52 | |
| coding | MagicNumber | '0.43' is a magic number. | 52 | |
| coding | MagicNumber | '0.51' is a magic number. | 52 | |
| coding | MagicNumber | '1.19' is a magic number. | 52 | |
| coding | MagicNumber | '7.73' is a magic number. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 53 | |
| coding | MagicNumber | '0.49' is a magic number. | 53 | |
| coding | MagicNumber | '0.38' is a magic number. | 53 | |
| coding | MagicNumber | '0.77' is a magic number. | 53 | |
| coding | MagicNumber | '0.77' is a magic number. | 53 | |
| coding | MagicNumber | '0.33' is a magic number. | 53 | |
| coding | MagicNumber | '0.55' is a magic number. | 53 | |
| coding | MagicNumber | '7.72' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 54 | |
| coding | MagicNumber | '0.38' is a magic number. | 54 | |
| coding | MagicNumber | '0.38' is a magic number. | 54 | |
| coding | MagicNumber | '0.55' is a magic number. | 54 | |
| coding | MagicNumber | '0.88' is a magic number. | 54 | |
| coding | MagicNumber | '0.49' is a magic number. | 54 | |
| coding | MagicNumber | '0.71' is a magic number. | 54 | |
| coding | MagicNumber | '7.47' is a magic number. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 55 | |
| coding | MagicNumber | '0.33' is a magic number. | 55 | |
| coding | MagicNumber | '0.42' is a magic number. | 55 | |
| coding | MagicNumber | '0.51' is a magic number. | 55 | |
| coding | MagicNumber | '0.80' is a magic number. | 55 | |
| coding | MagicNumber | '0.50' is a magic number. | 55 | |
| coding | MagicNumber | '0.93' is a magic number. | 55 | |
| coding | MagicNumber | '7.37' is a magic number. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 56 | |
| coding | MagicNumber | '0.38' is a magic number. | 56 | |
| coding | MagicNumber | '0.39' is a magic number. | 56 | |
| coding | MagicNumber | '0.51' is a magic number. | 56 | |
| coding | MagicNumber | '0.96' is a magic number. | 56 | |
| coding | MagicNumber | '0.49' is a magic number. | 56 | |
| coding | MagicNumber | '0.75' is a magic number. | 56 | |
| coding | MagicNumber | '7.36' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 57 | |
| coding | MagicNumber | '0.27' is a magic number. | 57 | |
| coding | MagicNumber | '0.36' is a magic number. | 57 | |
| coding | MagicNumber | '1.24' is a magic number. | 57 | |
| coding | MagicNumber | '1.06' is a magic number. | 57 | |
| coding | MagicNumber | '0.37' is a magic number. | 57 | |
| coding | MagicNumber | '0.83' is a magic number. | 57 | |
| coding | MagicNumber | '6.90' is a magic number. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 58 | |
| coding | MagicNumber | '0.54' is a magic number. | 58 | |
| coding | MagicNumber | '0.38' is a magic number. | 58 | |
| coding | MagicNumber | '0.37' is a magic number. | 58 | |
| coding | MagicNumber | '1.50' is a magic number. | 58 | |
| coding | MagicNumber | '0.87' is a magic number. | 58 | |
| coding | MagicNumber | '1.10' is a magic number. | 58 | |
| coding | MagicNumber | '5.82' is a magic number. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 59 | |
| coding | MagicNumber | '0.60' is a magic number. | 59 | |
| coding | MagicNumber | '0.55' is a magic number. | 59 | |
| coding | MagicNumber | '0.88' is a magic number. | 59 | |
| coding | MagicNumber | '1.43' is a magic number. | 59 | |
| coding | MagicNumber | '0.44' is a magic number. | 59 | |
| coding | MagicNumber | '0.66' is a magic number. | 59 | |
| coding | MagicNumber | '5.72' is a magic number. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 60 | |
| coding | MagicNumber | '0.55' is a magic number. | 60 | |
| coding | MagicNumber | '0.38' is a magic number. | 60 | |
| coding | MagicNumber | '0.63' is a magic number. | 60 | |
| coding | MagicNumber | '0.98' is a magic number. | 60 | |
| coding | MagicNumber | '0.76' is a magic number. | 60 | |
| coding | MagicNumber | '1.31' is a magic number. | 60 | |
| coding | MagicNumber | '5.66' is a magic number. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 61 | |
| coding | MagicNumber | '0.47' is a magic number. | 61 | |
| coding | MagicNumber | '0.60' is a magic number. | 61 | |
| coding | MagicNumber | '0.83' is a magic number. | 61 | |
| coding | MagicNumber | '1.01' is a magic number. | 61 | |
| coding | MagicNumber | '0.68' is a magic number. | 61 | |
| coding | MagicNumber | '0.97' is a magic number. | 61 | |
| coding | MagicNumber | '5.48' is a magic number. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 62 | |
| coding | MagicNumber | '0.67' is a magic number. | 62 | |
| coding | MagicNumber | '0.89' is a magic number. | 62 | |
| coding | MagicNumber | '0.69' is a magic number. | 62 | |
| coding | MagicNumber | '1.40' is a magic number. | 62 | |
| coding | MagicNumber | '0.75' is a magic number. | 62 | |
| coding | MagicNumber | '1.14' is a magic number. | 62 | |
| coding | MagicNumber | '4.52' is a magic number. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 63 | |
| coding | MagicNumber | '0.66' is a magic number. | 63 | |
| coding | MagicNumber | '0.96' is a magic number. | 63 | |
| coding | MagicNumber | '0.70' is a magic number. | 63 | |
| coding | MagicNumber | '1.14' is a magic number. | 63 | |
| coding | MagicNumber | '0.75' is a magic number. | 63 | |
| coding | MagicNumber | '1.38' is a magic number. | 63 | |
| coding | MagicNumber | '4.48' is a magic number. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 64 | |
| coding | MagicNumber | '0.66' is a magic number. | 64 | |
| coding | MagicNumber | '1.05' is a magic number. | 64 | |
| coding | MagicNumber | '1.08' is a magic number. | 64 | |
| coding | MagicNumber | '1.47' is a magic number. | 64 | |
| coding | MagicNumber | '0.69' is a magic number. | 64 | |
| coding | MagicNumber | '1.16' is a magic number. | 64 | |
| coding | MagicNumber | '4.11' is a magic number. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 65 | |
| coding | MagicNumber | '0.76' is a magic number. | 65 | |
| coding | MagicNumber | '0.72' is a magic number. | 65 | |
| coding | MagicNumber | '1.10' is a magic number. | 65 | |
| coding | MagicNumber | '1.05' is a magic number. | 65 | |
| coding | MagicNumber | '0.89' is a magic number. | 65 | |
| coding | MagicNumber | '1.70' is a magic number. | 65 | |
| coding | MagicNumber | '4.05' is a magic number. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 66 | |
| coding | MagicNumber | '0.76' is a magic number. | 66 | |
| coding | MagicNumber | '0.69' is a magic number. | 66 | |
| coding | MagicNumber | '1.14' is a magic number. | 66 | |
| coding | MagicNumber | '1.25' is a magic number. | 66 | |
| coding | MagicNumber | '0.87' is a magic number. | 66 | |
| coding | MagicNumber | '1.55' is a magic number. | 66 | |
| coding | MagicNumber | '4.02' is a magic number. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 67 | |
| coding | MagicNumber | '0.99' is a magic number. | 67 | |
| coding | MagicNumber | '1.34' is a magic number. | 67 | |
| coding | MagicNumber | '1.90' is a magic number. | 67 | |
| coding | MagicNumber | '1.78' is a magic number. | 67 | |
| coding | MagicNumber | '0.70' is a magic number. | 67 | |
| coding | MagicNumber | '1.32' is a magic number. | 67 | |
| coding | MagicNumber | '3.17' is a magic number. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 68 | |
| coding | MagicNumber | '0.90' is a magic number. | 68 | |
| coding | MagicNumber | '1.22' is a magic number. | 68 | |
| coding | MagicNumber | '1.60' is a magic number. | 68 | |
| coding | MagicNumber | '1.18' is a magic number. | 68 | |
| coding | MagicNumber | '1.12' is a magic number. | 68 | |
| coding | MagicNumber | '2.11' is a magic number. | 68 | |
| coding | MagicNumber | '3.09' is a magic number. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 69 | |
| coding | MagicNumber | '1.16' is a magic number. | 69 | |
| coding | MagicNumber | '1.18' is a magic number. | 69 | |
| coding | MagicNumber | '1.09' is a magic number. | 69 | |
| coding | MagicNumber | '2.35' is a magic number. | 69 | |
| coding | MagicNumber | '0.99' is a magic number. | 69 | |
| coding | MagicNumber | '1.47' is a magic number. | 69 | |
| coding | MagicNumber | '3.06' is a magic number. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 70 | |
| coding | MagicNumber | '1.02' is a magic number. | 70 | |
| coding | MagicNumber | '1.33' is a magic number. | 70 | |
| coding | MagicNumber | '1.62' is a magic number. | 70 | |
| coding | MagicNumber | '1.77' is a magic number. | 70 | |
| coding | MagicNumber | '0.77' is a magic number. | 70 | |
| coding | MagicNumber | '1.72' is a magic number. | 70 | |
| coding | MagicNumber | '3.06' is a magic number. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 71 | |
| coding | MagicNumber | '0.83' is a magic number. | 71 | |
| coding | MagicNumber | '0.98' is a magic number. | 71 | |
| coding | MagicNumber | '3.95' is a magic number. | 71 | |
| coding | MagicNumber | '2.69' is a magic number. | 71 | |
| coding | MagicNumber | '0.50' is a magic number. | 71 | |
| coding | MagicNumber | '1.37' is a magic number. | 71 | |
| coding | MagicNumber | '2.99' is a magic number. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 72 | |
| coding | MagicNumber | '0.88' is a magic number. | 72 | |
| coding | MagicNumber | '1.15' is a magic number. | 72 | |
| coding | MagicNumber | '3.79' is a magic number. | 72 | |
| coding | MagicNumber | '2.52' is a magic number. | 72 | |
| coding | MagicNumber | '0.50' is a magic number. | 72 | |
| coding | MagicNumber | '1.43' is a magic number. | 72 | |
| coding | MagicNumber | '2.91' is a magic number. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 73 | |
| coding | MagicNumber | '1.08' is a magic number. | 73 | |
| coding | MagicNumber | '1.42' is a magic number. | 73 | |
| coding | MagicNumber | '1.81' is a magic number. | 73 | |
| coding | MagicNumber | '1.82' is a magic number. | 73 | |
| coding | MagicNumber | '0.76' is a magic number. | 73 | |
| coding | MagicNumber | '1.88' is a magic number. | 73 | |
| coding | MagicNumber | '2.89' is a magic number. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 74 | |
| coding | MagicNumber | '1.59' is a magic number. | 74 | |
| coding | MagicNumber | '1.37' is a magic number. | 74 | |
| coding | MagicNumber | '2.47' is a magic number. | 74 | |
| coding | MagicNumber | '1.81' is a magic number. | 74 | |
| coding | MagicNumber | '0.77' is a magic number. | 74 | |
| coding | MagicNumber | '1.10' is a magic number. | 74 | |
| coding | MagicNumber | '2.83' is a magic number. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 75 | |
| coding | MagicNumber | '0.82' is a magic number. | 75 | |
| coding | MagicNumber | '0.99' is a magic number. | 75 | |
| coding | MagicNumber | '1.55' is a magic number. | 75 | |
| coding | MagicNumber | '4.25' is a magic number. | 75 | |
| coding | MagicNumber | '1.03' is a magic number. | 75 | |
| coding | MagicNumber | '2.36' is a magic number. | 75 | |
| coding | MagicNumber | '2.62' is a magic number. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 76 | |
| coding | MagicNumber | '0.81' is a magic number. | 76 | |
| coding | MagicNumber | '1.16' is a magic number. | 76 | |
| coding | MagicNumber | '4.53' is a magic number. | 76 | |
| coding | MagicNumber | '2.04' is a magic number. | 76 | |
| coding | MagicNumber | '0.79' is a magic number. | 76 | |
| coding | MagicNumber | '2.49' is a magic number. | 76 | |
| coding | MagicNumber | '2.51' is a magic number. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 77 | |
| coding | MagicNumber | '1.23' is a magic number. | 77 | |
| coding | MagicNumber | '1.50' is a magic number. | 77 | |
| coding | MagicNumber | '1.85' is a magic number. | 77 | |
| coding | MagicNumber | '3.05' is a magic number. | 77 | |
| coding | MagicNumber | '1.11' is a magic number. | 77 | |
| coding | MagicNumber | '1.86' is a magic number. | 77 | |
| coding | MagicNumber | '2.41' is a magic number. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 78 | |
| coding | MagicNumber | '1.32' is a magic number. | 78 | |
| coding | MagicNumber | '1.48' is a magic number. | 78 | |
| coding | MagicNumber | '2.14' is a magic number. | 78 | |
| coding | MagicNumber | '2.25' is a magic number. | 78 | |
| coding | MagicNumber | '1.10' is a magic number. | 78 | |
| coding | MagicNumber | '2.20' is a magic number. | 78 | |
| coding | MagicNumber | '2.39' is a magic number. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 79 | |
| coding | MagicNumber | '1.25' is a magic number. | 79 | |
| coding | MagicNumber | '1.68' is a magic number. | 79 | |
| coding | MagicNumber | '2.16' is a magic number. | 79 | |
| coding | MagicNumber | '2.02' is a magic number. | 79 | |
| coding | MagicNumber | '1.50' is a magic number. | 79 | |
| coding | MagicNumber | '2.11' is a magic number. | 79 | |
| coding | MagicNumber | '2.29' is a magic number. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 80 | |
| coding | MagicNumber | '1.62' is a magic number. | 80 | |
| coding | MagicNumber | '1.63' is a magic number. | 80 | |
| coding | MagicNumber | '1.62' is a magic number. | 80 | |
| coding | MagicNumber | '2.59' is a magic number. | 80 | |
| coding | MagicNumber | '1.34' is a magic number. | 80 | |
| coding | MagicNumber | '2.38' is a magic number. | 80 | |
| coding | MagicNumber | '2.22' is a magic number. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 81 | |
| coding | MagicNumber | '1.46' is a magic number. | 81 | |
| coding | MagicNumber | '1.90' is a magic number. | 81 | |
| coding | MagicNumber | '2.21' is a magic number. | 81 | |
| coding | MagicNumber | '2.59' is a magic number. | 81 | |
| coding | MagicNumber | '1.50' is a magic number. | 81 | |
| coding | MagicNumber | '2.39' is a magic number. | 81 | |
| coding | MagicNumber | '2.05' is a magic number. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 82 | |
| coding | MagicNumber | '1.29' is a magic number. | 82 | |
| coding | MagicNumber | '2.18' is a magic number. | 82 | |
| coding | MagicNumber | '2.31' is a magic number. | 82 | |
| coding | MagicNumber | '3.19' is a magic number. | 82 | |
| coding | MagicNumber | '1.22' is a magic number. | 82 | |
| coding | MagicNumber | '2.35' is a magic number. | 82 | |
| coding | MagicNumber | '2.04' is a magic number. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 83 | |
| coding | MagicNumber | '1.16' is a magic number. | 83 | |
| coding | MagicNumber | '1.42' is a magic number. | 83 | |
| coding | MagicNumber | '1.81' is a magic number. | 83 | |
| coding | MagicNumber | '5.47' is a magic number. | 83 | |
| coding | MagicNumber | '1.13' is a magic number. | 83 | |
| coding | MagicNumber | '3.30' is a magic number. | 83 | |
| coding | MagicNumber | '2.03' is a magic number. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 84 | |
| coding | MagicNumber | '1.49' is a magic number. | 84 | |
| coding | MagicNumber | '1.95' is a magic number. | 84 | |
| coding | MagicNumber | '2.43' is a magic number. | 84 | |
| coding | MagicNumber | '2.27' is a magic number. | 84 | |
| coding | MagicNumber | '1.45' is a magic number. | 84 | |
| coding | MagicNumber | '2.94' is a magic number. | 84 | |
| coding | MagicNumber | '1.99' is a magic number. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 85 | |
| coding | MagicNumber | '1.59' is a magic number. | 85 | |
| coding | MagicNumber | '2.13' is a magic number. | 85 | |
| coding | MagicNumber | '2.81' is a magic number. | 85 | |
| coding | MagicNumber | '2.48' is a magic number. | 85 | |
| coding | MagicNumber | '1.54' is a magic number. | 85 | |
| coding | MagicNumber | '4.49' is a magic number. | 85 | |
| coding | MagicNumber | '1.72' is a magic number. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 86 | |
| coding | MagicNumber | '1.58' is a magic number. | 86 | |
| coding | MagicNumber | '1.79' is a magic number. | 86 | |
| coding | MagicNumber | '2.87' is a magic number. | 86 | |
| coding | MagicNumber | '3.49' is a magic number. | 86 | |
| coding | MagicNumber | '1.94' is a magic number. | 86 | |
| coding | MagicNumber | '4.01' is a magic number. | 86 | |
| coding | MagicNumber | '1.64' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 87 | |
| coding | MagicNumber | '2.08' is a magic number. | 87 | |
| coding | MagicNumber | '2.22' is a magic number. | 87 | |
| coding | MagicNumber | '3.28' is a magic number. | 87 | |
| coding | MagicNumber | '2.23' is a magic number. | 87 | |
| coding | MagicNumber | '1.87' is a magic number. | 87 | |
| coding | MagicNumber | '4.92' is a magic number. | 87 | |
| coding | MagicNumber | '1.54' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 88 | |
| coding | MagicNumber | '1.93' is a magic number. | 88 | |
| coding | MagicNumber | '3.32' is a magic number. | 88 | |
| coding | MagicNumber | '3.51' is a magic number. | 88 | |
| coding | MagicNumber | '3.98' is a magic number. | 88 | |
| coding | MagicNumber | '1.77' is a magic number. | 88 | |
| coding | MagicNumber | '3.46' is a magic number. | 88 | |
| coding | MagicNumber | '1.41' is a magic number. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 89 | |
| coding | MagicNumber | '2.31' is a magic number. | 89 | |
| coding | MagicNumber | '2.16' is a magic number. | 89 | |
| coding | MagicNumber | '3.11' is a magic number. | 89 | |
| coding | MagicNumber | '2.42' is a magic number. | 89 | |
| coding | MagicNumber | '3.13' is a magic number. | 89 | |
| coding | MagicNumber | '5.79' is a magic number. | 89 | |
| coding | MagicNumber | '1.36' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 90 | |
| coding | MagicNumber | '3.29' is a magic number. | 90 | |
| coding | MagicNumber | '2.85' is a magic number. | 90 | |
| coding | MagicNumber | '6.27' is a magic number. | 90 | |
| coding | MagicNumber | '2.53' is a magic number. | 90 | |
| coding | MagicNumber | '2.25' is a magic number. | 90 | |
| coding | MagicNumber | '3.57' is a magic number. | 90 | |
| coding | MagicNumber | '1.23' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 91 | |
| coding | MagicNumber | '3.08' is a magic number. | 91 | |
| coding | MagicNumber | '2.36' is a magic number. | 91 | |
| coding | MagicNumber | '3.57' is a magic number. | 91 | |
| coding | MagicNumber | '4.29' is a magic number. | 91 | |
| coding | MagicNumber | '2.97' is a magic number. | 91 | |
| coding | MagicNumber | '4.34' is a magic number. | 91 | |
| coding | MagicNumber | '1.20' is a magic number. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 92 | |
| coding | MagicNumber | '3.13' is a magic number. | 92 | |
| coding | MagicNumber | '3.41' is a magic number. | 92 | |
| coding | MagicNumber | '4.73' is a magic number. | 92 | |
| coding | MagicNumber | '5.16' is a magic number. | 92 | |
| coding | MagicNumber | '2.38' is a magic number. | 92 | |
| coding | MagicNumber | '4.62' is a magic number. | 92 | |
| coding | MagicNumber | '1.07' is a magic number. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 93 | |
| coding | MagicNumber | '2.64' is a magic number. | 93 | |
| coding | MagicNumber | '3.24' is a magic number. | 93 | |
| coding | MagicNumber | '4.84' is a magic number. | 93 | |
| coding | MagicNumber | '3.74' is a magic number. | 93 | |
| coding | MagicNumber | '3.02' is a magic number. | 93 | |
| coding | MagicNumber | '6.10' is a magic number. | 93 | |
| coding | MagicNumber | '1.07' is a magic number. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 94 | |
| coding | MagicNumber | '2.25' is a magic number. | 94 | |
| coding | MagicNumber | '3.39' is a magic number. | 94 | |
| coding | MagicNumber | '4.51' is a magic number. | 94 | |
| coding | MagicNumber | '4.48' is a magic number. | 94 | |
| coding | MagicNumber | '3.71' is a magic number. | 94 | |
| coding | MagicNumber | '6.34' is a magic number. | 94 | |
| coding | MagicNumber | '1.03' is a magic number. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 95 | |
| coding | MagicNumber | '2.57' is a magic number. | 95 | |
| coding | MagicNumber | '3.88' is a magic number. | 95 | |
| coding | MagicNumber | '4.98' is a magic number. | 95 | |
| coding | MagicNumber | '4.31' is a magic number. | 95 | |
| coding | MagicNumber | '2.95' is a magic number. | 95 | |
| coding | MagicNumber | '6.21' is a magic number. | 95 | |
| coding | MagicNumber | '1.01' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 96 | |
| coding | MagicNumber | '3.34' is a magic number. | 96 | |
| coding | MagicNumber | '3.20' is a magic number. | 96 | |
| coding | MagicNumber | '4.74' is a magic number. | 96 | |
| coding | MagicNumber | '3.00' is a magic number. | 96 | |
| coding | MagicNumber | '4.03' is a magic number. | 96 | |
| coding | MagicNumber | '6.90' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 97 | |
| coding | MagicNumber | '2.96' is a magic number. | 97 | |
| coding | MagicNumber | '3.19' is a magic number. | 97 | |
| coding | MagicNumber | '8.74' is a magic number. | 97 | |
| coding | MagicNumber | '7.91' is a magic number. | 97 | |
| coding | MagicNumber | '1.48' is a magic number. | 97 | |
| coding | MagicNumber | '5.27' is a magic number. | 97 | |
| coding | MagicNumber | '0.97' is a magic number. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 98 | |
| coding | MagicNumber | '3.43' is a magic number. | 98 | |
| coding | MagicNumber | '3.74' is a magic number. | 98 | |
| coding | MagicNumber | '5.52' is a magic number. | 98 | |
| coding | MagicNumber | '3.31' is a magic number. | 98 | |
| coding | MagicNumber | '3.37' is a magic number. | 98 | |
| coding | MagicNumber | '6.61' is a magic number. | 98 | |
| coding | MagicNumber | '0.97' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 99 | |
| coding | MagicNumber | '5.10' is a magic number. | 99 | |
| coding | MagicNumber | '5.38' is a magic number. | 99 | |
| coding | MagicNumber | '6.40' is a magic number. | 99 | |
| coding | MagicNumber | '7.06' is a magic number. | 99 | |
| coding | MagicNumber | '3.20' is a magic number. | 99 | |
| coding | MagicNumber | '8.63' is a magic number. | 99 | |
| coding | MagicNumber | '0.71' is a magic number. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 100 | |
| coding | MagicNumber | '7.45' is a magic number. | 100 | |
| coding | MagicNumber | '7.60' is a magic number. | 100 | |
| coding | MagicNumber | '11.31' is a magic number. | 100 | |
| coding | MagicNumber | '7.48' is a magic number. | 100 | |
| coding | MagicNumber | '5.66' is a magic number. | 100 | |
| coding | MagicNumber | '10.95' is a magic number. | 100 | |
| coding | MagicNumber | '0.49' is a magic number. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 101 | |
| coding | MagicNumber | '7.29' is a magic number. | 101 | |
| coding | MagicNumber | '7.52' is a magic number. | 101 | |
| coding | MagicNumber | '11.54' is a magic number. | 101 | |
| coding | MagicNumber | '7.71' is a magic number. | 101 | |
| coding | MagicNumber | '5.95' is a magic number. | 101 | |
| coding | MagicNumber | '10.26' is a magic number. | 101 | |
| coding | MagicNumber | '0.49' is a magic number. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 102 | |
| coding | MagicNumber | '8.10' is a magic number. | 102 | |
| coding | MagicNumber | '7.82' is a magic number. | 102 | |
| coding | MagicNumber | '12.28' is a magic number. | 102 | |
| coding | MagicNumber | '4.98' is a magic number. | 102 | |
| coding | MagicNumber | '6.33' is a magic number. | 102 | |
| coding | MagicNumber | '18.39' is a magic number. | 102 | |
| coding | MagicNumber | '0.46' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 103 | |
| coding | MagicNumber | '8.13' is a magic number. | 103 | |
| coding | MagicNumber | '7.90' is a magic number. | 103 | |
| coding | MagicNumber | '12.52' is a magic number. | 103 | |
| coding | MagicNumber | '5.54' is a magic number. | 103 | |
| coding | MagicNumber | '7.69' is a magic number. | 103 | |
| coding | MagicNumber | '18.72' is a magic number. | 103 | |
| coding | MagicNumber | '0.43' is a magic number. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 104 | |
| coding | MagicNumber | '14.32' is a magic number. | 104 | |
| coding | MagicNumber | '15.50' is a magic number. | 104 | |
| coding | MagicNumber | '24.37' is a magic number. | 104 | |
| coding | MagicNumber | '10.93' is a magic number. | 104 | |
| coding | MagicNumber | '9.93' is a magic number. | 104 | |
| coding | MagicNumber | '17.70' is a magic number. | 104 | |
| coding | MagicNumber | '0.27' is a magic number. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 105 | |
| coding | MagicNumber | '17.25' is a magic number. | 105 | |
| coding | MagicNumber | '18.75' is a magic number. | 105 | |
| coding | MagicNumber | '29.46' is a magic number. | 105 | |
| coding | MagicNumber | '13.11' is a magic number. | 105 | |
| coding | MagicNumber | '11.44' is a magic number. | 105 | |
| coding | MagicNumber | '19.98' is a magic number. | 105 | |
| coding | MagicNumber | '0.23' is a magic number. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 106 | |
| coding | MagicNumber | '0.38' is a magic number. | 106 | |
| coding | MagicNumber | '0.38' is a magic number. | 106 | |
| coding | MagicNumber | '0.66' is a magic number. | 106 | |
| coding | MagicNumber | '1.32' is a magic number. | 106 | |
| coding | MagicNumber | '0.27' is a magic number. | 106 | |
| coding | MagicNumber | '0.55' is a magic number. | 106 | |
| coding | MagicNumber | '7.76' is a magic number. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 107 | |
| coding | MagicNumber | '0.38' is a magic number. | 107 | |
| coding | MagicNumber | '0.38' is a magic number. | 107 | |
| coding | MagicNumber | '0.55' is a magic number. | 107 | |
| coding | MagicNumber | '1.26' is a magic number. | 107 | |
| coding | MagicNumber | '0.27' is a magic number. | 107 | |
| coding | MagicNumber | '0.49' is a magic number. | 107 | |
| coding | MagicNumber | '8.19' is a magic number. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 108 | |
| coding | MagicNumber | '0.71' is a magic number. | 108 | |
| coding | MagicNumber | '0.82' is a magic number. | 108 | |
| coding | MagicNumber | '1.48' is a magic number. | 108 | |
| coding | MagicNumber | '1.15' is a magic number. | 108 | |
| coding | MagicNumber | '0.82' is a magic number. | 108 | |
| coding | MagicNumber | '1.43' is a magic number. | 108 | |
| coding | MagicNumber | '3.91' is a magic number. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 109 | |
| coding | MagicNumber | '0.33' is a magic number. | 109 | |
| coding | MagicNumber | '0.40' is a magic number. | 109 | |
| coding | MagicNumber | '0.84' is a magic number. | 109 | |
| coding | MagicNumber | '0.51' is a magic number. | 109 | |
| coding | MagicNumber | '0.25' is a magic number. | 109 | |
| coding | MagicNumber | '0.53' is a magic number. | 109 | |
| coding | MagicNumber | '9.08' is a magic number. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 110 | |
| coding | MagicNumber | '1.21' is a magic number. | 110 | |
| coding | MagicNumber | '1.62' is a magic number. | 110 | |
| coding | MagicNumber | '2.41' is a magic number. | 110 | |
| coding | MagicNumber | '1.92' is a magic number. | 110 | |
| coding | MagicNumber | '1.28' is a magic number. | 110 | |
| coding | MagicNumber | '2.64' is a magic number. | 110 | |
| coding | MagicNumber | '2.27' is a magic number. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 111 | |
| coding | MagicNumber | '0.33' is a magic number. | 111 | |
| coding | MagicNumber | '0.29' is a magic number. | 111 | |
| coding | MagicNumber | '0.51' is a magic number. | 111 | |
| coding | MagicNumber | '0.39' is a magic number. | 111 | |
| coding | MagicNumber | '0.44' is a magic number. | 111 | |
| coding | MagicNumber | '1.04' is a magic number. | 111 | |
| coding | MagicNumber | '8.86' is a magic number. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 112 | |
| coding | MagicNumber | '0.22' is a magic number. | 112 | |
| coding | MagicNumber | '0.27' is a magic number. | 112 | |
| coding | MagicNumber | '0.38' is a magic number. | 112 | |
| coding | MagicNumber | '0.55' is a magic number. | 112 | |
| coding | MagicNumber | '0.27' is a magic number. | 112 | |
| coding | MagicNumber | '0.44' is a magic number. | 112 | |
| coding | MagicNumber | '11.83' is a magic number. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 113 | |
| coding | MagicNumber | '0.66' is a magic number. | 113 | |
| coding | MagicNumber | '0.79' is a magic number. | 113 | |
| coding | MagicNumber | '0.66' is a magic number. | 113 | |
| coding | MagicNumber | '1.62' is a magic number. | 113 | |
| coding | MagicNumber | '0.43' is a magic number. | 113 | |
| coding | MagicNumber | '0.73' is a magic number. | 113 | |
| coding | MagicNumber | '5.40' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 114 | |
| coding | MagicNumber | '0.18' is a magic number. | 114 | |
| coding | MagicNumber | '0.25' is a magic number. | 114 | |
| coding | MagicNumber | '0.28' is a magic number. | 114 | |
| coding | MagicNumber | '0.55' is a magic number. | 114 | |
| coding | MagicNumber | '0.29' is a magic number. | 114 | |
| coding | MagicNumber | '0.69' is a magic number. | 114 | |
| coding | MagicNumber | '12.04' is a magic number. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 115 | |
| coding | MagicNumber | '0.20' is a magic number. | 115 | |
| coding | MagicNumber | '0.27' is a magic number. | 115 | |
| coding | MagicNumber | '0.39' is a magic number. | 115 | |
| coding | MagicNumber | '0.57' is a magic number. | 115 | |
| coding | MagicNumber | '0.28' is a magic number. | 115 | |
| coding | MagicNumber | '0.57' is a magic number. | 115 | |
| coding | MagicNumber | '11.41' is a magic number. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 116 | |
| coding | MagicNumber | '0.13' is a magic number. | 116 | |
| coding | MagicNumber | '0.22' is a magic number. | 116 | |
| coding | MagicNumber | '0.72' is a magic number. | 116 | |
| coding | MagicNumber | '0.56' is a magic number. | 116 | |
| coding | MagicNumber | '0.23' is a magic number. | 116 | |
| coding | MagicNumber | '0.50' is a magic number. | 116 | |
| coding | MagicNumber | '12.12' is a magic number. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 117 | |
| coding | MagicNumber | '0.17' is a magic number. | 117 | |
| coding | MagicNumber | '0.20' is a magic number. | 117 | |
| coding | MagicNumber | '0.26' is a magic number. | 117 | |
| coding | MagicNumber | '0.49' is a magic number. | 117 | |
| coding | MagicNumber | '0.30' is a magic number. | 117 | |
| coding | MagicNumber | '0.67' is a magic number. | 117 | |
| coding | MagicNumber | '13.01' is a magic number. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 118 | |
| coding | MagicNumber | '0.69' is a magic number. | 118 | |
| coding | MagicNumber | '0.95' is a magic number. | 118 | |
| coding | MagicNumber | '0.56' is a magic number. | 118 | |
| coding | MagicNumber | '1.03' is a magic number. | 118 | |
| coding | MagicNumber | '0.53' is a magic number. | 118 | |
| coding | MagicNumber | '1.07' is a magic number. | 118 | |
| coding | MagicNumber | '5.20' is a magic number. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 119 | |
| coding | MagicNumber | '0.10' is a magic number. | 119 | |
| coding | MagicNumber | '0.14' is a magic number. | 119 | |
| coding | MagicNumber | '0.14' is a magic number. | 119 | |
| coding | MagicNumber | '0.30' is a magic number. | 119 | |
| coding | MagicNumber | '0.20' is a magic number. | 119 | |
| coding | MagicNumber | '0.37' is a magic number. | 119 | |
| coding | MagicNumber | '21.39' is a magic number. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 120 | |
| coding | MagicNumber | '0.28' is a magic number. | 120 | |
| coding | MagicNumber | '0.33' is a magic number. | 120 | |
| coding | MagicNumber | '0.36' is a magic number. | 120 | |
| coding | MagicNumber | '0.72' is a magic number. | 120 | |
| coding | MagicNumber | '0.35' is a magic number. | 120 | |
| coding | MagicNumber | '0.77' is a magic number. | 120 | |
| coding | MagicNumber | '9.32' is a magic number. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 121 | |
| coding | MagicNumber | '0.65' is a magic number. | 121 | |
| coding | MagicNumber | '0.94' is a magic number. | 121 | |
| coding | MagicNumber | '0.52' is a magic number. | 121 | |
| coding | MagicNumber | '1.12' is a magic number. | 121 | |
| coding | MagicNumber | '0.48' is a magic number. | 121 | |
| coding | MagicNumber | '1.04' is a magic number. | 121 | |
| coding | MagicNumber | '5.36' is a magic number. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 122 | |
| coding | MagicNumber | '0.37' is a magic number. | 122 | |
| coding | MagicNumber | '0.56' is a magic number. | 122 | |
| coding | MagicNumber | '0.37' is a magic number. | 122 | |
| coding | MagicNumber | '0.54' is a magic number. | 122 | |
| coding | MagicNumber | '0.44' is a magic number. | 122 | |
| coding | MagicNumber | '0.94' is a magic number. | 122 | |
| coding | MagicNumber | '7.92' is a magic number. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 123 | |
| coding | MagicNumber | '0.44' is a magic number. | 123 | |
| coding | MagicNumber | '0.60' is a magic number. | 123 | |
| coding | MagicNumber | '0.33' is a magic number. | 123 | |
| coding | MagicNumber | '0.49' is a magic number. | 123 | |
| coding | MagicNumber | '0.44' is a magic number. | 123 | |
| coding | MagicNumber | '0.71' is a magic number. | 123 | |
| coding | MagicNumber | '8.23' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 124 | |
| coding | MagicNumber | '0.27' is a magic number. | 124 | |
| coding | MagicNumber | '0.38' is a magic number. | 124 | |
| coding | MagicNumber | '0.60' is a magic number. | 124 | |
| coding | MagicNumber | '0.99' is a magic number. | 124 | |
| coding | MagicNumber | '0.38' is a magic number. | 124 | |
| coding | MagicNumber | '0.49' is a magic number. | 124 | |
| coding | MagicNumber | '8.40' is a magic number. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 125 | |
| coding | MagicNumber | '0.33' is a magic number. | 125 | |
| coding | MagicNumber | '0.50' is a magic number. | 125 | |
| coding | MagicNumber | '1.10' is a magic number. | 125 | |
| coding | MagicNumber | '1.15' is a magic number. | 125 | |
| coding | MagicNumber | '0.27' is a magic number. | 125 | |
| coding | MagicNumber | '0.71' is a magic number. | 125 | |
| coding | MagicNumber | '6.88' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 126 | |
| coding | MagicNumber | '0.55' is a magic number. | 126 | |
| coding | MagicNumber | '0.22' is a magic number. | 126 | |
| coding | MagicNumber | '0.55' is a magic number. | 126 | |
| coding | MagicNumber | '0.66' is a magic number. | 126 | |
| coding | MagicNumber | '0.22' is a magic number. | 126 | |
| coding | MagicNumber | '0.61' is a magic number. | 126 | |
| coding | MagicNumber | '9.46' is a magic number. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 127 | |
| coding | MagicNumber | '0.39' is a magic number. | 127 | |
| coding | MagicNumber | '0.78' is a magic number. | 127 | |
| coding | MagicNumber | '0.45' is a magic number. | 127 | |
| coding | MagicNumber | '0.94' is a magic number. | 127 | |
| coding | MagicNumber | '0.38' is a magic number. | 127 | |
| coding | MagicNumber | '0.76' is a magic number. | 127 | |
| coding | MagicNumber | '6.96' is a magic number. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 128 | |
| coding | MagicNumber | '0.93' is a magic number. | 128 | |
| coding | MagicNumber | '0.60' is a magic number. | 128 | |
| coding | MagicNumber | '0.88' is a magic number. | 128 | |
| coding | MagicNumber | '1.21' is a magic number. | 128 | |
| coding | MagicNumber | '0.33' is a magic number. | 128 | |
| coding | MagicNumber | '0.88' is a magic number. | 128 | |
| coding | MagicNumber | '5.39' is a magic number. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 129 | |
| coding | MagicNumber | '0.09' is a magic number. | 129 | |
| coding | MagicNumber | '0.14' is a magic number. | 129 | |
| coding | MagicNumber | '0.12' is a magic number. | 129 | |
| coding | MagicNumber | '0.26' is a magic number. | 129 | |
| coding | MagicNumber | '0.15' is a magic number. | 129 | |
| coding | MagicNumber | '0.33' is a magic number. | 129 | |
| coding | MagicNumber | '24.47' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 130 | |
| coding | MagicNumber | '0.28' is a magic number. | 130 | |
| coding | MagicNumber | '0.33' is a magic number. | 130 | |
| coding | MagicNumber | '0.93' is a magic number. | 130 | |
| coding | MagicNumber | '0.82' is a magic number. | 130 | |
| coding | MagicNumber | '0.33' is a magic number. | 130 | |
| coding | MagicNumber | '0.94' is a magic number. | 130 | |
| coding | MagicNumber | '7.60' is a magic number. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 131 | |
| coding | MagicNumber | '0.44' is a magic number. | 131 | |
| coding | MagicNumber | '0.49' is a magic number. | 131 | |
| coding | MagicNumber | '0.27' is a magic number. | 131 | |
| coding | MagicNumber | '1.04' is a magic number. | 131 | |
| coding | MagicNumber | '0.38' is a magic number. | 131 | |
| coding | MagicNumber | '0.66' is a magic number. | 131 | |
| coding | MagicNumber | '8.03' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 132 | |
| coding | MagicNumber | '0.51' is a magic number. | 132 | |
| coding | MagicNumber | '0.58' is a magic number. | 132 | |
| coding | MagicNumber | '0.35' is a magic number. | 132 | |
| coding | MagicNumber | '0.73' is a magic number. | 132 | |
| coding | MagicNumber | '0.32' is a magic number. | 132 | |
| coding | MagicNumber | '0.67' is a magic number. | 132 | |
| coding | MagicNumber | '7.99' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 133 | |
| coding | MagicNumber | '0.28' is a magic number. | 133 | |
| coding | MagicNumber | '0.33' is a magic number. | 133 | |
| coding | MagicNumber | '0.93' is a magic number. | 133 | |
| coding | MagicNumber | '0.82' is a magic number. | 133 | |
| coding | MagicNumber | '0.33' is a magic number. | 133 | |
| coding | MagicNumber | '0.94' is a magic number. | 133 | |
| coding | MagicNumber | '7.60' is a magic number. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 134 | |
| coding | MagicNumber | '0.28' is a magic number. | 134 | |
| coding | MagicNumber | '0.39' is a magic number. | 134 | |
| coding | MagicNumber | '0.45' is a magic number. | 134 | |
| coding | MagicNumber | '0.61' is a magic number. | 134 | |
| coding | MagicNumber | '0.37' is a magic number. | 134 | |
| coding | MagicNumber | '0.76' is a magic number. | 134 | |
| coding | MagicNumber | '8.91' is a magic number. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 135 | |
| coding | MagicNumber | '0.49' is a magic number. | 135 | |
| coding | MagicNumber | '0.66' is a magic number. | 135 | |
| coding | MagicNumber | '0.44' is a magic number. | 135 | |
| coding | MagicNumber | '0.71' is a magic number. | 135 | |
| coding | MagicNumber | '0.49' is a magic number. | 135 | |
| coding | MagicNumber | '0.93' is a magic number. | 135 | |
| coding | MagicNumber | '6.69' is a magic number. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 136 | |
| coding | MagicNumber | '0.58' is a magic number. | 136 | |
| coding | MagicNumber | '0.75' is a magic number. | 136 | |
| coding | MagicNumber | '0.83' is a magic number. | 136 | |
| coding | MagicNumber | '1.36' is a magic number. | 136 | |
| coding | MagicNumber | '0.67' is a magic number. | 136 | |
| coding | MagicNumber | '1.42' is a magic number. | 136 | |
| coding | MagicNumber | '4.56' is a magic number. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 137 | |
| coding | MagicNumber | '0.31' is a magic number. | 137 | |
| coding | MagicNumber | '0.42' is a magic number. | 137 | |
| coding | MagicNumber | '0.22' is a magic number. | 137 | |
| coding | MagicNumber | '0.52' is a magic number. | 137 | |
| coding | MagicNumber | '0.22' is a magic number. | 137 | |
| coding | MagicNumber | '0.41' is a magic number. | 137 | |
| coding | MagicNumber | '12.10' is a magic number. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 138 | |
| coding | MagicNumber | '0.22' is a magic number. | 138 | |
| coding | MagicNumber | '0.27' is a magic number. | 138 | |
| coding | MagicNumber | '0.99' is a magic number. | 138 | |
| coding | MagicNumber | '0.82' is a magic number. | 138 | |
| coding | MagicNumber | '0.27' is a magic number. | 138 | |
| coding | MagicNumber | '0.88' is a magic number. | 138 | |
| coding | MagicNumber | '8.47' is a magic number. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 139 | |
| coding | MagicNumber | '1.10' is a magic number. | 139 | |
| coding | MagicNumber | '1.21' is a magic number. | 139 | |
| coding | MagicNumber | '1.81' is a magic number. | 139 | |
| coding | MagicNumber | '1.27' is a magic number. | 139 | |
| coding | MagicNumber | '0.44' is a magic number. | 139 | |
| coding | MagicNumber | '1.21' is a magic number. | 139 | |
| coding | MagicNumber | '3.71' is a magic number. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 140 | |
| coding | MagicNumber | '1.21' is a magic number. | 140 | |
| coding | MagicNumber | '1.60' is a magic number. | 140 | |
| coding | MagicNumber | '4.55' is a magic number. | 140 | |
| coding | MagicNumber | '2.47' is a magic number. | 140 | |
| coding | MagicNumber | '0.72' is a magic number. | 140 | |
| coding | MagicNumber | '2.14' is a magic number. | 140 | |
| coding | MagicNumber | '2.24' is a magic number. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 141 | |
| coding | MagicNumber | '0.30' is a magic number. | 141 | |
| coding | MagicNumber | '0.26' is a magic number. | 141 | |
| coding | MagicNumber | '0.46' is a magic number. | 141 | |
| coding | MagicNumber | '0.37' is a magic number. | 141 | |
| coding | MagicNumber | '0.42' is a magic number. | 141 | |
| coding | MagicNumber | '0.98' is a magic number. | 141 | |
| coding | MagicNumber | '9.58' is a magic number. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 142 | |
| coding | MagicNumber | '0.72' is a magic number. | 142 | |
| coding | MagicNumber | '1.26' is a magic number. | 142 | |
| coding | MagicNumber | '2.91' is a magic number. | 142 | |
| coding | MagicNumber | '2.64' is a magic number. | 142 | |
| coding | MagicNumber | '0.66' is a magic number. | 142 | |
| coding | MagicNumber | '1.81' is a magic number. | 142 | |
| coding | MagicNumber | '2.82' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 143 | |
| coding | MagicNumber | '0.25' is a magic number. | 143 | |
| coding | MagicNumber | '0.28' is a magic number. | 143 | |
| coding | MagicNumber | '0.46' is a magic number. | 143 | |
| coding | MagicNumber | '0.51' is a magic number. | 143 | |
| coding | MagicNumber | '0.38' is a magic number. | 143 | |
| coding | MagicNumber | '0.91' is a magic number. | 143 | |
| coding | MagicNumber | '9.55' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 144 | |
| coding | MagicNumber | '0.66' is a magic number. | 144 | |
| coding | MagicNumber | '0.55' is a magic number. | 144 | |
| coding | MagicNumber | '1.53' is a magic number. | 144 | |
| coding | MagicNumber | '1.32' is a magic number. | 144 | |
| coding | MagicNumber | '0.55' is a magic number. | 144 | |
| coding | MagicNumber | '1.54' is a magic number. | 144 | |
| coding | MagicNumber | '4.35' is a magic number. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 145 | |
| coding | MagicNumber | '0.19' is a magic number. | 145 | |
| coding | MagicNumber | '0.24' is a magic number. | 145 | |
| coding | MagicNumber | '0.35' is a magic number. | 145 | |
| coding | MagicNumber | '0.71' is a magic number. | 145 | |
| coding | MagicNumber | '0.28' is a magic number. | 145 | |
| coding | MagicNumber | '0.61' is a magic number. | 145 | |
| coding | MagicNumber | '11.78' is a magic number. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 146 | |
| coding | MagicNumber | '0.11' is a magic number. | 146 | |
| coding | MagicNumber | '0.16' is a magic number. | 146 | |
| coding | MagicNumber | '0.27' is a magic number. | 146 | |
| coding | MagicNumber | '0.60' is a magic number. | 146 | |
| coding | MagicNumber | '0.33' is a magic number. | 146 | |
| coding | MagicNumber | '0.71' is a magic number. | 146 | |
| coding | MagicNumber | '13.47' is a magic number. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 147 | |
| coding | MagicNumber | '0.60' is a magic number. | 147 | |
| coding | MagicNumber | '0.93' is a magic number. | 147 | |
| coding | MagicNumber | '0.49' is a magic number. | 147 | |
| coding | MagicNumber | '0.93' is a magic number. | 147 | |
| coding | MagicNumber | '0.60' is a magic number. | 147 | |
| coding | MagicNumber | '1.04' is a magic number. | 147 | |
| coding | MagicNumber | '5.43' is a magic number. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 148 | |
| coding | MagicNumber | '0.20' is a magic number. | 148 | |
| coding | MagicNumber | '0.28' is a magic number. | 148 | |
| coding | MagicNumber | '0.38' is a magic number. | 148 | |
| coding | MagicNumber | '0.59' is a magic number. | 148 | |
| coding | MagicNumber | '0.29' is a magic number. | 148 | |
| coding | MagicNumber | '0.71' is a magic number. | 148 | |
| coding | MagicNumber | '10.85' is a magic number. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 149 | |
| coding | MagicNumber | '1.49' is a magic number. | 149 | |
| coding | MagicNumber | '1.58' is a magic number. | 149 | |
| coding | MagicNumber | '2.25' is a magic number. | 149 | |
| coding | MagicNumber | '2.42' is a magic number. | 149 | |
| coding | MagicNumber | '1.98' is a magic number. | 149 | |
| coding | MagicNumber | '6.39' is a magic number. | 149 | |
| coding | MagicNumber | '1.72' is a magic number. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 150 | |
| coding | MagicNumber | '1.60' is a magic number. | 150 | |
| coding | MagicNumber | '2.62' is a magic number. | 150 | |
| coding | MagicNumber | '2.85' is a magic number. | 150 | |
| coding | MagicNumber | '3.66' is a magic number. | 150 | |
| coding | MagicNumber | '1.84' is a magic number. | 150 | |
| coding | MagicNumber | '4.57' is a magic number. | 150 | |
| coding | MagicNumber | '1.50' is a magic number. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 151 | |
| coding | MagicNumber | '1.54' is a magic number. | 151 | |
| coding | MagicNumber | '2.03' is a magic number. | 151 | |
| coding | MagicNumber | '2.45' is a magic number. | 151 | |
| coding | MagicNumber | '2.33' is a magic number. | 151 | |
| coding | MagicNumber | '1.62' is a magic number. | 151 | |
| coding | MagicNumber | '4.18' is a magic number. | 151 | |
| coding | MagicNumber | '1.81' is a magic number. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 152 | |
| coding | MagicNumber | '0.38' is a magic number. | 152 | |
| coding | MagicNumber | '0.40' is a magic number. | 152 | |
| coding | MagicNumber | '0.20' is a magic number. | 152 | |
| coding | MagicNumber | '1.01' is a magic number. | 152 | |
| coding | MagicNumber | '0.17' is a magic number. | 152 | |
| coding | MagicNumber | '0.35' is a magic number. | 152 | |
| coding | MagicNumber | '11.50' is a magic number. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 153 | |
| coding | MagicNumber | '0.82' is a magic number. | 153 | |
| coding | MagicNumber | '0.66' is a magic number. | 153 | |
| coding | MagicNumber | '0.38' is a magic number. | 153 | |
| coding | MagicNumber | '1.10' is a magic number. | 153 | |
| coding | MagicNumber | '0.17' is a magic number. | 153 | |
| coding | MagicNumber | '0.38' is a magic number. | 153 | |
| coding | MagicNumber | '8.13' is a magic number. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 154 | |
| coding | MagicNumber | '0.16' is a magic number. | 154 | |
| coding | MagicNumber | '0.11' is a magic number. | 154 | |
| coding | MagicNumber | '0.22' is a magic number. | 154 | |
| coding | MagicNumber | '0.82' is a magic number. | 154 | |
| coding | MagicNumber | '0.16' is a magic number. | 154 | |
| coding | MagicNumber | '0.33' is a magic number. | 154 | |
| coding | MagicNumber | '16.95' is a magic number. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 155 | |
| coding | MagicNumber | '0.11' is a magic number. | 155 | |
| coding | MagicNumber | '0.11' is a magic number. | 155 | |
| coding | MagicNumber | '0.16' is a magic number. | 155 | |
| coding | MagicNumber | '0.71' is a magic number. | 155 | |
| coding | MagicNumber | '0.16' is a magic number. | 155 | |
| coding | MagicNumber | '0.27' is a magic number. | 155 | |
| coding | MagicNumber | '20.08' is a magic number. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 156 | |
| coding | MagicNumber | '0.72' is a magic number. | 156 | |
| coding | MagicNumber | '0.16' is a magic number. | 156 | |
| coding | MagicNumber | '0.50' is a magic number. | 156 | |
| coding | MagicNumber | '0.77' is a magic number. | 156 | |
| coding | MagicNumber | '0.11' is a magic number. | 156 | |
| coding | MagicNumber | '0.39' is a magic number. | 156 | |
| coding | MagicNumber | '11.42' is a magic number. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 157 | |
| coding | MagicNumber | '1.15' is a magic number. | 157 | |
| coding | MagicNumber | '1.59' is a magic number. | 157 | |
| coding | MagicNumber | '2.09' is a magic number. | 157 | |
| coding | MagicNumber | '1.76' is a magic number. | 157 | |
| coding | MagicNumber | '1.48' is a magic number. | 157 | |
| coding | MagicNumber | '5.99' is a magic number. | 157 | |
| coding | MagicNumber | '2.03' is a magic number. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 158 | |
| coding | MagicNumber | '0.33' is a magic number. | 158 | |
| coding | MagicNumber | '0.38' is a magic number. | 158 | |
| coding | MagicNumber | '0.49' is a magic number. | 158 | |
| coding | MagicNumber | '0.99' is a magic number. | 158 | |
| coding | MagicNumber | '0.55' is a magic number. | 158 | |
| coding | MagicNumber | '1.37' is a magic number. | 158 | |
| coding | MagicNumber | '6.70' is a magic number. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 159 | |
| coding | MagicNumber | '0.18' is a magic number. | 159 | |
| coding | MagicNumber | '0.12' is a magic number. | 159 | |
| coding | MagicNumber | '0.51' is a magic number. | 159 | |
| coding | MagicNumber | '0.83' is a magic number. | 159 | |
| coding | MagicNumber | '0.15' is a magic number. | 159 | |
| coding | MagicNumber | '0.43' is a magic number. | 159 | |
| coding | MagicNumber | '13.87' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 161 | |
| coding | MagicNumber | '0.44' is a magic number. | 161 | |
| coding | MagicNumber | '0.49' is a magic number. | 161 | |
| coding | MagicNumber | '0.22' is a magic number. | 161 | |
| coding | MagicNumber | '0.77' is a magic number. | 161 | |
| coding | MagicNumber | '0.27' is a magic number. | 161 | |
| coding | MagicNumber | '0.55' is a magic number. | 161 | |
| coding | MagicNumber | '9.56' is a magic number. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 162 | |
| coding | MagicNumber | '0.17' is a magic number. | 162 | |
| coding | MagicNumber | '0.22' is a magic number. | 162 | |
| coding | MagicNumber | '0.32' is a magic number. | 162 | |
| coding | MagicNumber | '0.53' is a magic number. | 162 | |
| coding | MagicNumber | '0.27' is a magic number. | 162 | |
| coding | MagicNumber | '0.53' is a magic number. | 162 | |
| coding | MagicNumber | '12.92' is a magic number. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 163 | |
| coding | MagicNumber | '0.76' is a magic number. | 163 | |
| coding | MagicNumber | '1.05' is a magic number. | 163 | |
| coding | MagicNumber | '1.48' is a magic number. | 163 | |
| coding | MagicNumber | '1.21' is a magic number. | 163 | |
| coding | MagicNumber | '0.83' is a magic number. | 163 | |
| coding | MagicNumber | '2.13' is a magic number. | 163 | |
| coding | MagicNumber | '3.45' is a magic number. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 164 | |
| coding | MagicNumber | '0.43' is a magic number. | 164 | |
| coding | MagicNumber | '0.60' is a magic number. | 164 | |
| coding | MagicNumber | '0.73' is a magic number. | 164 | |
| coding | MagicNumber | '1.27' is a magic number. | 164 | |
| coding | MagicNumber | '0.59' is a magic number. | 164 | |
| coding | MagicNumber | '1.38' is a magic number. | 164 | |
| coding | MagicNumber | '5.28' is a magic number. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 165 | |
| coding | MagicNumber | '0.71' is a magic number. | 165 | |
| coding | MagicNumber | '1.54' is a magic number. | 165 | |
| coding | MagicNumber | '1.54' is a magic number. | 165 | |
| coding | MagicNumber | '3.08' is a magic number. | 165 | |
| coding | MagicNumber | '0.77' is a magic number. | 165 | |
| coding | MagicNumber | '2.25' is a magic number. | 165 | |
| coding | MagicNumber | '2.79' is a magic number. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 166 | |
| coding | MagicNumber | '0.44' is a magic number. | 166 | |
| coding | MagicNumber | '0.44' is a magic number. | 166 | |
| coding | MagicNumber | '0.94' is a magic number. | 166 | |
| coding | MagicNumber | '0.72' is a magic number. | 166 | |
| coding | MagicNumber | '0.27' is a magic number. | 166 | |
| coding | MagicNumber | '0.66' is a magic number. | 166 | |
| coding | MagicNumber | '7.52' is a magic number. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 167 | |
| coding | MagicNumber | '0.99' is a magic number. | 167 | |
| coding | MagicNumber | '0.39' is a magic number. | 167 | |
| coding | MagicNumber | '0.88' is a magic number. | 167 | |
| coding | MagicNumber | '0.66' is a magic number. | 167 | |
| coding | MagicNumber | '0.33' is a magic number. | 167 | |
| coding | MagicNumber | '0.77' is a magic number. | 167 | |
| coding | MagicNumber | '6.48' is a magic number. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 168 | |
| coding | MagicNumber | '0.43' is a magic number. | 168 | |
| coding | MagicNumber | '0.40' is a magic number. | 168 | |
| coding | MagicNumber | '0.62' is a magic number. | 168 | |
| coding | MagicNumber | '0.60' is a magic number. | 168 | |
| coding | MagicNumber | '0.53' is a magic number. | 168 | |
| coding | MagicNumber | '1.34' is a magic number. | 168 | |
| coding | MagicNumber | '6.73' is a magic number. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 169 | |
| coding | MagicNumber | '0.69' is a magic number. | 169 | |
| coding | MagicNumber | '0.61' is a magic number. | 169 | |
| coding | MagicNumber | '1.08' is a magic number. | 169 | |
| coding | MagicNumber | '0.95' is a magic number. | 169 | |
| coding | MagicNumber | '2.45' is a magic number. | 169 | |
| coding | MagicNumber | '3.98' is a magic number. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 170 | |
| coding | MagicNumber | '1.42' is a magic number. | 170 | |
| coding | MagicNumber | '1.73' is a magic number. | 170 | |
| coding | MagicNumber | '2.75' is a magic number. | 170 | |
| coding | MagicNumber | '3.32' is a magic number. | 170 | |
| coding | MagicNumber | '2.15' is a magic number. | 170 | |
| coding | MagicNumber | '7.53' is a magic number. | 170 | |
| coding | MagicNumber | '1.51' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 171 | |
| coding | MagicNumber | '0.31' is a magic number. | 171 | |
| coding | MagicNumber | '0.33' is a magic number. | 171 | |
| coding | MagicNumber | '0.44' is a magic number. | 171 | |
| coding | MagicNumber | '0.44' is a magic number. | 171 | |
| coding | MagicNumber | '0.17' is a magic number. | 171 | |
| coding | MagicNumber | '0.42' is a magic number. | 171 | |
| coding | MagicNumber | '11.99' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 172 | |
| coding | MagicNumber | '0.27' is a magic number. | 172 | |
| coding | MagicNumber | '0.50' is a magic number. | 172 | |
| coding | MagicNumber | '0.23' is a magic number. | 172 | |
| coding | MagicNumber | '0.58' is a magic number. | 172 | |
| coding | MagicNumber | '0.22' is a magic number. | 172 | |
| coding | MagicNumber | '0.47' is a magic number. | 172 | |
| coding | MagicNumber | '11.46' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 173 | |
| coding | MagicNumber | '0.33' is a magic number. | 173 | |
| coding | MagicNumber | '0.55' is a magic number. | 173 | |
| coding | MagicNumber | '0.33' is a magic number. | 173 | |
| coding | MagicNumber | '0.55' is a magic number. | 173 | |
| coding | MagicNumber | '0.38' is a magic number. | 173 | |
| coding | MagicNumber | '0.71' is a magic number. | 173 | |
| coding | MagicNumber | '8.81' is a magic number. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 174 | |
| coding | MagicNumber | '0.88' is a magic number. | 174 | |
| coding | MagicNumber | '1.07' is a magic number. | 174 | |
| coding | MagicNumber | '0.81' is a magic number. | 174 | |
| coding | MagicNumber | '1.49' is a magic number. | 174 | |
| coding | MagicNumber | '0.52' is a magic number. | 174 | |
| coding | MagicNumber | '1.21' is a magic number. | 174 | |
| coding | MagicNumber | '4.26' is a magic number. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 175 | |
| coding | MagicNumber | '0.11' is a magic number. | 175 | |
| coding | MagicNumber | '0.11' is a magic number. | 175 | |
| coding | MagicNumber | '0.11' is a magic number. | 175 | |
| coding | MagicNumber | '0.77' is a magic number. | 175 | |
| coding | MagicNumber | '0.16' is a magic number. | 175 | |
| coding | MagicNumber | '0.27' is a magic number. | 175 | |
| coding | MagicNumber | '22.71' is a magic number. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 176 | |
| coding | MagicNumber | '0.11' is a magic number. | 176 | |
| coding | MagicNumber | '0.11' is a magic number. | 176 | |
| coding | MagicNumber | '0.11' is a magic number. | 176 | |
| coding | MagicNumber | '0.55' is a magic number. | 176 | |
| coding | MagicNumber | '0.11' is a magic number. | 176 | |
| coding | MagicNumber | '0.27' is a magic number. | 176 | |
| coding | MagicNumber | '24.02' is a magic number. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 177 | |
| coding | MagicNumber | '0.27' is a magic number. | 177 | |
| coding | MagicNumber | '0.38' is a magic number. | 177 | |
| coding | MagicNumber | '0.55' is a magic number. | 177 | |
| coding | MagicNumber | '1.70' is a magic number. | 177 | |
| coding | MagicNumber | '0.27' is a magic number. | 177 | |
| coding | MagicNumber | '0.49' is a magic number. | 177 | |
| coding | MagicNumber | '8.25' is a magic number. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 178 | |
| coding | MagicNumber | '0.77' is a magic number. | 178 | |
| coding | MagicNumber | '0.99' is a magic number. | 178 | |
| coding | MagicNumber | '1.32' is a magic number. | 178 | |
| coding | MagicNumber | '1.48' is a magic number. | 178 | |
| coding | MagicNumber | '0.77' is a magic number. | 178 | |
| coding | MagicNumber | '1.48' is a magic number. | 178 | |
| coding | MagicNumber | '3.68' is a magic number. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 179 | |
| coding | MagicNumber | '0.33' is a magic number. | 179 | |
| coding | MagicNumber | '0.43' is a magic number. | 179 | |
| coding | MagicNumber | '0.17' is a magic number. | 179 | |
| coding | MagicNumber | '0.54' is a magic number. | 179 | |
| coding | MagicNumber | '0.20' is a magic number. | 179 | |
| coding | MagicNumber | '0.51' is a magic number. | 179 | |
| coding | MagicNumber | '12.15' is a magic number. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 180 | |
| coding | MagicNumber | '0.39' is a magic number. | 180 | |
| coding | MagicNumber | '0.50' is a magic number. | 180 | |
| coding | MagicNumber | '0.58' is a magic number. | 180 | |
| coding | MagicNumber | '0.66' is a magic number. | 180 | |
| coding | MagicNumber | '0.20' is a magic number. | 180 | |
| coding | MagicNumber | '0.58' is a magic number. | 180 | |
| coding | MagicNumber | '8.86' is a magic number. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 181 | |
| coding | MagicNumber | '0.25' is a magic number. | 181 | |
| coding | MagicNumber | '0.43' is a magic number. | 181 | |
| coding | MagicNumber | '0.58' is a magic number. | 181 | |
| coding | MagicNumber | '0.45' is a magic number. | 181 | |
| coding | MagicNumber | '0.15' is a magic number. | 181 | |
| coding | MagicNumber | '0.74' is a magic number. | 181 | |
| coding | MagicNumber | '10.50' is a magic number. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 182 | |
| coding | MagicNumber | '0.23' is a magic number. | 182 | |
| coding | MagicNumber | '0.28' is a magic number. | 182 | |
| coding | MagicNumber | '0.36' is a magic number. | 182 | |
| coding | MagicNumber | '0.34' is a magic number. | 182 | |
| coding | MagicNumber | '0.13' is a magic number. | 182 | |
| coding | MagicNumber | '0.39' is a magic number. | 182 | |
| coding | MagicNumber | '14.84' is a magic number. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 183 | |
| coding | MagicNumber | '0.66' is a magic number. | 183 | |
| coding | MagicNumber | '1.32' is a magic number. | 183 | |
| coding | MagicNumber | '0.38' is a magic number. | 183 | |
| coding | MagicNumber | '1.81' is a magic number. | 183 | |
| coding | MagicNumber | '0.33' is a magic number. | 183 | |
| coding | MagicNumber | '0.71' is a magic number. | 183 | |
| coding | MagicNumber | '5.56' is a magic number. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 184 | |
| coding | MagicNumber | '1.08' is a magic number. | 184 | |
| coding | MagicNumber | '1.85' is a magic number. | 184 | |
| coding | MagicNumber | '0.51' is a magic number. | 184 | |
| coding | MagicNumber | '2.78' is a magic number. | 184 | |
| coding | MagicNumber | '0.29' is a magic number. | 184 | |
| coding | MagicNumber | '0.62' is a magic number. | 184 | |
| coding | MagicNumber | '4.49' is a magic number. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 185 | |
| coding | MagicNumber | '0.16' is a magic number. | 185 | |
| coding | MagicNumber | '0.27' is a magic number. | 185 | |
| coding | MagicNumber | '0.33' is a magic number. | 185 | |
| coding | MagicNumber | '0.77' is a magic number. | 185 | |
| coding | MagicNumber | '0.33' is a magic number. | 185 | |
| coding | MagicNumber | '0.71' is a magic number. | 185 | |
| coding | MagicNumber | '10.77' is a magic number. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 186 | |
| coding | MagicNumber | '0.23' is a magic number. | 186 | |
| coding | MagicNumber | '0.28' is a magic number. | 186 | |
| coding | MagicNumber | '0.19' is a magic number. | 186 | |
| coding | MagicNumber | '0.58' is a magic number. | 186 | |
| coding | MagicNumber | '0.14' is a magic number. | 186 | |
| coding | MagicNumber | '0.30' is a magic number. | 186 | |
| coding | MagicNumber | '15.56' is a magic number. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 187 | |
| coding | MagicNumber | '0.24' is a magic number. | 187 | |
| coding | MagicNumber | '0.26' is a magic number. | 187 | |
| coding | MagicNumber | '0.13' is a magic number. | 187 | |
| coding | MagicNumber | '0.32' is a magic number. | 187 | |
| coding | MagicNumber | '0.13' is a magic number. | 187 | |
| coding | MagicNumber | '0.31' is a magic number. | 187 | |
| coding | MagicNumber | '18.52' is a magic number. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 188 | |
| coding | MagicNumber | '0.61' is a magic number. | 188 | |
| coding | MagicNumber | '0.55' is a magic number. | 188 | |
| coding | MagicNumber | '0.41' is a magic number. | 188 | |
| coding | MagicNumber | '0.91' is a magic number. | 188 | |
| coding | MagicNumber | '0.42' is a magic number. | 188 | |
| coding | MagicNumber | '0.95' is a magic number. | 188 | |
| coding | MagicNumber | '6.63' is a magic number. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 189 | |
| coding | MagicNumber | '0.07' is a magic number. | 189 | |
| coding | MagicNumber | '0.13' is a magic number. | 189 | |
| coding | MagicNumber | '0.13' is a magic number. | 189 | |
| coding | MagicNumber | '0.30' is a magic number. | 189 | |
| coding | MagicNumber | '0.21' is a magic number. | 189 | |
| coding | MagicNumber | '0.54' is a magic number. | 189 | |
| coding | MagicNumber | '21.63' is a magic number. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 190 | |
| coding | MagicNumber | '0.43' is a magic number. | 190 | |
| coding | MagicNumber | '0.55' is a magic number. | 190 | |
| coding | MagicNumber | '0.25' is a magic number. | 190 | |
| coding | MagicNumber | '0.63' is a magic number. | 190 | |
| coding | MagicNumber | '0.20' is a magic number. | 190 | |
| coding | MagicNumber | '0.46' is a magic number. | 190 | |
| coding | MagicNumber | '10.36' is a magic number. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 191 | |
| coding | MagicNumber | '0.30' is a magic number. | 191 | |
| coding | MagicNumber | '0.30' is a magic number. | 191 | |
| coding | MagicNumber | '0.27' is a magic number. | 191 | |
| coding | MagicNumber | '0.86' is a magic number. | 191 | |
| coding | MagicNumber | '0.33' is a magic number. | 191 | |
| coding | MagicNumber | '0.92' is a magic number. | 191 | |
| coding | MagicNumber | '9.34' is a magic number. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 192 | |
| coding | MagicNumber | '0.16' is a magic number. | 192 | |
| coding | MagicNumber | '0.33' is a magic number. | 192 | |
| coding | MagicNumber | '0.11' is a magic number. | 192 | |
| coding | MagicNumber | '0.60' is a magic number. | 192 | |
| coding | MagicNumber | '0.16' is a magic number. | 192 | |
| coding | MagicNumber | '0.33' is a magic number. | 192 | |
| coding | MagicNumber | '16.68' is a magic number. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 193 | |
| coding | MagicNumber | '0.26' is a magic number. | 193 | |
| coding | MagicNumber | '0.39' is a magic number. | 193 | |
| coding | MagicNumber | '0.16' is a magic number. | 193 | |
| coding | MagicNumber | '0.58' is a magic number. | 193 | |
| coding | MagicNumber | '0.16' is a magic number. | 193 | |
| coding | MagicNumber | '0.36' is a magic number. | 193 | |
| coding | MagicNumber | '14.08' is a magic number. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 194 | |
| coding | MagicNumber | '1.43' is a magic number. | 194 | |
| coding | MagicNumber | '2.20' is a magic number. | 194 | |
| coding | MagicNumber | '3.35' is a magic number. | 194 | |
| coding | MagicNumber | '2.31' is a magic number. | 194 | |
| coding | MagicNumber | '1.59' is a magic number. | 194 | |
| coding | MagicNumber | '5.16' is a magic number. | 194 | |
| coding | MagicNumber | '1.66' is a magic number. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 195 | |
| coding | MagicNumber | '3.68' is a magic number. | 195 | |
| coding | MagicNumber | '5.88' is a magic number. | 195 | |
| coding | MagicNumber | '8.30' is a magic number. | 195 | |
| coding | MagicNumber | '4.01' is a magic number. | 195 | |
| coding | MagicNumber | '3.63' is a magic number. | 195 | |
| coding | MagicNumber | '13.13' is a magic number. | 195 | |
| coding | MagicNumber | '0.71' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 196 | |
| coding | MagicNumber | '0.27' is a magic number. | 196 | |
| coding | MagicNumber | '0.44' is a magic number. | 196 | |
| coding | MagicNumber | '0.16' is a magic number. | 196 | |
| coding | MagicNumber | '0.66' is a magic number. | 196 | |
| coding | MagicNumber | '0.16' is a magic number. | 196 | |
| coding | MagicNumber | '0.38' is a magic number. | 196 | |
| coding | MagicNumber | '13.11' is a magic number. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 198 | |
| coding | MagicNumber | '0.55' is a magic number. | 198 | |
| coding | MagicNumber | '0.82' is a magic number. | 198 | |
| coding | MagicNumber | '1.10' is a magic number. | 198 | |
| coding | MagicNumber | '1.32' is a magic number. | 198 | |
| coding | MagicNumber | '0.82' is a magic number. | 198 | |
| coding | MagicNumber | '1.43' is a magic number. | 198 | |
| coding | MagicNumber | '4.20' is a magic number. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 200 | |
| coding | MagicNumber | '0.22' is a magic number. | 200 | |
| coding | MagicNumber | '0.38' is a magic number. | 200 | |
| coding | MagicNumber | '0.38' is a magic number. | 200 | |
| coding | MagicNumber | '1.26' is a magic number. | 200 | |
| coding | MagicNumber | '0.38' is a magic number. | 200 | |
| coding | MagicNumber | '0.71' is a magic number. | 200 | |
| coding | MagicNumber | '8.49' is a magic number. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 201 | |
| coding | MagicNumber | '0.43' is a magic number. | 201 | |
| coding | MagicNumber | '0.60' is a magic number. | 201 | |
| coding | MagicNumber | '0.44' is a magic number. | 201 | |
| coding | MagicNumber | '0.99' is a magic number. | 201 | |
| coding | MagicNumber | '0.60' is a magic number. | 201 | |
| coding | MagicNumber | '1.15' is a magic number. | 201 | |
| coding | MagicNumber | '6.12' is a magic number. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 203 | |
| coding | MagicNumber | '0.38' is a magic number. | 203 | |
| coding | MagicNumber | '0.38' is a magic number. | 203 | |
| coding | MagicNumber | '0.27' is a magic number. | 203 | |
| coding | MagicNumber | '0.66' is a magic number. | 203 | |
| coding | MagicNumber | '0.33' is a magic number. | 203 | |
| coding | MagicNumber | '0.71' is a magic number. | 203 | |
| coding | MagicNumber | '9.35' is a magic number. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 204 | |
| coding | MagicNumber | '0.83' is a magic number. | 204 | |
| coding | MagicNumber | '0.38' is a magic number. | 204 | |
| coding | MagicNumber | '0.49' is a magic number. | 204 | |
| coding | MagicNumber | '0.55' is a magic number. | 204 | |
| coding | MagicNumber | '0.16' is a magic number. | 204 | |
| coding | MagicNumber | '0.44' is a magic number. | 204 | |
| coding | MagicNumber | '9.44' is a magic number. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 205 | |
| coding | MagicNumber | '0.11' is a magic number. | 205 | |
| coding | MagicNumber | '0.05' is a magic number. | 205 | |
| coding | MagicNumber | '0.05' is a magic number. | 205 | |
| coding | MagicNumber | '0.44' is a magic number. | 205 | |
| coding | MagicNumber | '0.11' is a magic number. | 205 | |
| coding | MagicNumber | '0.16' is a magic number. | 205 | |
| coding | MagicNumber | '34.20' is a magic number. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 206 | |
| coding | MagicNumber | '0.60' is a magic number. | 206 | |
| coding | MagicNumber | '0.59' is a magic number. | 206 | |
| coding | MagicNumber | '0.84' is a magic number. | 206 | |
| coding | MagicNumber | '1.08' is a magic number. | 206 | |
| coding | MagicNumber | '0.55' is a magic number. | 206 | |
| coding | MagicNumber | '0.96' is a magic number. | 206 | |
| coding | MagicNumber | '5.40' is a magic number. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 207 | |
| coding | MagicNumber | '0.22' is a magic number. | 207 | |
| coding | MagicNumber | '0.21' is a magic number. | 207 | |
| coding | MagicNumber | '0.36' is a magic number. | 207 | |
| coding | MagicNumber | '0.65' is a magic number. | 207 | |
| coding | MagicNumber | '0.38' is a magic number. | 207 | |
| coding | MagicNumber | '0.51' is a magic number. | 207 | |
| coding | MagicNumber | '11.83' is a magic number. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 208 | |
| coding | MagicNumber | '0.38' is a magic number. | 208 | |
| coding | MagicNumber | '0.44' is a magic number. | 208 | |
| coding | MagicNumber | '0.22' is a magic number. | 208 | |
| coding | MagicNumber | '0.88' is a magic number. | 208 | |
| coding | MagicNumber | '0.22' is a magic number. | 208 | |
| coding | MagicNumber | '0.44' is a magic number. | 208 | |
| coding | MagicNumber | '10.50' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 209 | |
| coding | MagicNumber | '0.11' is a magic number. | 209 | |
| coding | MagicNumber | '0.11' is a magic number. | 209 | |
| coding | MagicNumber | '0.06' is a magic number. | 209 | |
| coding | MagicNumber | '0.44' is a magic number. | 209 | |
| coding | MagicNumber | '0.11' is a magic number. | 209 | |
| coding | MagicNumber | '0.22' is a magic number. | 209 | |
| coding | MagicNumber | '29.04' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 210 | |
| coding | MagicNumber | '0.05' is a magic number. | 210 | |
| coding | MagicNumber | '0.05' is a magic number. | 210 | |
| coding | MagicNumber | '0.05' is a magic number. | 210 | |
| coding | MagicNumber | '0.38' is a magic number. | 210 | |
| coding | MagicNumber | '0.05' is a magic number. | 210 | |
| coding | MagicNumber | '0.22' is a magic number. | 210 | |
| coding | MagicNumber | '42.00' is a magic number. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 211 | |
| coding | MagicNumber | '0.25' is a magic number. | 211 | |
| coding | MagicNumber | '0.35' is a magic number. | 211 | |
| coding | MagicNumber | '0.16' is a magic number. | 211 | |
| coding | MagicNumber | '0.53' is a magic number. | 211 | |
| coding | MagicNumber | '0.15' is a magic number. | 211 | |
| coding | MagicNumber | '0.34' is a magic number. | 211 | |
| coding | MagicNumber | '14.95' is a magic number. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 212 | |
| coding | MagicNumber | '0.14' is a magic number. | 212 | |
| coding | MagicNumber | '0.27' is a magic number. | 212 | |
| coding | MagicNumber | '0.69' is a magic number. | 212 | |
| coding | MagicNumber | '0.52' is a magic number. | 212 | |
| coding | MagicNumber | '0.26' is a magic number. | 212 | |
| coding | MagicNumber | '0.83' is a magic number. | 212 | |
| coding | MagicNumber | '10.62' is a magic number. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 213 | |
| coding | MagicNumber | '0.07' is a magic number. | 213 | |
| coding | MagicNumber | '0.11' is a magic number. | 213 | |
| coding | MagicNumber | '0.12' is a magic number. | 213 | |
| coding | MagicNumber | '0.49' is a magic number. | 213 | |
| coding | MagicNumber | '0.13' is a magic number. | 213 | |
| coding | MagicNumber | '0.28' is a magic number. | 213 | |
| coding | MagicNumber | '25.21' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 214 | |
| coding | MagicNumber | '0.40' is a magic number. | 214 | |
| coding | MagicNumber | '0.58' is a magic number. | 214 | |
| coding | MagicNumber | '0.22' is a magic number. | 214 | |
| coding | MagicNumber | '0.83' is a magic number. | 214 | |
| coding | MagicNumber | '0.16' is a magic number. | 214 | |
| coding | MagicNumber | '0.38' is a magic number. | 214 | |
| coding | MagicNumber | '10.86' is a magic number. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 215 | |
| coding | MagicNumber | '0.13' is a magic number. | 215 | |
| coding | MagicNumber | '0.09' is a magic number. | 215 | |
| coding | MagicNumber | '0.23' is a magic number. | 215 | |
| coding | MagicNumber | '0.28' is a magic number. | 215 | |
| coding | MagicNumber | '0.06' is a magic number. | 215 | |
| coding | MagicNumber | '0.23' is a magic number. | 215 | |
| coding | MagicNumber | '26.77' is a magic number. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 216 | |
| coding | MagicNumber | '0.55' is a magic number. | 216 | |
| coding | MagicNumber | '0.60' is a magic number. | 216 | |
| coding | MagicNumber | '0.99' is a magic number. | 216 | |
| coding | MagicNumber | '0.99' is a magic number. | 216 | |
| coding | MagicNumber | '0.28' is a magic number. | 216 | |
| coding | MagicNumber | '0.99' is a magic number. | 216 | |
| coding | MagicNumber | '6.01' is a magic number. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 217 | |
| coding | MagicNumber | '0.21' is a magic number. | 217 | |
| coding | MagicNumber | '0.13' is a magic number. | 217 | |
| coding | MagicNumber | '0.40' is a magic number. | 217 | |
| coding | MagicNumber | '0.33' is a magic number. | 217 | |
| coding | MagicNumber | '0.10' is a magic number. | 217 | |
| coding | MagicNumber | '0.28' is a magic number. | 217 | |
| coding | MagicNumber | '18.61' is a magic number. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 218 | |
| coding | MagicNumber | '0.23' is a magic number. | 218 | |
| coding | MagicNumber | '0.20' is a magic number. | 218 | |
| coding | MagicNumber | '0.20' is a magic number. | 218 | |
| coding | MagicNumber | '0.18' is a magic number. | 218 | |
| coding | MagicNumber | '0.24' is a magic number. | 218 | |
| coding | MagicNumber | '0.57' is a magic number. | 218 | |
| coding | MagicNumber | '16.29' is a magic number. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 219 | |
| coding | MagicNumber | '0.09' is a magic number. | 219 | |
| coding | MagicNumber | '0.09' is a magic number. | 219 | |
| coding | MagicNumber | '0.41' is a magic number. | 219 | |
| coding | MagicNumber | '0.39' is a magic number. | 219 | |
| coding | MagicNumber | '0.17' is a magic number. | 219 | |
| coding | MagicNumber | '0.48' is a magic number. | 219 | |
| coding | MagicNumber | '18.44' is a magic number. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 220 | |
| coding | MagicNumber | '1.53' is a magic number. | 220 | |
| coding | MagicNumber | '1.21' is a magic number. | 220 | |
| coding | MagicNumber | '3.79' is a magic number. | 220 | |
| coding | MagicNumber | '3.08' is a magic number. | 220 | |
| coding | MagicNumber | '0.83' is a magic number. | 220 | |
| coding | MagicNumber | '2.69' is a magic number. | 220 | |
| coding | MagicNumber | '2.11' is a magic number. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 221 | |
| coding | MagicNumber | '0.25' is a magic number. | 221 | |
| coding | MagicNumber | '0.32' is a magic number. | 221 | |
| coding | MagicNumber | '0.15' is a magic number. | 221 | |
| coding | MagicNumber | '0.40' is a magic number. | 221 | |
| coding | MagicNumber | '0.16' is a magic number. | 221 | |
| coding | MagicNumber | '0.45' is a magic number. | 221 | |
| coding | MagicNumber | '15.18' is a magic number. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 222 | |
| coding | MagicNumber | '0.16' is a magic number. | 222 | |
| coding | MagicNumber | '0.11' is a magic number. | 222 | |
| coding | MagicNumber | '0.11' is a magic number. | 222 | |
| coding | MagicNumber | '0.55' is a magic number. | 222 | |
| coding | MagicNumber | '0.05' is a magic number. | 222 | |
| coding | MagicNumber | '0.16' is a magic number. | 222 | |
| coding | MagicNumber | '27.44' is a magic number. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 224 | |
| coding | MagicNumber | '0.38' is a magic number. | 224 | |
| coding | MagicNumber | '0.27' is a magic number. | 224 | |
| coding | MagicNumber | '0.33' is a magic number. | 224 | |
| coding | MagicNumber | '0.27' is a magic number. | 224 | |
| coding | MagicNumber | '0.22' is a magic number. | 224 | |
| coding | MagicNumber | '0.44' is a magic number. | 224 | |
| coding | MagicNumber | '12.88' is a magic number. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 225 | |
| coding | MagicNumber | '0.16' is a magic number. | 225 | |
| coding | MagicNumber | '0.16' is a magic number. | 225 | |
| coding | MagicNumber | '0.27' is a magic number. | 225 | |
| coding | MagicNumber | '0.60' is a magic number. | 225 | |
| coding | MagicNumber | '0.11' is a magic number. | 225 | |
| coding | MagicNumber | '0.33' is a magic number. | 225 | |
| coding | MagicNumber | '17.20' is a magic number. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 226 | |
| coding | MagicNumber | '0.60' is a magic number. | 226 | |
| coding | MagicNumber | '0.77' is a magic number. | 226 | |
| coding | MagicNumber | '0.22' is a magic number. | 226 | |
| coding | MagicNumber | '0.82' is a magic number. | 226 | |
| coding | MagicNumber | '0.16' is a magic number. | 226 | |
| coding | MagicNumber | '0.49' is a magic number. | 226 | |
| coding | MagicNumber | '9.22' is a magic number. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 227 | |
| coding | MagicNumber | '0.13' is a magic number. | 227 | |
| coding | MagicNumber | '0.16' is a magic number. | 227 | |
| coding | MagicNumber | '0.22' is a magic number. | 227 | |
| coding | MagicNumber | '0.44' is a magic number. | 227 | |
| coding | MagicNumber | '0.23' is a magic number. | 227 | |
| coding | MagicNumber | '0.54' is a magic number. | 227 | |
| coding | MagicNumber | '16.02' is a magic number. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 228 | |
| coding | MagicNumber | '1.04' is a magic number. | 228 | |
| coding | MagicNumber | '0.72' is a magic number. | 228 | |
| coding | MagicNumber | '0.93' is a magic number. | 228 | |
| coding | MagicNumber | '0.66' is a magic number. | 228 | |
| coding | MagicNumber | '0.27' is a magic number. | 228 | |
| coding | MagicNumber | '0.77' is a magic number. | 228 | |
| coding | MagicNumber | '5.95' is a magic number. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 229 | |
| coding | MagicNumber | '0.10' is a magic number. | 229 | |
| coding | MagicNumber | '0.04' is a magic number. | 229 | |
| coding | MagicNumber | '0.10' is a magic number. | 229 | |
| coding | MagicNumber | '0.28' is a magic number. | 229 | |
| coding | MagicNumber | '0.07' is a magic number. | 229 | |
| coding | MagicNumber | '0.24' is a magic number. | 229 | |
| coding | MagicNumber | '36.19' is a magic number. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 230 | |
| coding | MagicNumber | '0.08' is a magic number. | 230 | |
| coding | MagicNumber | '0.04' is a magic number. | 230 | |
| coding | MagicNumber | '0.07' is a magic number. | 230 | |
| coding | MagicNumber | '0.25' is a magic number. | 230 | |
| coding | MagicNumber | '0.05' is a magic number. | 230 | |
| coding | MagicNumber | '0.15' is a magic number. | 230 | |
| coding | MagicNumber | '46.27' is a magic number. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 231 | |
| coding | MagicNumber | '0.26' is a magic number. | 231 | |
| coding | MagicNumber | '0.29' is a magic number. | 231 | |
| coding | MagicNumber | '0.19' is a magic number. | 231 | |
| coding | MagicNumber | '0.49' is a magic number. | 231 | |
| coding | MagicNumber | '0.20' is a magic number. | 231 | |
| coding | MagicNumber | '0.45' is a magic number. | 231 | |
| coding | MagicNumber | '13.73' is a magic number. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 232 | |
| coding | MagicNumber | '0.11' is a magic number. | 232 | |
| coding | MagicNumber | '0.11' is a magic number. | 232 | |
| coding | MagicNumber | '0.16' is a magic number. | 232 | |
| coding | MagicNumber | '0.34' is a magic number. | 232 | |
| coding | MagicNumber | '0.05' is a magic number. | 232 | |
| coding | MagicNumber | '0.16' is a magic number. | 232 | |
| coding | MagicNumber | '31.03' is a magic number. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 234 | |
| coding | MagicNumber | '0.11' is a magic number. | 234 | |
| coding | MagicNumber | '0.14' is a magic number. | 234 | |
| coding | MagicNumber | '0.23' is a magic number. | 234 | |
| coding | MagicNumber | '0.36' is a magic number. | 234 | |
| coding | MagicNumber | '0.05' is a magic number. | 234 | |
| coding | MagicNumber | '0.16' is a magic number. | 234 | |
| coding | MagicNumber | '27.62' is a magic number. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 235 | |
| coding | MagicNumber | '0.10' is a magic number. | 235 | |
| coding | MagicNumber | '0.05' is a magic number. | 235 | |
| coding | MagicNumber | '0.08' is a magic number. | 235 | |
| coding | MagicNumber | '0.22' is a magic number. | 235 | |
| coding | MagicNumber | '0.08' is a magic number. | 235 | |
| coding | MagicNumber | '0.16' is a magic number. | 235 | |
| coding | MagicNumber | '40.05' is a magic number. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 236 | |
| coding | MagicNumber | '0.08' is a magic number. | 236 | |
| coding | MagicNumber | '0.02' is a magic number. | 236 | |
| coding | MagicNumber | '0.17' is a magic number. | 236 | |
| coding | MagicNumber | '0.36' is a magic number. | 236 | |
| coding | MagicNumber | '0.05' is a magic number. | 236 | |
| coding | MagicNumber | '0.23' is a magic number. | 236 | |
| coding | MagicNumber | '41.30' is a magic number. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 237 | |
| coding | MagicNumber | '0.32' is a magic number. | 237 | |
| coding | MagicNumber | '0.40' is a magic number. | 237 | |
| coding | MagicNumber | '0.17' is a magic number. | 237 | |
| coding | MagicNumber | '0.58' is a magic number. | 237 | |
| coding | MagicNumber | '0.16' is a magic number. | 237 | |
| coding | MagicNumber | '0.32' is a magic number. | 237 | |
| coding | MagicNumber | '13.68' is a magic number. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 238 | |
| coding | MagicNumber | '0.12' is a magic number. | 238 | |
| coding | MagicNumber | '0.11' is a magic number. | 238 | |
| coding | MagicNumber | '0.12' is a magic number. | 238 | |
| coding | MagicNumber | '0.55' is a magic number. | 238 | |
| coding | MagicNumber | '0.07' is a magic number. | 238 | |
| coding | MagicNumber | '0.33' is a magic number. | 238 | |
| coding | MagicNumber | '24.38' is a magic number. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 239 | |
| coding | MagicNumber | '0.09' is a magic number. | 239 | |
| coding | MagicNumber | '0.06' is a magic number. | 239 | |
| coding | MagicNumber | '0.30' is a magic number. | 239 | |
| coding | MagicNumber | '0.42' is a magic number. | 239 | |
| coding | MagicNumber | '0.08' is a magic number. | 239 | |
| coding | MagicNumber | '0.17' is a magic number. | 239 | |
| coding | MagicNumber | '27.49' is a magic number. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 240 | |
| coding | MagicNumber | '0.13' is a magic number. | 240 | |
| coding | MagicNumber | '0.08' is a magic number. | 240 | |
| coding | MagicNumber | '0.13' is a magic number. | 240 | |
| coding | MagicNumber | '0.47' is a magic number. | 240 | |
| coding | MagicNumber | '0.08' is a magic number. | 240 | |
| coding | MagicNumber | '0.25' is a magic number. | 240 | |
| coding | MagicNumber | '26.32' is a magic number. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 241 | |
| coding | MagicNumber | '0.11' is a magic number. | 241 | |
| coding | MagicNumber | '0.08' is a magic number. | 241 | |
| coding | MagicNumber | '0.17' is a magic number. | 241 | |
| coding | MagicNumber | '0.38' is a magic number. | 241 | |
| coding | MagicNumber | '0.06' is a magic number. | 241 | |
| coding | MagicNumber | '0.12' is a magic number. | 241 | |
| coding | MagicNumber | '31.46' is a magic number. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 242 | |
| coding | MagicNumber | '1.10' is a magic number. | 242 | |
| coding | MagicNumber | '0.72' is a magic number. | 242 | |
| coding | MagicNumber | '1.15' is a magic number. | 242 | |
| coding | MagicNumber | '1.10' is a magic number. | 242 | |
| coding | MagicNumber | '0.38' is a magic number. | 242 | |
| coding | MagicNumber | '0.99' is a magic number. | 242 | |
| coding | MagicNumber | '4.73' is a magic number. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 243 | |
| coding | MagicNumber | '0.12' is a magic number. | 243 | |
| coding | MagicNumber | '0.14' is a magic number. | 243 | |
| coding | MagicNumber | '0.20' is a magic number. | 243 | |
| coding | MagicNumber | '0.45' is a magic number. | 243 | |
| coding | MagicNumber | '0.06' is a magic number. | 243 | |
| coding | MagicNumber | '0.19' is a magic number. | 243 | |
| coding | MagicNumber | '24.64' is a magic number. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 244 | |
| coding | MagicNumber | '0.09' is a magic number. | 244 | |
| coding | MagicNumber | '0.09' is a magic number. | 244 | |
| coding | MagicNumber | '0.12' is a magic number. | 244 | |
| coding | MagicNumber | '0.31' is a magic number. | 244 | |
| coding | MagicNumber | '0.06' is a magic number. | 244 | |
| coding | MagicNumber | '0.25' is a magic number. | 244 | |
| coding | MagicNumber | '31.27' is a magic number. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 245 | |
| coding | MagicNumber | '0.08' is a magic number. | 245 | |
| coding | MagicNumber | '0.11' is a magic number. | 245 | |
| coding | MagicNumber | '0.10' is a magic number. | 245 | |
| coding | MagicNumber | '0.39' is a magic number. | 245 | |
| coding | MagicNumber | '0.05' is a magic number. | 245 | |
| coding | MagicNumber | '0.20' is a magic number. | 245 | |
| coding | MagicNumber | '32.74' is a magic number. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| coding | MagicNumber | '3' is a magic number. | 262 | |
| coding | MagicNumber | '7' is a magic number. | 262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 276 | |
| misc | FinalParameters | Parameter args should be final. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 285 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| coding | MagicNumber | '7' is a magic number. | 302 | |
| coding | MagicNumber | '200' is a magic number. | 316 | |
| coding | MagicNumber | '200' is a magic number. | 323 | |
| coding | MagicNumber | '150' is a magic number. | 330 | |
| coding | MagicNumber | '3' is a magic number. | 333 | |
| coding | MagicNumber | '3' is a magic number. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| coding | MagicNumber | '17' is a magic number. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| coding | MagicNumber | '17' is a magic number. | 338 | |
| coding | MagicNumber | '4' is a magic number. | 341 | |
| coding | MagicNumber | '4' is a magic number. | 342 | |
| coding | MagicNumber | '100000' is a magic number. | 345 | |
| coding | MagicNumber | '100000' is a magic number. | 347 | |
| coding | MagicNumber | '5' is a magic number. | 350 | |
| coding | MagicNumber | '5' is a magic number. | 351 | |
| coding | MagicNumber | '6' is a magic number. | 356 | |
| coding | MagicNumber | '6' is a magic number. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 360 | |
| coding | MagicNumber | '6' is a magic number. | 360 | |
| coding | MagicNumber | '6' is a magic number. | 360 | |
| coding | MagicNumber | '7' is a magic number. | 361 | |
| coding | MagicNumber | '7' is a magic number. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 378 | |
| coding | MagicNumber | '7' is a magic number. | 384 | |
| coding | MagicNumber | '7' is a magic number. | 385 | |
| coding | MagicNumber | '7' is a magic number. | 392 | |
| coding | MagicNumber | '7' is a magic number. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 409 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| misc | FinalParameters | Parameter t1 should be final. | 431 | |
| coding | MagicNumber | '1.0E-3' is a magic number. | 436 | |
| coding | MagicNumber | '1.0E-2' is a magic number. | 437 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| misc | FinalParameters | Parameter dataList should be final. | 449 | |
| misc | FinalParameters | Parameter n1 should be final. | 449 | |
| misc | FinalParameters | Parameter n2 should be final. | 449 | |
| misc | FinalParameters | Parameter yours should be final. | 449 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 454 | |
| coding | MagicNumber | '3' is a magic number. | 454 | |
| coding | MagicNumber | '10' is a magic number. | 459 | |
| coding | MagicNumber | '100' is a magic number. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 464 | |
| coding | MagicNumber | '10' is a magic number. | 476 | |
| coding | MagicNumber | '100' is a magic number. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 265). | 482 | |
| coding | MagicNumber | '3' is a magic number. | 482 | |
| coding | MagicNumber | '4' is a magic number. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 483 | |
| coding | MagicNumber | '5' is a magic number. | 483 | |
| coding | MagicNumber | '6' is a magic number. | 483 | |
| coding | MagicNumber | '7' is a magic number. | 483 | |
| naming | LocalVariableName | Name 'result_y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 487 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 487 | |
| coding | MagicNumber | '3' is a magic number. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 265). | 489 | |
| coding | MagicNumber | '3' is a magic number. | 489 | |
| coding | MagicNumber | '4' is a magic number. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 490 | |
| coding | MagicNumber | '5' is a magic number. | 490 | |
| coding | MagicNumber | '6' is a magic number. | 490 | |
| coding | MagicNumber | '7' is a magic number. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| misc | FinalParameters | Parameter dataList should be final. | 500 | |
| misc | FinalParameters | Parameter yours should be final. | 500 | |
| coding | MagicNumber | '16' is a magic number. | 502 | |
| coding | MagicNumber | '16' is a magic number. | 510 | |
| coding | MagicNumber | '16' is a magic number. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 513 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 513 | |
| coding | MagicNumber | '3' is a magic number. | 513 | |
| coding | MagicNumber | '7' is a magic number. | 513 | |
| coding | MagicNumber | '25' is a magic number. | 516 | |
| coding | MagicNumber | '16' is a magic number. | 519 | |
| coding | MagicNumber | '16' is a magic number. | 519 | |
| coding | MagicNumber | '16' is a magic number. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 522 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 522 | |
| coding | MagicNumber | '3' is a magic number. | 522 | |
| coding | MagicNumber | '7' is a magic number. | 522 | |
| coding | MagicNumber | '25' is a magic number. | 525 | |
| coding | MagicNumber | '25' is a magic number. | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 534 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 534 | |
| coding | MagicNumber | '3' is a magic number. | 534 | |
| coding | MagicNumber | '7' is a magic number. | 534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| misc | FinalParameters | Parameter n should be final. | 545 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| misc | FinalParameters | Parameter d should be final. | 559 | |
| coding | MagicNumber | '10' is a magic number. | 561 | |
| coding | MagicNumber | '100' is a magic number. | 563 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 33 | |
| misc | FinalParameters | Parameter args should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 49 | |
| coding | MagicNumber | '7' is a magic number. | 64 | |
| coding | MagicNumber | '500' is a magic number. | 77 | |
| coding | MagicNumber | '500' is a magic number. | 84 | |
| coding | MagicNumber | '350' is a magic number. | 91 | |
| coding | MagicNumber | '3' is a magic number. | 94 | |
| coding | MagicNumber | '3' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '19' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '19' is a magic number. | 99 | |
| coding | MagicNumber | '4' is a magic number. | 102 | |
| coding | MagicNumber | '4' is a magic number. | 103 | |
| coding | MagicNumber | '2000000' is a magic number. | 106 | |
| coding | MagicNumber | '2000000' is a magic number. | 108 | |
| coding | MagicNumber | '5' is a magic number. | 111 | |
| coding | MagicNumber | '5' is a magic number. | 112 | |
| coding | MagicNumber | '10' is a magic number. | 116 | |
| coding | MagicNumber | '6' is a magic number. | 117 | |
| coding | MagicNumber | '6' is a magic number. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 121 | |
| coding | MagicNumber | '6' is a magic number. | 121 | |
| coding | MagicNumber | '6' is a magic number. | 121 | |
| coding | MagicNumber | '7' is a magic number. | 122 | |
| coding | MagicNumber | '7' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 139 | |
| coding | MagicNumber | '7' is a magic number. | 145 | |
| coding | MagicNumber | '7' is a magic number. | 146 | |
| coding | MagicNumber | '7' is a magic number. | 153 | |
| coding | MagicNumber | '7' is a magic number. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter args should be final. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| coding | MagicNumber | '3' is a magic number. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| coding | MagicNumber | '3' is a magic number. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | MethodLength | Method length is 188 lines (max allowed is 150). | 126 | |
| coding | MagicNumber | '1.41412' is a magic number. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 185 | |
| coding | MagicNumber | '4.5' is a magic number. | 189 | |
| coding | MagicNumber | '3' is a magic number. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 218 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 218 | |
| coding | MagicNumber | '3' is a magic number. | 218 | |
| coding | MagicNumber | '5' is a magic number. | 218 | |
| coding | MagicNumber | '9' is a magic number. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 230 | |
| naming | LocalVariableName | Name 'AC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 230 | |
| coding | MagicNumber | '4' is a magic number. | 230 | |
| coding | MagicNumber | '3' is a magic number. | 230 | |
| coding | MagicNumber | '3' is a magic number. | 230 | |
| coding | MagicNumber | '4' is a magic number. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 241 | |
| naming | LocalVariableName | Name 'AP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 252 | |
| naming | LocalVariableName | Name 'AR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| coding | MagicNumber | '3' is a magic number. | 252 | |
| coding | MagicNumber | '3' is a magic number. | 252 | |
| coding | MagicNumber | '4' is a magic number. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 258 | |
| coding | MagicNumber | '3' is a magic number. | 263 | |
| coding | MagicNumber | '5' is a magic number. | 263 | |
| coding | MagicNumber | '7' is a magic number. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 269 | |
| naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| coding | MagicNumber | '0.1' is a magic number. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 290 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 328 | |
| coding | MagicNumber | '3' is a magic number. | 334 | |
| coding | MagicNumber | '4' is a magic number. | 335 | |
| coding | MagicNumber | '5' is a magic number. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Messages should be declared as final. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| coding | MagicNumber | '3' is a magic number. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 | |
| coding | MagicNumber | '-2' is a magic number. | 35 | |
| coding | MagicNumber | '-3' is a magic number. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| misc | FinalParameters | Parameter t should be final. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 41 | |
| misc | FinalParameters | Parameter u should be final. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| misc | FinalParameters | Parameter t should be final. | 50 | |
| misc | FinalParameters | Parameter x should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | FinalParameters | Parameter xData should be final. | 23 | |
| misc | FinalParameters | Parameter xData should be final. | 32 | |
| misc | FinalParameters | Parameter yData should be final. | 32 | |
| misc | FinalParameters | Parameter xData should be final. | 41 | |
| misc | FinalParameters | Parameter yData should be final. | 41 | |
| misc | FinalParameters | Parameter lineNames should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 51 | |
| misc | FinalParameters | Parameter xData should be final. | 51 | |
| misc | FinalParameters | Parameter yData should be final. | 51 | |
| misc | FinalParameters | Parameter lineNames should be final. | 51 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 62 | |
| misc | FinalParameters | Parameter xData should be final. | 62 | |
| misc | FinalParameters | Parameter yData should be final. | 62 | |
| misc | FinalParameters | Parameter lineNames should be final. | 62 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 62 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 62 | |
| misc | FinalParameters | Parameter xData should be final. | 72 | |
| misc | FinalParameters | Parameter yData should be final. | 72 | |
| misc | FinalParameters | Parameter zData should be final. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 82 | |
| misc | FinalParameters | Parameter xData should be final. | 82 | |
| misc | FinalParameters | Parameter yData should be final. | 82 | |
| misc | FinalParameters | Parameter zData should be final. | 82 | |
| misc | FinalParameters | Parameter lineNames should be final. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 93 | |
| misc | FinalParameters | Parameter xData should be final. | 93 | |
| misc | FinalParameters | Parameter yData should be final. | 93 | |
| misc | FinalParameters | Parameter zData should be final. | 93 | |
| misc | FinalParameters | Parameter lineNames should be final. | 93 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 105 | |
| misc | FinalParameters | Parameter xData should be final. | 105 | |
| misc | FinalParameters | Parameter yData should be final. | 105 | |
| misc | FinalParameters | Parameter zData should be final. | 105 | |
| misc | FinalParameters | Parameter lineNames should be final. | 105 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 105 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 105 | |
| misc | FinalParameters | Parameter zData should be final. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 124 | |
| misc | FinalParameters | Parameter xData should be final. | 124 | |
| misc | FinalParameters | Parameter yData should be final. | 124 | |
| misc | FinalParameters | Parameter zData should be final. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 135 | |
| misc | FinalParameters | Parameter xData should be final. | 135 | |
| misc | FinalParameters | Parameter yData should be final. | 135 | |
| misc | FinalParameters | Parameter zData should be final. | 135 | |
| misc | FinalParameters | Parameter lineName should be final. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 147 | |
| misc | FinalParameters | Parameter xData should be final. | 147 | |
| misc | FinalParameters | Parameter yData should be final. | 147 | |
| misc | FinalParameters | Parameter zData should be final. | 147 | |
| misc | FinalParameters | Parameter lineName should be final. | 147 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 159 | |
| misc | FinalParameters | Parameter xData should be final. | 159 | |
| misc | FinalParameters | Parameter yData should be final. | 159 | |
| misc | FinalParameters | Parameter zData should be final. | 159 | |
| misc | FinalParameters | Parameter lineName should be final. | 159 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 159 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 159 | |
| misc | FinalParameters | Parameter xData should be final. | 168 | |
| misc | FinalParameters | Parameter yData should be final. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 177 | |
| misc | FinalParameters | Parameter xData should be final. | 177 | |
| misc | FinalParameters | Parameter yData should be final. | 177 | |
| misc | FinalParameters | Parameter lineNames should be final. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 187 | |
| misc | FinalParameters | Parameter xData should be final. | 187 | |
| misc | FinalParameters | Parameter yData should be final. | 187 | |
| misc | FinalParameters | Parameter lineNames should be final. | 187 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 198 | |
| misc | FinalParameters | Parameter xData should be final. | 198 | |
| misc | FinalParameters | Parameter yData should be final. | 198 | |
| misc | FinalParameters | Parameter lineNames should be final. | 198 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 198 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 210 | |
| misc | FinalParameters | Parameter xData should be final. | 210 | |
| misc | FinalParameters | Parameter yData should be final. | 210 | |
| misc | FinalParameters | Parameter zData should be final. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 220 | |
| misc | FinalParameters | Parameter xData should be final. | 220 | |
| misc | FinalParameters | Parameter yData should be final. | 220 | |
| misc | FinalParameters | Parameter zData should be final. | 220 | |
| misc | FinalParameters | Parameter lineNames should be final. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 231 | |
| misc | FinalParameters | Parameter xData should be final. | 231 | |
| misc | FinalParameters | Parameter yData should be final. | 231 | |
| misc | FinalParameters | Parameter zData should be final. | 231 | |
| misc | FinalParameters | Parameter lineNames should be final. | 231 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 243 | |
| misc | FinalParameters | Parameter xData should be final. | 243 | |
| misc | FinalParameters | Parameter yData should be final. | 243 | |
| misc | FinalParameters | Parameter zData should be final. | 243 | |
| misc | FinalParameters | Parameter lineNames should be final. | 243 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 243 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 243 | |
| misc | FinalParameters | Parameter xData should be final. | 254 | |
| misc | FinalParameters | Parameter yData should be final. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 263 | |
| misc | FinalParameters | Parameter xData should be final. | 263 | |
| misc | FinalParameters | Parameter yData should be final. | 263 | |
| misc | FinalParameters | Parameter lineNames should be final. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 273 | |
| misc | FinalParameters | Parameter xData should be final. | 273 | |
| misc | FinalParameters | Parameter yData should be final. | 273 | |
| misc | FinalParameters | Parameter lineNames should be final. | 273 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 284 | |
| misc | FinalParameters | Parameter xData should be final. | 284 | |
| misc | FinalParameters | Parameter yData should be final. | 284 | |
| misc | FinalParameters | Parameter lineNames should be final. | 284 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 284 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 296 | |
| misc | FinalParameters | Parameter xData should be final. | 296 | |
| misc | FinalParameters | Parameter yData should be final. | 296 | |
| misc | FinalParameters | Parameter zData should be final. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 306 | |
| misc | FinalParameters | Parameter xData should be final. | 306 | |
| misc | FinalParameters | Parameter yData should be final. | 306 | |
| misc | FinalParameters | Parameter zData should be final. | 306 | |
| misc | FinalParameters | Parameter lineNames should be final. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 317 | |
| misc | FinalParameters | Parameter xData should be final. | 317 | |
| misc | FinalParameters | Parameter yData should be final. | 317 | |
| misc | FinalParameters | Parameter zData should be final. | 317 | |
| misc | FinalParameters | Parameter lineNames should be final. | 317 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 329 | |
| misc | FinalParameters | Parameter xData should be final. | 329 | |
| misc | FinalParameters | Parameter yData should be final. | 329 | |
| misc | FinalParameters | Parameter zData should be final. | 329 | |
| misc | FinalParameters | Parameter lineNames should be final. | 329 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 329 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 341 | |
| misc | FinalParameters | Parameter xData should be final. | 341 | |
| misc | FinalParameters | Parameter yData should be final. | 341 | |
| misc | FinalParameters | Parameter zData should be final. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 351 | |
| misc | FinalParameters | Parameter xData should be final. | 351 | |
| misc | FinalParameters | Parameter yData should be final. | 351 | |
| misc | FinalParameters | Parameter zData should be final. | 351 | |
| misc | FinalParameters | Parameter lineNames should be final. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 362 | |
| misc | FinalParameters | Parameter xData should be final. | 362 | |
| misc | FinalParameters | Parameter yData should be final. | 362 | |
| misc | FinalParameters | Parameter zData should be final. | 362 | |
| misc | FinalParameters | Parameter lineNames should be final. | 362 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 374 | |
| misc | FinalParameters | Parameter xData should be final. | 374 | |
| misc | FinalParameters | Parameter yData should be final. | 374 | |
| misc | FinalParameters | Parameter zData should be final. | 374 | |
| misc | FinalParameters | Parameter lineNames should be final. | 374 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 374 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 374 | |
| misc | FinalParameters | Parameter xData should be final. | 385 | |
| misc | FinalParameters | Parameter yData should be final. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 394 | |
| misc | FinalParameters | Parameter xData should be final. | 394 | |
| misc | FinalParameters | Parameter yData should be final. | 394 | |
| misc | FinalParameters | Parameter lineNames should be final. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 404 | |
| misc | FinalParameters | Parameter xData should be final. | 404 | |
| misc | FinalParameters | Parameter yData should be final. | 404 | |
| misc | FinalParameters | Parameter lineNames should be final. | 404 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 415 | |
| misc | FinalParameters | Parameter xData should be final. | 415 | |
| misc | FinalParameters | Parameter yData should be final. | 415 | |
| misc | FinalParameters | Parameter lineNames should be final. | 415 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 415 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 428 | |
| misc | FinalParameters | Parameter xData should be final. | 428 | |
| misc | FinalParameters | Parameter yData should be final. | 428 | |
| misc | FinalParameters | Parameter zData should be final. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 438 | |
| misc | FinalParameters | Parameter xData should be final. | 438 | |
| misc | FinalParameters | Parameter yData should be final. | 438 | |
| misc | FinalParameters | Parameter zData should be final. | 438 | |
| misc | FinalParameters | Parameter lineNames should be final. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 449 | |
| misc | FinalParameters | Parameter xData should be final. | 449 | |
| misc | FinalParameters | Parameter yData should be final. | 449 | |
| misc | FinalParameters | Parameter zData should be final. | 449 | |
| misc | FinalParameters | Parameter lineNames should be final. | 449 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 461 | |
| misc | FinalParameters | Parameter xData should be final. | 461 | |
| misc | FinalParameters | Parameter yData should be final. | 461 | |
| misc | FinalParameters | Parameter zData should be final. | 461 | |
| misc | FinalParameters | Parameter lineNames should be final. | 461 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 461 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 474 | |
| misc | FinalParameters | Parameter xData should be final. | 474 | |
| misc | FinalParameters | Parameter yData should be final. | 474 | |
| misc | FinalParameters | Parameter zData should be final. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 484 | |
| misc | FinalParameters | Parameter xData should be final. | 484 | |
| misc | FinalParameters | Parameter yData should be final. | 484 | |
| misc | FinalParameters | Parameter zData should be final. | 484 | |
| misc | FinalParameters | Parameter lineNames should be final. | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 495 | |
| misc | FinalParameters | Parameter xData should be final. | 495 | |
| misc | FinalParameters | Parameter yData should be final. | 495 | |
| misc | FinalParameters | Parameter zData should be final. | 495 | |
| misc | FinalParameters | Parameter lineNames should be final. | 495 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 507 | |
| misc | FinalParameters | Parameter xData should be final. | 507 | |
| misc | FinalParameters | Parameter yData should be final. | 507 | |
| misc | FinalParameters | Parameter zData should be final. | 507 | |
| misc | FinalParameters | Parameter lineNames should be final. | 507 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 507 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 520 | |
| misc | FinalParameters | Parameter xData should be final. | 520 | |
| misc | FinalParameters | Parameter yData should be final. | 520 | |
| misc | FinalParameters | Parameter zData should be final. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 530 | |
| misc | FinalParameters | Parameter xData should be final. | 530 | |
| misc | FinalParameters | Parameter yData should be final. | 530 | |
| misc | FinalParameters | Parameter zData should be final. | 530 | |
| misc | FinalParameters | Parameter lineNames should be final. | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 541 | |
| misc | FinalParameters | Parameter xData should be final. | 541 | |
| misc | FinalParameters | Parameter yData should be final. | 541 | |
| misc | FinalParameters | Parameter zData should be final. | 541 | |
| misc | FinalParameters | Parameter lineNames should be final. | 541 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 553 | |
| misc | FinalParameters | Parameter xData should be final. | 553 | |
| misc | FinalParameters | Parameter yData should be final. | 553 | |
| misc | FinalParameters | Parameter zData should be final. | 553 | |
| misc | FinalParameters | Parameter lineNames should be final. | 553 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 553 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 566 | |
| misc | FinalParameters | Parameter xData should be final. | 566 | |
| misc | FinalParameters | Parameter yData should be final. | 566 | |
| misc | FinalParameters | Parameter zData should be final. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 576 | |
| misc | FinalParameters | Parameter xData should be final. | 576 | |
| misc | FinalParameters | Parameter yData should be final. | 576 | |
| misc | FinalParameters | Parameter zData should be final. | 576 | |
| misc | FinalParameters | Parameter lineNames should be final. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 587 | |
| misc | FinalParameters | Parameter xData should be final. | 587 | |
| misc | FinalParameters | Parameter yData should be final. | 587 | |
| misc | FinalParameters | Parameter zData should be final. | 587 | |
| misc | FinalParameters | Parameter lineNames should be final. | 587 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 587 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 599 | |
| misc | FinalParameters | Parameter xData should be final. | 599 | |
| misc | FinalParameters | Parameter yData should be final. | 599 | |
| misc | FinalParameters | Parameter zData should be final. | 599 | |
| misc | FinalParameters | Parameter lineNames should be final. | 599 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 599 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 599 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| misc | FinalParameters | Parameter zData should be final. | 614 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| misc | FinalParameters | Parameter xData should be final. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter args should be final. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 257). | 40 | |
| coding | MagicNumber | '3' is a magic number. | 53 | |
| coding | MagicNumber | '4' is a magic number. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 87 | |
| coding | MagicNumber | '10' is a magic number. | 93 | |
| coding | MagicNumber | '50' is a magic number. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| coding | MagicNumber | '10' is a magic number. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| coding | MagicNumber | '20' is a magic number. | 151 | |
| coding | MagicNumber | '10' is a magic number. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 158 | |
| coding | MagicNumber | '20' is a magic number. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 200 | |
| coding | MagicNumber | '20' is a magic number. | 204 | |
| coding | MagicNumber | '10' is a magic number. | 204 | |
| coding | MagicNumber | '0.5' is a magic number. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 242 | |
| coding | MagicNumber | '100' is a magic number. | 242 | |
| coding | MagicNumber | '20' is a magic number. | 242 | |
| coding | MagicNumber | '10' is a magic number. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| coding | MagicNumber | '10' is a magic number. | 299 | |
| coding | MagicNumber | '0.3' is a magic number. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 323 | |
| coding | MagicNumber | '3' is a magic number. | 323 | |
| coding | MagicNumber | '4' is a magic number. | 323 | |
| coding | MagicNumber | '10' is a magic number. | 326 | |
| coding | MagicNumber | '0.5' is a magic number. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 329 | |
| coding | MagicNumber | '3' is a magic number. | 329 | |
| coding | MagicNumber | '3' is a magic number. | 329 | |
| coding | MagicNumber | '6' is a magic number. | 329 | |
| coding | MagicNumber | '4' is a magic number. | 329 | |
| coding | MagicNumber | '9' is a magic number. | 329 | |
| coding | MagicNumber | '5' is a magic number. | 330 | |
| coding | MagicNumber | '12' is a magic number. | 330 | |
| coding | MagicNumber | '0.1' is a magic number. | 337 | |
| coding | MagicNumber | '3' is a magic number. | 337 | |
| coding | MagicNumber | '0.1' is a magic number. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 341 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| coding | MagicNumber | '0.3' is a magic number. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 350 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 374 | |
| coding | MagicNumber | '500' is a magic number. | 378 | |
| coding | MagicNumber | '0.99' is a magic number. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter message should be final. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter message should be final. | 41 | |
| misc | FinalParameters | Parameter cause should be final. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter cause should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| coding | MagicNumber | '0.98' is a magic number. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| coding | MagicNumber | '0.1' is a magic number. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| coding | MagicNumber | '0.1' is a magic number. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| coding | MagicNumber | '0.1' is a magic number. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| coding | MagicNumber | '0.1' is a magic number. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| coding | MagicNumber | '0.1' is a magic number. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 149 | |
| naming | ConstantName | Name 'newLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| coding | HiddenField | 'gnuplot' hides a field. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| coding | MagicNumber | '0.98' is a magic number. | 175 | |
| coding | MagicNumber | '0.1' is a magic number. | 190 | |
| coding | MagicNumber | '0.1' is a magic number. | 191 | |
| coding | MagicNumber | '0.1' is a magic number. | 192 | |
| coding | MagicNumber | '0.1' is a magic number. | 193 | |
| coding | MagicNumber | '0.1' is a magic number. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| misc | FinalParameters | Parameter text should be final. | 215 | |
| misc | FinalParameters | Parameter x should be final. | 215 | |
| misc | FinalParameters | Parameter y should be final. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| misc | FinalParameters | Parameter text should be final. | 227 | |
| misc | FinalParameters | Parameter x should be final. | 227 | |
| misc | FinalParameters | Parameter y should be final. | 227 | |
| misc | FinalParameters | Parameter attribute should be final. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| misc | FinalParameters | Parameter text should be final. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| misc | FinalParameters | Parameter title should be final. | 256 | |
| coding | HiddenField | 'title' hides a field. | 256 | |
| misc | FinalParameters | Parameter xOffset should be final. | 256 | |
| misc | FinalParameters | Parameter yOffset should be final. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| misc | FinalParameters | Parameter style should be final. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| coding | HiddenField | 'fontSize' hides a field. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 383 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| javadoc | JavadocMethod | Expected @return tag. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 416 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| javadoc | JavadocMethod | Expected @return tag. | 429 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 447 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| javadoc | JavadocMethod | Expected @return tag. | 462 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| coding | HiddenField | 'xLabel' hides a field. | 474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 485 | |
| coding | HiddenField | 'xLabel' hides a field. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| coding | HiddenField | 'x2Label' hides a field. | 516 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| misc | FinalParameters | Parameter xLabel should be final. | 527 | |
| coding | HiddenField | 'xLabel' hides a field. | 527 | |
| misc | FinalParameters | Parameter xOffset should be final. | 527 | |
| misc | FinalParameters | Parameter yOffset should be final. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| misc | FinalParameters | Parameter yLabel should be final. | 544 | |
| coding | HiddenField | 'yLabel' hides a field. | 544 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| misc | FinalParameters | Parameter yLabel should be final. | 555 | |
| coding | HiddenField | 'yLabel' hides a field. | 555 | |
| misc | FinalParameters | Parameter xOffset should be final. | 555 | |
| misc | FinalParameters | Parameter yOffset should be final. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| misc | FinalParameters | Parameter y2Label should be final. | 572 | |
| coding | HiddenField | 'y2Label' hides a field. | 572 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| misc | FinalParameters | Parameter y2Label should be final. | 583 | |
| coding | HiddenField | 'y2Label' hides a field. | 583 | |
| misc | FinalParameters | Parameter xOffset should be final. | 583 | |
| misc | FinalParameters | Parameter yOffset should be final. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| misc | FinalParameters | Parameter zLabel should be final. | 600 | |
| coding | HiddenField | 'zLabel' hides a field. | 600 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| misc | FinalParameters | Parameter zLabel should be final. | 611 | |
| coding | HiddenField | 'zLabel' hides a field. | 611 | |
| misc | FinalParameters | Parameter xOffset should be final. | 611 | |
| misc | FinalParameters | Parameter yOffset should be final. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 651 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 678 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 682 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| misc | FinalParameters | Parameter minimum should be final. | 691 | |
| misc | FinalParameters | Parameter maximum should be final. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 695 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 703 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 709 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 712 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| misc | FinalParameters | Parameter margin should be final. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 721 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| misc | FinalParameters | Parameter margin should be final. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 746 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 748 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 764 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 773 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 781 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 783 | |
| misc | FinalParameters | Parameter start should be final. | 788 | |
| misc | FinalParameters | Parameter increase should be final. | 788 | |
| misc | FinalParameters | Parameter end should be final. | 788 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 792 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 800 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 802 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 806 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 811 | |
| misc | FinalParameters | Parameter start should be final. | 816 | |
| misc | FinalParameters | Parameter increase should be final. | 816 | |
| misc | FinalParameters | Parameter end should be final. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 820 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 828 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 830 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 834 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 839 | |
| misc | FinalParameters | Parameter start should be final. | 844 | |
| misc | FinalParameters | Parameter increase should be final. | 844 | |
| misc | FinalParameters | Parameter end should be final. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 848 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 856 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 858 | |
| misc | FinalParameters | Parameter start should be final. | 863 | |
| misc | FinalParameters | Parameter increase should be final. | 863 | |
| misc | FinalParameters | Parameter end should be final. | 863 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 875 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 877 | |
| misc | FinalParameters | Parameter start should be final. | 882 | |
| misc | FinalParameters | Parameter increase should be final. | 882 | |
| misc | FinalParameters | Parameter end should be final. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 886 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 896 | |
| misc | FinalParameters | Parameter angle should be final. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 903 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 911 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| misc | FinalParameters | Parameter angle should be final. | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 920 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 928 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 930 | |
| misc | FinalParameters | Parameter scale should be final. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 947 | |
| misc | FinalParameters | Parameter scale should be final. | 950 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 954 | |
| misc | FinalParameters | Parameter visible should be final. | 965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 969 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 979 | |
| misc | FinalParameters | Parameter visible should be final. | 982 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 986 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 994 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 996 | |
| misc | FinalParameters | Parameter visible should be final. | 999 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1003 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1011 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| misc | FinalParameters | Parameter hidden should be final. | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1020 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1030 | |
| misc | FinalParameters | Parameter xOrigin should be final. | 1036 | |
| misc | FinalParameters | Parameter yOrigin should be final. | 1036 | |
| misc | FinalParameters | Parameter width should be final. | 1036 | |
| misc | FinalParameters | Parameter height should be final. | 1036 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1057 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1059 | |
| misc | FinalParameters | Parameter lineSize should be final. | 1062 | |
| coding | HiddenField | 'lineSize' hides a field. | 1062 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1066 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| misc | FinalParameters | Parameter command should be final. | 1071 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1077 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| misc | FinalParameters | Parameter holding should be final. | 1134 | |
| coding | HiddenField | 'holding' hides a field. | 1134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1140 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1150 | |
| misc | FinalParameters | Parameter yData should be final. | 1150 | |
| misc | FinalParameters | Parameter names should be final. | 1150 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 1150 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 1150 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1151 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1191 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1193 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1198 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 1203 | |
| blocks | EmptyBlock | Must have at least one statement. | 1220 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1230 | |
| misc | FinalParameters | Parameter xData should be final. | 1230 | |
| misc | FinalParameters | Parameter yData should be final. | 1230 | |
| misc | FinalParameters | Parameter names should be final. | 1230 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 1230 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 1230 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1231 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1278 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1280 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1280 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1287 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1288 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 1292 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1294 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 1295 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1297 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 1298 | |
| blocks | EmptyBlock | Must have at least one statement. | 1316 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1326 | |
| misc | FinalParameters | Parameter xData should be final. | 1326 | |
| misc | FinalParameters | Parameter yData should be final. | 1326 | |
| misc | FinalParameters | Parameter zData should be final. | 1326 | |
| misc | FinalParameters | Parameter names should be final. | 1326 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 1326 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 1326 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1327 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1337 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1337 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 1340 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1374 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1376 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1376 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 1381 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1382 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1384 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 1386 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1407 | |
| misc | FinalParameters | Parameter xData should be final. | 1407 | |
| misc | FinalParameters | Parameter yData should be final. | 1407 | |
| misc | FinalParameters | Parameter zData should be final. | 1407 | |
| misc | FinalParameters | Parameter lineName should be final. | 1407 | |
| misc | FinalParameters | Parameter attribute1 should be final. | 1407 | |
| misc | FinalParameters | Parameter attribute2 should be final. | 1407 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1408 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1418 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 1418 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 1421 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 1433 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1442 | |
| misc | FinalParameters | Parameter number should be final. | 1446 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1458 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1463 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1467 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1478 | |
| misc | FinalParameters | Parameter command should be final. | 1481 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1486 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1495 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1504 | |
| coding | HiddenField | 'keepingLineProperties' hides a field. | 1507 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1519 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1522 | |
| misc | FinalParameters | Parameter buffering should be final. | 1525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter env should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter workingDirectory should be final. | 86 | |
| coding | HiddenField | 'workingDirectory' hides a field. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| misc | FinalParameters | Parameter dir should be final. | 98 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 105 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| misc | FinalParameters | Parameter home should be final. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| misc | FinalParameters | Parameter home should be final. | 160 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 165 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter options should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| coding | MagicNumber | '1500' is a magic number. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| coding | MagicNumber | '0.98' is a magic number. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 165 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| misc | FinalParameters | Parameter commandList should be final. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| misc | FinalParameters | Parameter command should be final. | 258 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 262 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 266 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 272 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 325 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 346 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 371 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 382 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 457 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 480 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 586 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 612 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 651 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 669 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 690 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 699 | |
| coding | MagicNumber | '0.98' is a magic number. | 718 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 736 | |
| coding | HiddenField | 'buffering' hides a field. | 739 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | FinalClass | Class Messages should be declared as final. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter key should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter style should be final. | 38 | |
| coding | HiddenField | 'style' hides a field. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| coding | MagicNumber | '12' is a magic number. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter fontSize should be final. | 54 | |
| coding | HiddenField | 'fontSize' hides a field. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter xOrigin should be final. | 45 | |
| coding | HiddenField | 'xOrigin' hides a field. | 45 | |
| misc | FinalParameters | Parameter yOrigin should be final. | 45 | |
| coding | HiddenField | 'yOrigin' hides a field. | 45 | |
| misc | FinalParameters | Parameter width should be final. | 45 | |
| coding | HiddenField | 'width' hides a field. | 45 | |
| misc | FinalParameters | Parameter height should be final. | 45 | |
| coding | HiddenField | 'height' hides a field. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| misc | FinalParameters | Parameter xOrigin should be final. | 60 | |
| coding | HiddenField | 'xOrigin' hides a field. | 60 | |
| misc | FinalParameters | Parameter yOrigin should be final. | 60 | |
| coding | HiddenField | 'yOrigin' hides a field. | 60 | |
| misc | FinalParameters | Parameter width should be final. | 60 | |
| coding | HiddenField | 'width' hides a field. | 60 | |
| misc | FinalParameters | Parameter height should be final. | 60 | |
| coding | HiddenField | 'height' hides a field. | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '32' is a magic number. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '32' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '32' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '32' is a magic number. | 92 | |
| misc | FinalParameters | Parameter obj should be final. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter visible should be final. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter hidden3d should be final. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter visible should be final. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter text should be final. | 27 | |
| coding | HiddenField | 'text' hides a field. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter text should be final. | 38 | |
| coding | HiddenField | 'text' hides a field. | 38 | |
| misc | FinalParameters | Parameter xOffset should be final. | 38 | |
| coding | HiddenField | 'xOffset' hides a field. | 38 | |
| misc | FinalParameters | Parameter yOffset should be final. | 38 | |
| coding | HiddenField | 'yOffset' hides a field. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '32' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| coding | MagicNumber | '32' is a magic number. | 56 | |
| misc | FinalParameters | Parameter obj should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter text should be final. | 84 | |
| coding | HiddenField | 'text' hides a field. | 84 | |
| misc | FinalParameters | Parameter xOffset should be final. | 84 | |
| coding | HiddenField | 'xOffset' hides a field. | 84 | |
| misc | FinalParameters | Parameter yOffset should be final. | 84 | |
| coding | HiddenField | 'yOffset' hides a field. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter text should be final. | 95 | |
| coding | HiddenField | 'text' hides a field. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| coding | HiddenField | 'lineType' hides a field. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter lineType should be final. | 40 | |
| coding | HiddenField | 'lineType' hides a field. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| coding | HiddenField | 'lineWidth' hides a field. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter lineWidth should be final. | 40 | |
| coding | HiddenField | 'lineWidth' hides a field. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter scale should be final. | 48 | |
| coding | HiddenField | 'scale' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter margin should be final. | 24 | |
| coding | HiddenField | 'margin' hides a field. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter parametric should be final. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| misc | FinalParameters | Parameter minimum should be final. | 25 | |
| coding | HiddenField | 'minimum' hides a field. | 25 | |
| misc | FinalParameters | Parameter maximum should be final. | 25 | |
| coding | HiddenField | 'maximum' hides a field. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| coding | HiddenField | 'minimum' hides a field. | 36 | |
| coding | HiddenField | 'maximum' hides a field. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | HiddenField | 'minimum' hides a field. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| coding | HiddenField | 'maximum' hides a field. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '32' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '32' is a magic number. | 89 | |
| misc | FinalParameters | Parameter obj should be final. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter onOff should be final. | 24 | |
| coding | HiddenField | 'onOff' hides a field. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| coding | HiddenField | 'text' hides a field. | 40 | |
| misc | FinalParameters | Parameter x should be final. | 40 | |
| coding | HiddenField | 'x' hides a field. | 40 | |
| misc | FinalParameters | Parameter y should be final. | 40 | |
| coding | HiddenField | 'y' hides a field. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter text should be final. | 52 | |
| coding | HiddenField | 'text' hides a field. | 52 | |
| misc | FinalParameters | Parameter x should be final. | 52 | |
| coding | HiddenField | 'x' hides a field. | 52 | |
| misc | FinalParameters | Parameter y should be final. | 52 | |
| coding | HiddenField | 'y' hides a field. | 52 | |
| misc | FinalParameters | Parameter attribute should be final. | 52 | |
| coding | HiddenField | 'attribute' hides a field. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter text should be final. | 79 | |
| coding | HiddenField | 'text' hides a field. | 79 | |
| misc | FinalParameters | Parameter x should be final. | 79 | |
| coding | HiddenField | 'x' hides a field. | 79 | |
| misc | FinalParameters | Parameter y should be final. | 79 | |
| coding | HiddenField | 'y' hides a field. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter text should be final. | 93 | |
| coding | HiddenField | 'text' hides a field. | 93 | |
| misc | FinalParameters | Parameter x should be final. | 93 | |
| coding | HiddenField | 'x' hides a field. | 93 | |
| misc | FinalParameters | Parameter y should be final. | 93 | |
| coding | HiddenField | 'y' hides a field. | 93 | |
| misc | FinalParameters | Parameter attribute should be final. | 93 | |
| coding | HiddenField | 'attribute' hides a field. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| coding | MagicNumber | '32' is a magic number. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| coding | MagicNumber | '32' is a magic number. | 113 | |
| misc | FinalParameters | Parameter obj should be final. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter start should be final. | 32 | |
| coding | HiddenField | 'start' hides a field. | 32 | |
| misc | FinalParameters | Parameter increase should be final. | 32 | |
| coding | HiddenField | 'increase' hides a field. | 32 | |
| misc | FinalParameters | Parameter end should be final. | 32 | |
| coding | HiddenField | 'end' hides a field. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter start should be final. | 45 | |
| coding | HiddenField | 'start' hides a field. | 45 | |
| misc | FinalParameters | Parameter increase should be final. | 45 | |
| coding | HiddenField | 'increase' hides a field. | 45 | |
| misc | FinalParameters | Parameter end should be final. | 45 | |
| coding | HiddenField | 'end' hides a field. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter start should be final. | 56 | |
| coding | HiddenField | 'start' hides a field. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter end should be final. | 74 | |
| coding | HiddenField | 'end' hides a field. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| misc | FinalParameters | Parameter increase should be final. | 92 | |
| coding | HiddenField | 'increase' hides a field. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '32' is a magic number. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '32' is a magic number. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '32' is a magic number. | 118 | |
| misc | FinalParameters | Parameter obj should be final. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| coding | MagicNumber | '60' is a magic number. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| coding | MagicNumber | '30' is a magic number. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| misc | FinalParameters | Parameter xRotation should be final. | 34 | |
| coding | HiddenField | 'xRotation' hides a field. | 34 | |
| misc | FinalParameters | Parameter zRotation should be final. | 34 | |
| coding | HiddenField | 'zRotation' hides a field. | 34 | |
| misc | FinalParameters | Parameter scale should be final. | 34 | |
| coding | HiddenField | 'scale' hides a field. | 34 | |
| misc | FinalParameters | Parameter zScale should be final. | 34 | |
| coding | HiddenField | 'zScale' hides a field. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter rotation should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| misc | FinalParameters | Parameter rotation should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter scale should be final. | 82 | |
| coding | HiddenField | 'scale' hides a field. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter zScale should be final. | 100 | |
| coding | HiddenField | 'zScale' hides a field. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| coding | MagicNumber | '32' is a magic number. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 | |
| coding | MagicNumber | '32' is a magic number. | 133 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| coding | MagicNumber | '32' is a magic number. | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| coding | MagicNumber | '32' is a magic number. | 137 | |
| misc | FinalParameters | Parameter obj should be final. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 23 | |
| misc | FinalParameters | Parameter increase should be final. | 23 | |
| misc | FinalParameters | Parameter end should be final. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 23 | |
| misc | FinalParameters | Parameter increase should be final. | 23 | |
| misc | FinalParameters | Parameter end should be final. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter minimum should be final. | 22 | |
| misc | FinalParameters | Parameter maximum should be final. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 23 | |
| misc | FinalParameters | Parameter increase should be final. | 23 | |
| misc | FinalParameters | Parameter end should be final. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter text should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter text should be final. | 40 | |
| misc | FinalParameters | Parameter xOffset should be final. | 40 | |
| misc | FinalParameters | Parameter yOffset should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter min should be final. | 22 | |
| misc | FinalParameters | Parameter max should be final. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| misc | FinalParameters | Parameter start should be final. | 23 | |
| misc | FinalParameters | Parameter increase should be final. | 23 | |
| misc | FinalParameters | Parameter end should be final. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| misc | FinalParameters | Parameter X should be final. | 26 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| misc | FinalParameters | Parameter X should be final. | 34 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter Y should be final. | 34 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter X should be final. | 43 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| misc | FinalParameters | Parameter Y should be final. | 43 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| misc | FinalParameters | Parameter titles should be final. | 43 | |
| misc | FinalParameters | Parameter X should be final. | 52 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter Y should be final. | 52 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter titles should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 62 | |
| misc | FinalParameters | Parameter X should be final. | 62 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter Y should be final. | 62 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter titles should be final. | 62 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 72 | |
| misc | FinalParameters | Parameter X should be final. | 72 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| misc | FinalParameters | Parameter Y should be final. | 72 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| misc | FinalParameters | Parameter titles should be final. | 72 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 83 | |
| misc | FinalParameters | Parameter X should be final. | 83 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter Y should be final. | 83 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter titles should be final. | 83 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 83 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 94 | |
| misc | FinalParameters | Parameter X should be final. | 94 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter Y should be final. | 94 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| misc | FinalParameters | Parameter titles should be final. | 94 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 94 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 94 | |
| misc | FinalParameters | Parameter X should be final. | 101 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter X should be final. | 109 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| misc | FinalParameters | Parameter Y should be final. | 109 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| misc | FinalParameters | Parameter X should be final. | 118 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter Y should be final. | 118 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| misc | FinalParameters | Parameter titles should be final. | 118 | |
| misc | FinalParameters | Parameter X should be final. | 127 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter Y should be final. | 127 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter titles should be final. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 137 | |
| misc | FinalParameters | Parameter X should be final. | 137 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| misc | FinalParameters | Parameter Y should be final. | 137 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| misc | FinalParameters | Parameter titles should be final. | 137 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 147 | |
| misc | FinalParameters | Parameter X should be final. | 147 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter Y should be final. | 147 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| misc | FinalParameters | Parameter titles should be final. | 147 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 158 | |
| misc | FinalParameters | Parameter X should be final. | 158 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| misc | FinalParameters | Parameter Y should be final. | 158 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| misc | FinalParameters | Parameter titles should be final. | 158 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 158 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 169 | |
| misc | FinalParameters | Parameter X should be final. | 169 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| misc | FinalParameters | Parameter Y should be final. | 169 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| misc | FinalParameters | Parameter titles should be final. | 169 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 169 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 169 | |
| misc | FinalParameters | Parameter cmd should be final. | 176 | |
| misc | FinalParameters | Parameter on should be final. | 191 | |
| misc | FinalParameters | Parameter str should be final. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| misc | FinalParameters | Parameter on should be final. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| misc | FinalParameters | Parameter on should be final. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| misc | FinalParameters | Parameter on should be final. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| misc | FinalParameters | Parameter on should be final. | 275 | |
| misc | FinalParameters | Parameter X should be final. | 283 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
| misc | FinalParameters | Parameter Y should be final. | 283 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 292 | |
| misc | FinalParameters | Parameter X should be final. | 292 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| misc | FinalParameters | Parameter Y should be final. | 292 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| misc | FinalParameters | Parameter titles should be final. | 292 | |
| misc | FinalParameters | Parameter X should be final. | 301 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| misc | FinalParameters | Parameter Y should be final. | 301 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| misc | FinalParameters | Parameter titles should be final. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 311 | |
| misc | FinalParameters | Parameter X should be final. | 311 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| misc | FinalParameters | Parameter Y should be final. | 311 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| misc | FinalParameters | Parameter titles should be final. | 311 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 321 | |
| misc | FinalParameters | Parameter X should be final. | 321 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| misc | FinalParameters | Parameter Y should be final. | 321 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| misc | FinalParameters | Parameter titles should be final. | 321 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 332 | |
| misc | FinalParameters | Parameter X should be final. | 332 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter Y should be final. | 332 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter titles should be final. | 332 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 332 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 343 | |
| misc | FinalParameters | Parameter X should be final. | 343 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| misc | FinalParameters | Parameter Y should be final. | 343 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
| misc | FinalParameters | Parameter titles should be final. | 343 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 343 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 343 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
| misc | FinalParameters | Parameter X should be final. | 351 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
| misc | FinalParameters | Parameter Y should be final. | 351 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 360 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter X should be final. | 360 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter Y should be final. | 360 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| misc | FinalParameters | Parameter titles should be final. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 369 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 | |
| misc | FinalParameters | Parameter X should be final. | 369 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 | |
| misc | FinalParameters | Parameter Y should be final. | 369 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 | |
| misc | FinalParameters | Parameter titles should be final. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 379 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 | |
| misc | FinalParameters | Parameter X should be final. | 379 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 | |
| misc | FinalParameters | Parameter Y should be final. | 379 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 | |
| misc | FinalParameters | Parameter titles should be final. | 379 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 389 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 | |
| misc | FinalParameters | Parameter X should be final. | 389 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 | |
| misc | FinalParameters | Parameter Y should be final. | 389 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 | |
| misc | FinalParameters | Parameter titles should be final. | 389 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 400 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 | |
| misc | FinalParameters | Parameter X should be final. | 400 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 | |
| misc | FinalParameters | Parameter Y should be final. | 400 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 | |
| misc | FinalParameters | Parameter titles should be final. | 400 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 400 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 411 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 | |
| misc | FinalParameters | Parameter X should be final. | 411 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 | |
| misc | FinalParameters | Parameter Y should be final. | 411 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 | |
| misc | FinalParameters | Parameter titles should be final. | 411 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 411 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 412 | |
| misc | FinalParameters | Parameter filename should be final. | 419 | |
| misc | FinalParameters | Parameter mode should be final. | 419 | |
| misc | FinalParameters | Parameter filename should be final. | 428 | |
| misc | FinalParameters | Parameter mode should be final. | 428 | |
| misc | FinalParameters | Parameter cmd should be final. | 428 | |
| misc | FinalParameters | Parameter X should be final. | 436 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 | |
| misc | FinalParameters | Parameter Y should be final. | 436 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 445 | |
| misc | FinalParameters | Parameter X should be final. | 445 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
| misc | FinalParameters | Parameter Y should be final. | 445 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
| misc | FinalParameters | Parameter titles should be final. | 445 | |
| misc | FinalParameters | Parameter X should be final. | 454 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
| misc | FinalParameters | Parameter Y should be final. | 454 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
| misc | FinalParameters | Parameter titles should be final. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 464 | |
| misc | FinalParameters | Parameter X should be final. | 464 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 | |
| misc | FinalParameters | Parameter Y should be final. | 464 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 | |
| misc | FinalParameters | Parameter titles should be final. | 464 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 474 | |
| misc | FinalParameters | Parameter X should be final. | 474 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
| misc | FinalParameters | Parameter Y should be final. | 474 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
| misc | FinalParameters | Parameter titles should be final. | 474 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 485 | |
| misc | FinalParameters | Parameter X should be final. | 485 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 | |
| misc | FinalParameters | Parameter Y should be final. | 485 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 | |
| misc | FinalParameters | Parameter titles should be final. | 485 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 485 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 496 | |
| misc | FinalParameters | Parameter X should be final. | 496 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 | |
| misc | FinalParameters | Parameter Y should be final. | 496 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 | |
| misc | FinalParameters | Parameter titles should be final. | 496 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 496 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 497 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 | |
| misc | FinalParameters | Parameter X should be final. | 504 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 | |
| misc | FinalParameters | Parameter Y should be final. | 504 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 513 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
| misc | FinalParameters | Parameter X should be final. | 513 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
| misc | FinalParameters | Parameter Y should be final. | 513 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
| misc | FinalParameters | Parameter titles should be final. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 522 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 | |
| misc | FinalParameters | Parameter X should be final. | 522 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 | |
| misc | FinalParameters | Parameter Y should be final. | 522 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 | |
| misc | FinalParameters | Parameter titles should be final. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 532 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
| misc | FinalParameters | Parameter X should be final. | 532 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
| misc | FinalParameters | Parameter Y should be final. | 532 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
| misc | FinalParameters | Parameter titles should be final. | 532 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 542 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 | |
| misc | FinalParameters | Parameter X should be final. | 542 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 | |
| misc | FinalParameters | Parameter Y should be final. | 542 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 | |
| misc | FinalParameters | Parameter titles should be final. | 542 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 542 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 553 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| misc | FinalParameters | Parameter X should be final. | 553 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| misc | FinalParameters | Parameter Y should be final. | 553 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| misc | FinalParameters | Parameter titles should be final. | 553 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 553 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 564 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 | |
| misc | FinalParameters | Parameter X should be final. | 564 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 | |
| misc | FinalParameters | Parameter Y should be final. | 564 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 | |
| misc | FinalParameters | Parameter titles should be final. | 564 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 564 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 565 | |
| misc | FinalParameters | Parameter X should be final. | 572 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 | |
| misc | FinalParameters | Parameter Y should be final. | 572 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 581 | |
| misc | FinalParameters | Parameter X should be final. | 581 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 | |
| misc | FinalParameters | Parameter Y should be final. | 581 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 | |
| misc | FinalParameters | Parameter titles should be final. | 581 | |
| misc | FinalParameters | Parameter X should be final. | 590 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| misc | FinalParameters | Parameter Y should be final. | 590 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| misc | FinalParameters | Parameter titles should be final. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 600 | |
| misc | FinalParameters | Parameter X should be final. | 600 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 600 | |
| misc | FinalParameters | Parameter Y should be final. | 600 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 600 | |
| misc | FinalParameters | Parameter titles should be final. | 600 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 610 | |
| misc | FinalParameters | Parameter X should be final. | 610 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 | |
| misc | FinalParameters | Parameter Y should be final. | 610 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 | |
| misc | FinalParameters | Parameter titles should be final. | 610 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 621 | |
| misc | FinalParameters | Parameter X should be final. | 621 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 | |
| misc | FinalParameters | Parameter Y should be final. | 621 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 | |
| misc | FinalParameters | Parameter titles should be final. | 621 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 621 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 632 | |
| misc | FinalParameters | Parameter X should be final. | 632 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 | |
| misc | FinalParameters | Parameter Y should be final. | 632 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 | |
| misc | FinalParameters | Parameter titles should be final. | 632 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 632 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 633 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| misc | FinalParameters | Parameter X should be final. | 640 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| misc | FinalParameters | Parameter Y should be final. | 640 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 649 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 | |
| misc | FinalParameters | Parameter X should be final. | 649 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 | |
| misc | FinalParameters | Parameter Y should be final. | 649 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 | |
| misc | FinalParameters | Parameter titles should be final. | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 658 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 | |
| misc | FinalParameters | Parameter X should be final. | 658 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 | |
| misc | FinalParameters | Parameter Y should be final. | 658 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 | |
| misc | FinalParameters | Parameter titles should be final. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 668 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 | |
| misc | FinalParameters | Parameter X should be final. | 668 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 | |
| misc | FinalParameters | Parameter Y should be final. | 668 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 | |
| misc | FinalParameters | Parameter titles should be final. | 668 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 678 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 | |
| misc | FinalParameters | Parameter X should be final. | 678 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 | |
| misc | FinalParameters | Parameter Y should be final. | 678 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 | |
| misc | FinalParameters | Parameter titles should be final. | 678 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 689 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
| misc | FinalParameters | Parameter X should be final. | 689 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
| misc | FinalParameters | Parameter Y should be final. | 689 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
| misc | FinalParameters | Parameter titles should be final. | 689 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 689 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 690 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 700 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 | |
| misc | FinalParameters | Parameter X should be final. | 700 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 | |
| misc | FinalParameters | Parameter Y should be final. | 700 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 | |
| misc | FinalParameters | Parameter titles should be final. | 700 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 700 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 701 | |
| misc | FinalParameters | Parameter text should be final. | 709 | |
| misc | FinalParameters | Parameter x should be final. | 709 | |
| misc | FinalParameters | Parameter y should be final. | 709 | |
| misc | FinalParameters | Parameter text should be final. | 719 | |
| misc | FinalParameters | Parameter x should be final. | 719 | |
| misc | FinalParameters | Parameter y should be final. | 719 | |
| misc | FinalParameters | Parameter cmds should be final. | 719 | |
| misc | FinalParameters | Parameter text should be final. | 726 | |
| misc | FinalParameters | Parameter text should be final. | 733 | |
| misc | FinalParameters | Parameter text should be final. | 741 | |
| misc | FinalParameters | Parameter xoff should be final. | 741 | |
| misc | FinalParameters | Parameter text should be final. | 750 | |
| misc | FinalParameters | Parameter xoff should be final. | 750 | |
| misc | FinalParameters | Parameter yoff should be final. | 750 | |
| misc | FinalParameters | Parameter text should be final. | 757 | |
| misc | FinalParameters | Parameter text should be final. | 765 | |
| misc | FinalParameters | Parameter xoff should be final. | 765 | |
| misc | FinalParameters | Parameter text should be final. | 774 | |
| misc | FinalParameters | Parameter xoff should be final. | 774 | |
| misc | FinalParameters | Parameter yoff should be final. | 774 | |
| misc | FinalParameters | Parameter text should be final. | 781 | |
| misc | FinalParameters | Parameter text should be final. | 789 | |
| misc | FinalParameters | Parameter xoff should be final. | 789 | |
| misc | FinalParameters | Parameter text should be final. | 798 | |
| misc | FinalParameters | Parameter xoff should be final. | 798 | |
| misc | FinalParameters | Parameter yoff should be final. | 798 | |
| misc | FinalParameters | Parameter text should be final. | 805 | |
| misc | FinalParameters | Parameter text should be final. | 813 | |
| misc | FinalParameters | Parameter xoff should be final. | 813 | |
| misc | FinalParameters | Parameter text should be final. | 822 | |
| misc | FinalParameters | Parameter xoff should be final. | 822 | |
| misc | FinalParameters | Parameter yoff should be final. | 822 | |
| misc | FinalParameters | Parameter text should be final. | 829 | |
| misc | FinalParameters | Parameter text should be final. | 837 | |
| misc | FinalParameters | Parameter xoff should be final. | 837 | |
| misc | FinalParameters | Parameter text should be final. | 846 | |
| misc | FinalParameters | Parameter xoff should be final. | 846 | |
| misc | FinalParameters | Parameter yoff should be final. | 846 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 853 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 | |
| misc | FinalParameters | Parameter xmin should be final. | 861 | |
| misc | FinalParameters | Parameter xmax should be final. | 861 | |
| misc | FinalParameters | Parameter xmin should be final. | 871 | |
| misc | FinalParameters | Parameter xmax should be final. | 871 | |
| misc | FinalParameters | Parameter ymin should be final. | 871 | |
| misc | FinalParameters | Parameter ymax should be final. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 883 | |
| misc | FinalParameters | Parameter xmin should be final. | 883 | |
| misc | FinalParameters | Parameter xmax should be final. | 883 | |
| misc | FinalParameters | Parameter ymin should be final. | 883 | |
| misc | FinalParameters | Parameter ymax should be final. | 883 | |
| misc | FinalParameters | Parameter zmin should be final. | 883 | |
| misc | FinalParameters | Parameter zmax should be final. | 883 | |
| misc | FinalParameters | Parameter min should be final. | 891 | |
| misc | FinalParameters | Parameter max should be final. | 891 | |
| misc | FinalParameters | Parameter min should be final. | 899 | |
| misc | FinalParameters | Parameter max should be final. | 899 | |
| misc | FinalParameters | Parameter min should be final. | 907 | |
| misc | FinalParameters | Parameter max should be final. | 907 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 915 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 915 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 924 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 924 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 924 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 924 | |
| misc | FinalParameters | Parameter scale should be final. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 934 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 934 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 934 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 | |
| misc | FinalParameters | Parameter scale should be final. | 934 | |
| misc | FinalParameters | Parameter scale_z should be final. | 934 | |
| naming | ParameterName | Name 'scale_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 | |
| misc | FinalParameters | Parameter options should be final. | 941 | |
| misc | FinalParameters | Parameter rowSize should be final. | 949 | |
| misc | FinalParameters | Parameter columnSize should be final. | 949 | |
| misc | FinalParameters | Parameter rowSize should be final. | 958 | |
| misc | FinalParameters | Parameter columnSize should be final. | 958 | |
| misc | FinalParameters | Parameter frame should be final. | 958 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 962 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Messages should be declared as final. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | FileLength | File length is 3,177 lines (max allowed is 2,000). | 1 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| naming | StaticVariableName | Name 'HAVE_PIPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| naming | StaticVariableName | Name 'HAVE_LONG_FILENAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| naming | StaticVariableName | Name 'WINDOWS_OS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 80 | |
| naming | ConstantName | Name 'newLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| misc | FinalParameters | Parameter windowId should be final. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| misc | FinalParameters | Parameter windowId should be final. | 120 | |
| misc | FinalParameters | Parameter options should be final. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 150 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 150 | |
| naming | LocalVariableName | Name 'win_options' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| coding | MagicNumber | '123' is a magic number. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 186 | |
| misc | FinalParameters | Parameter windowId should be final. | 186 | |
| misc | FinalParameters | Parameter X should be final. | 186 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 | |
| misc | FinalParameters | Parameter Y should be final. | 186 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 196 | |
| naming | LocalVariableName | Name 'log_mode_cmd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 213 | |
| coding | MagicNumber | '4' is a magic number. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 246). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| misc | FinalParameters | Parameter windowId should be final. | 235 | |
| misc | FinalParameters | Parameter X should be final. | 235 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| misc | FinalParameters | Parameter windowId should be final. | 252 | |
| misc | FinalParameters | Parameter X should be final. | 252 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| misc | FinalParameters | Parameter Y should be final. | 252 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 270 | |
| misc | FinalParameters | Parameter windowId should be final. | 270 | |
| misc | FinalParameters | Parameter X should be final. | 270 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| misc | FinalParameters | Parameter Y should be final. | 270 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
| misc | FinalParameters | Parameter titles should be final. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 282 | |
| misc | FinalParameters | Parameter win should be final. | 282 | |
| misc | FinalParameters | Parameter X should be final. | 282 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter Y should be final. | 282 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| misc | FinalParameters | Parameter titles should be final. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 301 | |
| misc | FinalParameters | Parameter windowId should be final. | 301 | |
| misc | FinalParameters | Parameter X should be final. | 301 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| misc | FinalParameters | Parameter Y should be final. | 301 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 | |
| misc | FinalParameters | Parameter titles should be final. | 301 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 320 | |
| misc | FinalParameters | Parameter windowId should be final. | 320 | |
| misc | FinalParameters | Parameter X should be final. | 320 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
| misc | FinalParameters | Parameter Y should be final. | 320 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
| misc | FinalParameters | Parameter titles should be final. | 320 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 334 | |
| misc | FinalParameters | Parameter win should be final. | 334 | |
| misc | FinalParameters | Parameter X should be final. | 334 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| misc | FinalParameters | Parameter Y should be final. | 334 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| misc | FinalParameters | Parameter titles should be final. | 334 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 334 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 335 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 348 | |
| misc | FinalParameters | Parameter win should be final. | 348 | |
| misc | FinalParameters | Parameter X should be final. | 348 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| misc | FinalParameters | Parameter Y should be final. | 348 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| misc | FinalParameters | Parameter titles should be final. | 348 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 348 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| misc | FinalParameters | Parameter win should be final. | 365 | |
| misc | FinalParameters | Parameter X should be final. | 365 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
| misc | FinalParameters | Parameter Y should be final. | 365 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 369 | |
| naming | LocalVariableName | Name 'log_mode_cmd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 386 | |
| coding | MagicNumber | '4' is a magic number. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 396 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| misc | FinalParameters | Parameter win should be final. | 407 | |
| misc | FinalParameters | Parameter X should be final. | 407 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| misc | FinalParameters | Parameter win should be final. | 423 | |
| misc | FinalParameters | Parameter X should be final. | 423 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 | |
| misc | FinalParameters | Parameter Y should be final. | 423 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 440 | |
| misc | FinalParameters | Parameter win should be final. | 440 | |
| misc | FinalParameters | Parameter X should be final. | 440 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 | |
| misc | FinalParameters | Parameter Y should be final. | 440 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 | |
| misc | FinalParameters | Parameter titles should be final. | 440 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 457 | |
| misc | FinalParameters | Parameter win should be final. | 457 | |
| misc | FinalParameters | Parameter X should be final. | 457 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| misc | FinalParameters | Parameter Y should be final. | 457 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| misc | FinalParameters | Parameter titles should be final. | 457 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 470 | |
| misc | FinalParameters | Parameter win should be final. | 470 | |
| misc | FinalParameters | Parameter X should be final. | 470 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 | |
| misc | FinalParameters | Parameter Y should be final. | 470 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 | |
| misc | FinalParameters | Parameter titles should be final. | 470 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 470 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 488 | |
| misc | FinalParameters | Parameter win should be final. | 488 | |
| misc | FinalParameters | Parameter X should be final. | 488 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 | |
| misc | FinalParameters | Parameter Y should be final. | 488 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 | |
| misc | FinalParameters | Parameter titles should be final. | 488 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 489 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 502 | |
| misc | FinalParameters | Parameter win should be final. | 502 | |
| misc | FinalParameters | Parameter X should be final. | 502 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| misc | FinalParameters | Parameter Y should be final. | 502 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| misc | FinalParameters | Parameter titles should be final. | 502 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 502 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 503 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 516 | |
| misc | FinalParameters | Parameter win should be final. | 516 | |
| misc | FinalParameters | Parameter X should be final. | 516 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
| misc | FinalParameters | Parameter Y should be final. | 516 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
| misc | FinalParameters | Parameter titles should be final. | 516 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 516 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 516 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| misc | FinalParameters | Parameter windowId should be final. | 531 | |
| misc | FinalParameters | Parameter cmd should be final. | 531 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| misc | FinalParameters | Parameter win should be final. | 553 | |
| misc | FinalParameters | Parameter Y should be final. | 553 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 570 | |
| naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 | |
| misc | FinalParameters | Parameter win should be final. | 570 | |
| misc | FinalParameters | Parameter Y should be final. | 570 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 | |
| misc | FinalParameters | Parameter titles should be final. | 570 | |
| misc | FinalParameters | Parameter replotflag should be final. | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 571 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 590 | |
| naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| misc | FinalParameters | Parameter win should be final. | 590 | |
| misc | FinalParameters | Parameter Y should be final. | 590 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| misc | FinalParameters | Parameter titles should be final. | 590 | |
| misc | FinalParameters | Parameter replotflag should be final. | 590 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 590 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 590 | |
| coding | MagicNumber | '123' is a magic number. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 641 | |
| blocks | EmptyBlock | Must have at least one statement. | 645 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 664 | |
| naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
| misc | FinalParameters | Parameter win should be final. | 664 | |
| misc | FinalParameters | Parameter X should be final. | 664 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
| misc | FinalParameters | Parameter Y should be final. | 664 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 665 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 677 | |
| naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 | |
| misc | FinalParameters | Parameter win should be final. | 677 | |
| misc | FinalParameters | Parameter X should be final. | 677 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 | |
| misc | FinalParameters | Parameter Y should be final. | 677 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 | |
| misc | FinalParameters | Parameter titles should be final. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 678 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 691 | |
| naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
| misc | FinalParameters | Parameter win should be final. | 691 | |
| misc | FinalParameters | Parameter X should be final. | 691 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
| misc | FinalParameters | Parameter Y should be final. | 691 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
| misc | FinalParameters | Parameter titles should be final. | 691 | |
| misc | FinalParameters | Parameter replotflag should be final. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 692 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 706 | |
| naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
| misc | FinalParameters | Parameter win should be final. | 706 | |
| misc | FinalParameters | Parameter X should be final. | 706 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
| misc | FinalParameters | Parameter Y should be final. | 706 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
| misc | FinalParameters | Parameter titles should be final. | 706 | |
| misc | FinalParameters | Parameter replotflag should be final. | 706 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 706 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 722 | |
| naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
| misc | FinalParameters | Parameter win should be final. | 722 | |
| misc | FinalParameters | Parameter X should be final. | 722 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
| misc | FinalParameters | Parameter Y should be final. | 722 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
| misc | FinalParameters | Parameter titles should be final. | 722 | |
| misc | FinalParameters | Parameter replotflag should be final. | 722 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 722 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 722 | |
| coding | MagicNumber | '123' is a magic number. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 785 | |
| blocks | EmptyBlock | Must have at least one statement. | 790 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 802 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| misc | FinalParameters | Parameter win should be final. | 808 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 817 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| misc | FinalParameters | Parameter win should be final. | 824 | |
| misc | FinalParameters | Parameter on should be final. | 824 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| misc | FinalParameters | Parameter windowId should be final. | 841 | |
| misc | FinalParameters | Parameter string should be final. | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 855 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 881 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 895 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| misc | FinalParameters | Parameter win should be final. | 901 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 910 | |
| misc | FinalParameters | Parameter win should be final. | 914 | |
| misc | FinalParameters | Parameter str should be final. | 914 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 918 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 920 | |
| naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 923 | |
| misc | FinalParameters | Parameter win should be final. | 923 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 927 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 929 | |
| naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 | |
| misc | FinalParameters | Parameter windowId should be final. | 934 | |
| misc | FinalParameters | Parameter frameId should be final. | 934 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 947 | |
| naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 | |
| misc | FinalParameters | Parameter windowId should be final. | 952 | |
| misc | FinalParameters | Parameter frameId should be final. | 952 | |
| misc | FinalParameters | Parameter str should be final. | 952 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 962 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 964 | |
| naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 968 | |
| misc | FinalParameters | Parameter dataId should be final. | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 970 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 979 | |
| naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 984 | |
| misc | FinalParameters | Parameter dataId should be final. | 984 | |
| misc | FinalParameters | Parameter frame should be final. | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 990 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1005 | |
| naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1010 | |
| misc | FinalParameters | Parameter dataId should be final. | 1010 | |
| misc | FinalParameters | Parameter frame should be final. | 1010 | |
| misc | FinalParameters | Parameter num should be final. | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1016 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1026 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1028 | |
| misc | FinalParameters | Parameter windowId should be final. | 1032 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1039 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| misc | FinalParameters | Parameter windowId should be final. | 1044 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1051 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| misc | FinalParameters | Parameter windowId should be final. | 1057 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1063 | |
| misc | FinalParameters | Parameter windowId should be final. | 1068 | |
| misc | FinalParameters | Parameter frame should be final. | 1068 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1090 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1092 | |
| misc | FinalParameters | Parameter windowId should be final. | 1095 | |
| coding | MagicNumber | '123' is a magic number. | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 1135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| misc | FinalParameters | Parameter windowId should be final. | 1142 | |
| misc | FinalParameters | Parameter frameId should be final. | 1142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1151 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 1152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| misc | FinalParameters | Parameter windowId should be final. | 1160 | |
| misc | FinalParameters | Parameter frameId should be final. | 1160 | |
| misc | FinalParameters | Parameter mode should be final. | 1160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1173 | |
| misc | FinalParameters | Parameter windowId should be final. | 1177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1186 | |
| misc | FinalParameters | Parameter windowId should be final. | 1191 | |
| misc | FinalParameters | Parameter option should be final. | 1191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1198 | |
| misc | FinalParameters | Parameter windowId should be final. | 1201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1240 | |
| misc | FinalParameters | Parameter windowId should be final. | 1243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1257 | |
| misc | FinalParameters | Parameter win should be final. | 1260 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1279 | |
| misc | FinalParameters | Parameter windowId should be final. | 1283 | |
| misc | FinalParameters | Parameter on should be final. | 1283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1304 | |
| misc | FinalParameters | Parameter windowId should be final. | 1307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1331 | |
| misc | FinalParameters | Parameter windowId should be final. | 1335 | |
| misc | FinalParameters | Parameter on should be final. | 1335 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1361 | |
| misc | FinalParameters | Parameter windowId should be final. | 1364 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1381 | |
| naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1384 | |
| misc | FinalParameters | Parameter win should be final. | 1384 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1390 | |
| naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1395 | |
| misc | FinalParameters | Parameter windowId should be final. | 1395 | |
| misc | FinalParameters | Parameter frame should be final. | 1395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1404 | |
| naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1409 | |
| misc | FinalParameters | Parameter win should be final. | 1409 | |
| misc | FinalParameters | Parameter frame should be final. | 1409 | |
| misc | FinalParameters | Parameter str should be final. | 1409 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1417 | |
| naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1420 | |
| misc | FinalParameters | Parameter windowId should be final. | 1420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1426 | |
| naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1431 | |
| misc | FinalParameters | Parameter windowId should be final. | 1431 | |
| misc | FinalParameters | Parameter frame should be final. | 1431 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1432 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1440 | |
| naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1445 | |
| misc | FinalParameters | Parameter windowId should be final. | 1445 | |
| misc | FinalParameters | Parameter frame should be final. | 1445 | |
| misc | FinalParameters | Parameter string should be final. | 1445 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1468 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1488 | |
| misc | FinalParameters | Parameter windowId should be final. | 1492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1499 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1508 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1524 | |
| misc | FinalParameters | Parameter windowId should be final. | 1527 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1550 | |
| misc | FinalParameters | Parameter windowId should be final. | 1554 | |
| misc | FinalParameters | Parameter on should be final. | 1554 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1580 | |
| misc | FinalParameters | Parameter windowId should be final. | 1583 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1606 | |
| misc | FinalParameters | Parameter windowId should be final. | 1610 | |
| misc | FinalParameters | Parameter on should be final. | 1610 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1636 | |
| misc | FinalParameters | Parameter windowId should be final. | 1641 | |
| misc | FinalParameters | Parameter X should be final. | 1641 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1641 | |
| misc | FinalParameters | Parameter Y should be final. | 1641 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1641 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1642 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1647 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1653 | |
| misc | FinalParameters | Parameter windowId should be final. | 1653 | |
| misc | FinalParameters | Parameter X should be final. | 1653 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1653 | |
| misc | FinalParameters | Parameter Y should be final. | 1653 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1653 | |
| misc | FinalParameters | Parameter titles should be final. | 1653 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1654 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1659 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1665 | |
| misc | FinalParameters | Parameter windowId should be final. | 1665 | |
| misc | FinalParameters | Parameter X should be final. | 1665 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1665 | |
| misc | FinalParameters | Parameter Y should be final. | 1665 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1665 | |
| misc | FinalParameters | Parameter titles should be final. | 1665 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1671 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1678 | |
| misc | FinalParameters | Parameter win should be final. | 1678 | |
| misc | FinalParameters | Parameter X should be final. | 1678 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1678 | |
| misc | FinalParameters | Parameter Y should be final. | 1678 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1678 | |
| misc | FinalParameters | Parameter titles should be final. | 1678 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1678 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1684 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1691 | |
| misc | FinalParameters | Parameter windowId should be final. | 1691 | |
| misc | FinalParameters | Parameter X should be final. | 1691 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1691 | |
| misc | FinalParameters | Parameter Y should be final. | 1691 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1691 | |
| misc | FinalParameters | Parameter titles should be final. | 1691 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1691 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1692 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1697 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1705 | |
| misc | FinalParameters | Parameter windowId should be final. | 1705 | |
| misc | FinalParameters | Parameter X should be final. | 1705 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1705 | |
| misc | FinalParameters | Parameter Y should be final. | 1705 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1705 | |
| misc | FinalParameters | Parameter titles should be final. | 1705 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1705 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 1706 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1711 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1719 | |
| misc | FinalParameters | Parameter win should be final. | 1719 | |
| misc | FinalParameters | Parameter X should be final. | 1719 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1719 | |
| misc | FinalParameters | Parameter Y should be final. | 1719 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1719 | |
| misc | FinalParameters | Parameter titles should be final. | 1719 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1719 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 1719 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1727 | |
| coding | MagicNumber | '4' is a magic number. | 1731 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1738 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 | |
| misc | FinalParameters | Parameter win should be final. | 1743 | |
| misc | FinalParameters | Parameter X should be final. | 1743 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 | |
| misc | FinalParameters | Parameter Y should be final. | 1743 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1744 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1749 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1755 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 | |
| misc | FinalParameters | Parameter win should be final. | 1755 | |
| misc | FinalParameters | Parameter X should be final. | 1755 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 | |
| misc | FinalParameters | Parameter Y should be final. | 1755 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 | |
| misc | FinalParameters | Parameter titles should be final. | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1756 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1759 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1761 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1767 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 | |
| misc | FinalParameters | Parameter win should be final. | 1767 | |
| misc | FinalParameters | Parameter X should be final. | 1767 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 | |
| misc | FinalParameters | Parameter Y should be final. | 1767 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 | |
| misc | FinalParameters | Parameter titles should be final. | 1767 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1773 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1780 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 | |
| misc | FinalParameters | Parameter win should be final. | 1780 | |
| misc | FinalParameters | Parameter X should be final. | 1780 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 | |
| misc | FinalParameters | Parameter Y should be final. | 1780 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 | |
| misc | FinalParameters | Parameter titles should be final. | 1780 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1780 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1786 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1793 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 | |
| misc | FinalParameters | Parameter win should be final. | 1793 | |
| misc | FinalParameters | Parameter X should be final. | 1793 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 | |
| misc | FinalParameters | Parameter Y should be final. | 1793 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 | |
| misc | FinalParameters | Parameter titles should be final. | 1793 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1793 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1794 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1797 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1799 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1807 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 | |
| misc | FinalParameters | Parameter win should be final. | 1807 | |
| misc | FinalParameters | Parameter X should be final. | 1807 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 | |
| misc | FinalParameters | Parameter Y should be final. | 1807 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 | |
| misc | FinalParameters | Parameter titles should be final. | 1807 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1807 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1808 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1813 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1815 | |
| coding | MagicNumber | '4' is a magic number. | 1819 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1826 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1834 | |
| naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 | |
| misc | FinalParameters | Parameter win should be final. | 1834 | |
| misc | FinalParameters | Parameter X should be final. | 1834 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 | |
| misc | FinalParameters | Parameter Y should be final. | 1834 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 | |
| misc | FinalParameters | Parameter titles should be final. | 1834 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1834 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 1834 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1835 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1840 | |
| naming | MethodName | Name 'export_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1844 | |
| misc | FinalParameters | Parameter win should be final. | 1844 | |
| misc | FinalParameters | Parameter mode should be final. | 1844 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1846 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1848 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1850 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1854 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1856 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1862 | |
| misc | FinalParameters | Parameter win should be final. | 1867 | |
| misc | FinalParameters | Parameter filename should be final. | 1867 | |
| misc | FinalParameters | Parameter mode should be final. | 1867 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1873 | |
| misc | FinalParameters | Parameter win should be final. | 1879 | |
| misc | FinalParameters | Parameter filename should be final. | 1879 | |
| misc | FinalParameters | Parameter mode should be final. | 1879 | |
| misc | FinalParameters | Parameter cmd should be final. | 1879 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1944 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1946 | |
| misc | FinalParameters | Parameter win should be final. | 1951 | |
| misc | FinalParameters | Parameter X should be final. | 1951 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1951 | |
| misc | FinalParameters | Parameter Y should be final. | 1951 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1951 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1952 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1955 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1957 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1963 | |
| misc | FinalParameters | Parameter win should be final. | 1963 | |
| misc | FinalParameters | Parameter X should be final. | 1963 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1963 | |
| misc | FinalParameters | Parameter Y should be final. | 1963 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1963 | |
| misc | FinalParameters | Parameter titles should be final. | 1963 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1964 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1967 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1969 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1975 | |
| misc | FinalParameters | Parameter win should be final. | 1975 | |
| misc | FinalParameters | Parameter X should be final. | 1975 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1975 | |
| misc | FinalParameters | Parameter Y should be final. | 1975 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1975 | |
| misc | FinalParameters | Parameter titles should be final. | 1975 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1979 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1981 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1988 | |
| misc | FinalParameters | Parameter win should be final. | 1988 | |
| misc | FinalParameters | Parameter X should be final. | 1988 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1988 | |
| misc | FinalParameters | Parameter Y should be final. | 1988 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1988 | |
| misc | FinalParameters | Parameter titles should be final. | 1988 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 1988 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1992 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1994 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2001 | |
| misc | FinalParameters | Parameter win should be final. | 2001 | |
| misc | FinalParameters | Parameter X should be final. | 2001 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2001 | |
| misc | FinalParameters | Parameter Y should be final. | 2001 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2001 | |
| misc | FinalParameters | Parameter titles should be final. | 2001 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2001 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2002 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2005 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2007 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 2015 | |
| misc | FinalParameters | Parameter win should be final. | 2015 | |
| misc | FinalParameters | Parameter X should be final. | 2015 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2015 | |
| misc | FinalParameters | Parameter Y should be final. | 2015 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2015 | |
| misc | FinalParameters | Parameter titles should be final. | 2015 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2015 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2015 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2016 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2018 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2027 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2029 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 2037 | |
| misc | FinalParameters | Parameter win should be final. | 2037 | |
| misc | FinalParameters | Parameter X should be final. | 2037 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2037 | |
| misc | FinalParameters | Parameter Y should be final. | 2037 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2037 | |
| misc | FinalParameters | Parameter titles should be final. | 2037 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2037 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2037 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 2038 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2043 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 | |
| misc | FinalParameters | Parameter win should be final. | 2048 | |
| misc | FinalParameters | Parameter X should be final. | 2048 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 | |
| misc | FinalParameters | Parameter Y should be final. | 2048 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2049 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2052 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2054 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2060 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 | |
| misc | FinalParameters | Parameter win should be final. | 2060 | |
| misc | FinalParameters | Parameter X should be final. | 2060 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 | |
| misc | FinalParameters | Parameter Y should be final. | 2060 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 | |
| misc | FinalParameters | Parameter titles should be final. | 2060 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2061 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2064 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2066 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2072 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 | |
| misc | FinalParameters | Parameter win should be final. | 2072 | |
| misc | FinalParameters | Parameter X should be final. | 2072 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 | |
| misc | FinalParameters | Parameter Y should be final. | 2072 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 | |
| misc | FinalParameters | Parameter titles should be final. | 2072 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2076 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2085 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 | |
| misc | FinalParameters | Parameter win should be final. | 2085 | |
| misc | FinalParameters | Parameter X should be final. | 2085 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 | |
| misc | FinalParameters | Parameter Y should be final. | 2085 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 | |
| misc | FinalParameters | Parameter titles should be final. | 2085 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2085 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2091 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2098 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 | |
| misc | FinalParameters | Parameter win should be final. | 2098 | |
| misc | FinalParameters | Parameter X should be final. | 2098 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 | |
| misc | FinalParameters | Parameter Y should be final. | 2098 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 | |
| misc | FinalParameters | Parameter titles should be final. | 2098 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2098 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2099 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2104 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 2112 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 | |
| misc | FinalParameters | Parameter win should be final. | 2112 | |
| misc | FinalParameters | Parameter X should be final. | 2112 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 | |
| misc | FinalParameters | Parameter Y should be final. | 2112 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 | |
| misc | FinalParameters | Parameter titles should be final. | 2112 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2112 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2112 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2113 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2126 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 2134 | |
| naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 | |
| misc | FinalParameters | Parameter win should be final. | 2134 | |
| misc | FinalParameters | Parameter X should be final. | 2134 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 | |
| misc | FinalParameters | Parameter Y should be final. | 2134 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 | |
| misc | FinalParameters | Parameter titles should be final. | 2134 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2134 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2134 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 2135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2140 | |
| misc | FinalParameters | Parameter win should be final. | 2145 | |
| misc | FinalParameters | Parameter X should be final. | 2145 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2145 | |
| misc | FinalParameters | Parameter Y should be final. | 2145 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2145 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2151 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 2157 | |
| misc | FinalParameters | Parameter win should be final. | 2157 | |
| misc | FinalParameters | Parameter X should be final. | 2157 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2157 | |
| misc | FinalParameters | Parameter Y should be final. | 2157 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2157 | |
| misc | FinalParameters | Parameter titles should be final. | 2157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2163 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2169 | |
| misc | FinalParameters | Parameter win should be final. | 2169 | |
| misc | FinalParameters | Parameter X should be final. | 2169 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 | |
| misc | FinalParameters | Parameter Y should be final. | 2169 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 | |
| misc | FinalParameters | Parameter titles should be final. | 2169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2175 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2182 | |
| misc | FinalParameters | Parameter win should be final. | 2182 | |
| misc | FinalParameters | Parameter X should be final. | 2182 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2182 | |
| misc | FinalParameters | Parameter Y should be final. | 2182 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2182 | |
| misc | FinalParameters | Parameter titles should be final. | 2182 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2188 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2195 | |
| misc | FinalParameters | Parameter win should be final. | 2195 | |
| misc | FinalParameters | Parameter X should be final. | 2195 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2195 | |
| misc | FinalParameters | Parameter Y should be final. | 2195 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2195 | |
| misc | FinalParameters | Parameter titles should be final. | 2195 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2195 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2201 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 2209 | |
| misc | FinalParameters | Parameter win should be final. | 2209 | |
| misc | FinalParameters | Parameter X should be final. | 2209 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2209 | |
| misc | FinalParameters | Parameter Y should be final. | 2209 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2209 | |
| misc | FinalParameters | Parameter titles should be final. | 2209 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2209 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2209 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2210 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2223 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 2231 | |
| misc | FinalParameters | Parameter win should be final. | 2231 | |
| misc | FinalParameters | Parameter X should be final. | 2231 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2231 | |
| misc | FinalParameters | Parameter Y should be final. | 2231 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2231 | |
| misc | FinalParameters | Parameter titles should be final. | 2231 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2231 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2231 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 2232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2237 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 | |
| misc | FinalParameters | Parameter win should be final. | 2242 | |
| misc | FinalParameters | Parameter X should be final. | 2242 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 | |
| misc | FinalParameters | Parameter Y should be final. | 2242 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 2243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2248 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2254 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 | |
| misc | FinalParameters | Parameter win should be final. | 2254 | |
| misc | FinalParameters | Parameter X should be final. | 2254 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 | |
| misc | FinalParameters | Parameter Y should be final. | 2254 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 | |
| misc | FinalParameters | Parameter titles should be final. | 2254 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2260 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2266 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 | |
| misc | FinalParameters | Parameter win should be final. | 2266 | |
| misc | FinalParameters | Parameter X should be final. | 2266 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 | |
| misc | FinalParameters | Parameter Y should be final. | 2266 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 | |
| misc | FinalParameters | Parameter titles should be final. | 2266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2272 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2279 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 | |
| misc | FinalParameters | Parameter win should be final. | 2279 | |
| misc | FinalParameters | Parameter X should be final. | 2279 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 | |
| misc | FinalParameters | Parameter Y should be final. | 2279 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 | |
| misc | FinalParameters | Parameter titles should be final. | 2279 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2285 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 2292 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 | |
| misc | FinalParameters | Parameter win should be final. | 2292 | |
| misc | FinalParameters | Parameter X should be final. | 2292 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 | |
| misc | FinalParameters | Parameter Y should be final. | 2292 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 | |
| misc | FinalParameters | Parameter titles should be final. | 2292 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2292 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2293 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2298 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 2306 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 | |
| misc | FinalParameters | Parameter win should be final. | 2306 | |
| misc | FinalParameters | Parameter X should be final. | 2306 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 | |
| misc | FinalParameters | Parameter Y should be final. | 2306 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 | |
| misc | FinalParameters | Parameter titles should be final. | 2306 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2306 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2306 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2307 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2309 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2320 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 2328 | |
| naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 | |
| misc | FinalParameters | Parameter win should be final. | 2328 | |
| misc | FinalParameters | Parameter X should be final. | 2328 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 | |
| misc | FinalParameters | Parameter Y should be final. | 2328 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 | |
| misc | FinalParameters | Parameter titles should be final. | 2328 | |
| misc | FinalParameters | Parameter cmds1 should be final. | 2328 | |
| misc | FinalParameters | Parameter cmds2 should be final. | 2328 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 2329 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2334 | |
| misc | FinalParameters | Parameter win should be final. | 2340 | |
| misc | FinalParameters | Parameter text should be final. | 2340 | |
| misc | FinalParameters | Parameter x should be final. | 2340 | |
| misc | FinalParameters | Parameter y should be final. | 2340 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2346 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2353 | |
| misc | FinalParameters | Parameter win should be final. | 2353 | |
| misc | FinalParameters | Parameter text should be final. | 2353 | |
| misc | FinalParameters | Parameter x should be final. | 2353 | |
| misc | FinalParameters | Parameter y should be final. | 2353 | |
| misc | FinalParameters | Parameter cmds should be final. | 2353 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2359 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2361 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2380 | |
| misc | FinalParameters | Parameter win should be final. | 2384 | |
| misc | FinalParameters | Parameter text should be final. | 2384 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2401 | |
| misc | FinalParameters | Parameter win should be final. | 2405 | |
| misc | FinalParameters | Parameter text should be final. | 2405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2422 | |
| misc | FinalParameters | Parameter win should be final. | 2427 | |
| misc | FinalParameters | Parameter text should be final. | 2427 | |
| misc | FinalParameters | Parameter xoff should be final. | 2427 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2428 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2444 | |
| misc | FinalParameters | Parameter win should be final. | 2450 | |
| misc | FinalParameters | Parameter text should be final. | 2450 | |
| misc | FinalParameters | Parameter xoff should be final. | 2450 | |
| misc | FinalParameters | Parameter yoff should be final. | 2450 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 2451 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2468 | |
| misc | FinalParameters | Parameter win should be final. | 2472 | |
| misc | FinalParameters | Parameter text should be final. | 2472 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2490 | |
| misc | FinalParameters | Parameter win should be final. | 2495 | |
| misc | FinalParameters | Parameter text should be final. | 2495 | |
| misc | FinalParameters | Parameter xoff should be final. | 2495 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2496 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2512 | |
| misc | FinalParameters | Parameter win should be final. | 2518 | |
| misc | FinalParameters | Parameter text should be final. | 2518 | |
| misc | FinalParameters | Parameter xoff should be final. | 2518 | |
| misc | FinalParameters | Parameter yoff should be final. | 2518 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2519 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2536 | |
| misc | FinalParameters | Parameter win should be final. | 2540 | |
| misc | FinalParameters | Parameter text should be final. | 2540 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2557 | |
| misc | FinalParameters | Parameter win should be final. | 2562 | |
| misc | FinalParameters | Parameter text should be final. | 2562 | |
| misc | FinalParameters | Parameter xoff should be final. | 2562 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2563 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2579 | |
| misc | FinalParameters | Parameter win should be final. | 2585 | |
| misc | FinalParameters | Parameter text should be final. | 2585 | |
| misc | FinalParameters | Parameter xoff should be final. | 2585 | |
| misc | FinalParameters | Parameter yoff should be final. | 2585 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 2586 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2603 | |
| misc | FinalParameters | Parameter win should be final. | 2607 | |
| misc | FinalParameters | Parameter text should be final. | 2607 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2622 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2624 | |
| misc | FinalParameters | Parameter win should be final. | 2629 | |
| misc | FinalParameters | Parameter text should be final. | 2629 | |
| misc | FinalParameters | Parameter xoff should be final. | 2629 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2630 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2646 | |
| misc | FinalParameters | Parameter win should be final. | 2652 | |
| misc | FinalParameters | Parameter text should be final. | 2652 | |
| misc | FinalParameters | Parameter xoff should be final. | 2652 | |
| misc | FinalParameters | Parameter yoff should be final. | 2652 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2653 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2670 | |
| misc | FinalParameters | Parameter win should be final. | 2674 | |
| misc | FinalParameters | Parameter text should be final. | 2674 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2691 | |
| misc | FinalParameters | Parameter win should be final. | 2696 | |
| misc | FinalParameters | Parameter text should be final. | 2696 | |
| misc | FinalParameters | Parameter xoff should be final. | 2696 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2697 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2713 | |
| misc | FinalParameters | Parameter win should be final. | 2719 | |
| misc | FinalParameters | Parameter text should be final. | 2719 | |
| misc | FinalParameters | Parameter xoff should be final. | 2719 | |
| misc | FinalParameters | Parameter yoff should be final. | 2719 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 2720 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2735 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2737 | |
| misc | FinalParameters | Parameter win should be final. | 2741 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 2741 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2741 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2758 | |
| misc | FinalParameters | Parameter win should be final. | 2763 | |
| misc | FinalParameters | Parameter xmin should be final. | 2763 | |
| misc | FinalParameters | Parameter xmax should be final. | 2763 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2764 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2781 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2788 | |
| misc | FinalParameters | Parameter win should be final. | 2788 | |
| misc | FinalParameters | Parameter xmin should be final. | 2788 | |
| misc | FinalParameters | Parameter xmax should be final. | 2788 | |
| misc | FinalParameters | Parameter ymin should be final. | 2788 | |
| misc | FinalParameters | Parameter ymax should be final. | 2788 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2789 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2790 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2806 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2815 | |
| misc | FinalParameters | Parameter win should be final. | 2815 | |
| misc | FinalParameters | Parameter xmin should be final. | 2815 | |
| misc | FinalParameters | Parameter xmax should be final. | 2815 | |
| misc | FinalParameters | Parameter ymin should be final. | 2815 | |
| misc | FinalParameters | Parameter ymax should be final. | 2815 | |
| misc | FinalParameters | Parameter zmin should be final. | 2815 | |
| misc | FinalParameters | Parameter zmax should be final. | 2815 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2816 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2817 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2818 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2833 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2835 | |
| misc | FinalParameters | Parameter win should be final. | 2840 | |
| misc | FinalParameters | Parameter min should be final. | 2840 | |
| misc | FinalParameters | Parameter max should be final. | 2840 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2841 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2856 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2858 | |
| misc | FinalParameters | Parameter win should be final. | 2863 | |
| misc | FinalParameters | Parameter min should be final. | 2863 | |
| misc | FinalParameters | Parameter max should be final. | 2863 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2864 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2881 | |
| misc | FinalParameters | Parameter win should be final. | 2886 | |
| misc | FinalParameters | Parameter min should be final. | 2886 | |
| misc | FinalParameters | Parameter max should be final. | 2886 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2887 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2901 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2903 | |
| misc | FinalParameters | Parameter win should be final. | 2908 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 2908 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2908 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 2908 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2908 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2909 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2923 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2925 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2931 | |
| misc | FinalParameters | Parameter win should be final. | 2931 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 2931 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2931 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 2931 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2931 | |
| misc | FinalParameters | Parameter scale should be final. | 2931 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 2932 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2946 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2948 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 2955 | |
| misc | FinalParameters | Parameter win should be final. | 2955 | |
| misc | FinalParameters | Parameter rotate_x should be final. | 2955 | |
| naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 | |
| misc | FinalParameters | Parameter rotate_z should be final. | 2955 | |
| naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 | |
| misc | FinalParameters | Parameter scale should be final. | 2955 | |
| misc | FinalParameters | Parameter scale_z should be final. | 2955 | |
| naming | ParameterName | Name 'scale_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 2956 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2971 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2987 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2989 | |
| misc | FinalParameters | Parameter windowId should be final. | 2992 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3005 | |
| misc | FinalParameters | Parameter windowId1 should be final. | 3009 | |
| misc | FinalParameters | Parameter windowId2 should be final. | 3009 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3021 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3023 | |
| misc | FinalParameters | Parameter windowId1 should be final. | 3028 | |
| misc | FinalParameters | Parameter windowId2 should be final. | 3028 | |
| misc | FinalParameters | Parameter windowId3 should be final. | 3028 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3043 | |
| misc | FinalParameters | Parameter win1 should be final. | 3049 | |
| misc | FinalParameters | Parameter win2 should be final. | 3049 | |
| misc | FinalParameters | Parameter win3 should be final. | 3049 | |
| misc | FinalParameters | Parameter win4 should be final. | 3049 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3063 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3065 | |
| misc | FinalParameters | Parameter win1 should be final. | 3072 | |
| misc | FinalParameters | Parameter win2 should be final. | 3072 | |
| misc | FinalParameters | Parameter win3 should be final. | 3072 | |
| misc | FinalParameters | Parameter win4 should be final. | 3072 | |
| misc | FinalParameters | Parameter win5 should be final. | 3072 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3084 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3086 | |
| misc | FinalParameters | Parameter windowId should be final. | 3090 | |
| misc | FinalParameters | Parameter options should be final. | 3090 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3100 | |
| misc | FinalParameters | Parameter windowId should be final. | 3105 | |
| misc | FinalParameters | Parameter rows should be final. | 3105 | |
| misc | FinalParameters | Parameter cols should be final. | 3105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3111 | |
| misc | FinalParameters | Parameter win should be final. | 3117 | |
| misc | FinalParameters | Parameter rows should be final. | 3117 | |
| misc | FinalParameters | Parameter cols should be final. | 3117 | |
| misc | FinalParameters | Parameter frame should be final. | 3117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3119 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3122 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3125 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 3171 | |
| coding | MagicNumber | '0.98' is a magic number. | 3171 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 3174 | |
| coding | MagicNumber | '0.98' is a magic number. | 3174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter g should be final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter y should be final. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter x_ should be final. | 50 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| misc | FinalParameters | Parameter y_ should be final. | 50 | |
| naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalFinalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalFinalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 60 | |
| coding | MagicNumber | '3' is a magic number. | 62 | |
| coding | MagicNumber | '3' is a magic number. | 63 | |
| coding | MagicNumber | '3' is a magic number. | 64 | |
| coding | MagicNumber | '3' is a magic number. | 64 | |
| coding | MagicNumber | '3' is a magic number. | 65 | |
| coding | MagicNumber | '3' is a magic number. | 66 | |
| coding | MagicNumber | '3' is a magic number. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| misc | FinalParameters | Parameter x should be final. | 80 | |
| misc | FinalParameters | Parameter y should be final. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter x should be final. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter x_ should be final. | 32 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| coding | MagicNumber | '100' is a magic number. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| misc | FinalParameters | Parameter x_ should be final. | 44 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter tolerance should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| misc | FinalParameters | Parameter x_ should be final. | 55 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter tolerance should be final. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 70 | |
| naming | LocalVariableName | Name 'idx_re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| naming | LocalVariableName | Name 'idx_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 263). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| misc | FinalParameters | Parameter Vc should be final. | 37 | |
| naming | ParameterName | Name 'Vc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter Dc should be final. | 37 | |
| naming | ParameterName | Name 'Dc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 40 | |
| naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 44 | |
| naming | LocalFinalVariableName | Name 'Vr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter X should be final. | 33 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter A should be final. | 28 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| misc | FinalParameters | Parameter x should be final. | 36 | |
| misc | FinalParameters | Parameter y should be final. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 53 | |
| misc | FinalParameters | Parameter x should be final. | 54 | |
| misc | FinalParameters | Parameter y should be final. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter x should be final. | 40 | |
| misc | FinalParameters | Parameter y should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter x should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| misc | FinalParameters | Parameter x should be final. | 66 | |
| misc | FinalParameters | Parameter y should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter x should be final. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter x should be final. | 91 | |
| misc | FinalParameters | Parameter y should be final. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter x should be final. | 40 | |
| misc | FinalParameters | Parameter y should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter x should be final. | 53 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| misc | FinalParameters | Parameter x should be final. | 81 | |
| misc | FinalParameters | Parameter y should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| misc | FinalParameters | Parameter x should be final. | 113 | |
| misc | FinalParameters | Parameter x should be final. | 122 | |
| misc | FinalParameters | Parameter y should be final. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter args should be final. | 29 | |
| coding | MagicNumber | '2748' is a magic number. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| coding | MagicNumber | '16' is a magic number. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 49 | |
| coding | MagicNumber | '16' is a magic number. | 49 | |
| naming | LocalVariableName | Name 'ABCDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '9' is a magic number. | 60 | |
| coding | MagicNumber | '9' is a magic number. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter b should be final. | 42 | |
| misc | FinalParameters | Parameter a should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 83 | |
| misc | FinalParameters | Parameter b should be final. | 84 | |
| misc | FinalParameters | Parameter a should be final. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| coding | MagicNumber | '3' is a magic number. | 54 | |
| coding | MagicNumber | '4' is a magic number. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 87 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| coding | MagicNumber | '3' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 | |
| coding | MagicNumber | '3' is a magic number. | 104 | |
| coding | MagicNumber | '4' is a magic number. | 104 | |
| coding | MagicNumber | '5' is a magic number. | 104 | |
| coding | MagicNumber | '6' is a magic number. | 104 | |
| coding | MagicNumber | '7' is a magic number. | 104 | |
| coding | MagicNumber | '8' is a magic number. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 133 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 133 | |
| coding | MagicNumber | '3' is a magic number. | 133 | |
| coding | MagicNumber | '3' is a magic number. | 133 | |
| coding | MagicNumber | '4' is a magic number. | 133 | |
| coding | MagicNumber | '4' is a magic number. | 133 | |
| coding | MagicNumber | '3' is a magic number. | 143 | |
| coding | MagicNumber | '3' is a magic number. | 151 | |
| coding | MagicNumber | '3' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 167 | |
| coding | MagicNumber | '3' is a magic number. | 167 | |
| coding | MagicNumber | '7' is a magic number. | 167 | |
| coding | MagicNumber | '3' is a magic number. | 175 | |
| coding | MagicNumber | '3' is a magic number. | 183 | |
| coding | MagicNumber | '0.5' is a magic number. | 183 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 201 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 206 | |
| coding | MagicNumber | '3' is a magic number. | 206 | |
| coding | MagicNumber | '4' is a magic number. | 206 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| coding | MagicNumber | '3' is a magic number. | 207 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 | |
| coding | MagicNumber | '3' is a magic number. | 208 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| coding | MagicNumber | '3' is a magic number. | 209 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 229 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 229 | |
| coding | MagicNumber | '3' is a magic number. | 229 | |
| coding | MagicNumber | '4' is a magic number. | 229 | |
| coding | MagicNumber | '3' is a magic number. | 254 | |
| coding | MagicNumber | '3' is a magic number. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 267 | |
| coding | MagicNumber | '3' is a magic number. | 271 | |
| coding | MagicNumber | '3' is a magic number. | 280 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| coding | MagicNumber | '3' is a magic number. | 289 | |
| coding | MagicNumber | '4' is a magic number. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 306 | |
| coding | MagicNumber | '3' is a magic number. | 312 | |
| coding | MagicNumber | '3' is a magic number. | 313 | |
| coding | MagicNumber | '4' is a magic number. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 319 | |
| coding | MagicNumber | '4' is a magic number. | 325 | |
| coding | MagicNumber | '5' is a magic number. | 325 | |
| coding | MagicNumber | '6' is a magic number. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 332 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 338 | |
| coding | MagicNumber | '7' is a magic number. | 338 | |
| coding | MagicNumber | '8' is a magic number. | 338 | |
| coding | MagicNumber | '9' is a magic number. | 338 | |
| coding | MagicNumber | '10' is a magic number. | 338 | |
| coding | MagicNumber | '3' is a magic number. | 339 | |
| coding | MagicNumber | '3' is a magic number. | 339 | |
| coding | MagicNumber | '4' is a magic number. | 339 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 365 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 365 | |
| coding | MagicNumber | '3' is a magic number. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 365 | |
| coding | MagicNumber | '5' is a magic number. | 365 | |
| coding | MagicNumber | '6' is a magic number. | 365 | |
| coding | MagicNumber | '7' is a magic number. | 365 | |
| coding | MagicNumber | '8' is a magic number. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 366 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 366 | |
| coding | MagicNumber | '8' is a magic number. | 366 | |
| coding | MagicNumber | '6' is a magic number. | 366 | |
| coding | MagicNumber | '3' is a magic number. | 366 | |
| coding | MagicNumber | '5' is a magic number. | 366 | |
| coding | MagicNumber | '7' is a magic number. | 366 | |
| coding | MagicNumber | '4' is a magic number. | 366 | |
| coding | MagicNumber | '9' is a magic number. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 386 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 391 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 391 | |
| coding | MagicNumber | '3' is a magic number. | 391 | |
| coding | MagicNumber | '3' is a magic number. | 391 | |
| coding | MagicNumber | '5' is a magic number. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 392 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 392 | |
| coding | MagicNumber | '3' is a magic number. | 392 | |
| coding | MagicNumber | '6' is a magic number. | 392 | |
| coding | MagicNumber | '3' is a magic number. | 392 | |
| coding | MagicNumber | '5' is a magic number. | 392 | |
| coding | MagicNumber | '7' is a magic number. | 392 | |
| coding | MagicNumber | '4' is a magic number. | 392 | |
| coding | MagicNumber | '9' is a magic number. | 392 | |
| naming | LocalVariableName | Name 'Ai' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 | |
| naming | LocalVariableName | Name 'At' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 | |
| naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 | |
| naming | LocalVariableName | Name 'Ec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 | |
| naming | LocalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 | |
| coding | MagicNumber | '0.3' is a magic number. | 481 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 503 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 503 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 503 | |
| coding | MagicNumber | '3' is a magic number. | 503 | |
| coding | MagicNumber | '4' is a magic number. | 503 | |
| coding | MagicNumber | '5' is a magic number. | 503 | |
| coding | MagicNumber | '6' is a magic number. | 503 | |
| coding | MagicNumber | '7' is a magic number. | 503 | |
| coding | MagicNumber | '8' is a magic number. | 503 | |
| naming | LocalVariableName | Name 'DV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 582 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 583 | |
| naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 591 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 600 | |
| coding | MagicNumber | '3' is a magic number. | 600 | |
| coding | MagicNumber | '4' is a magic number. | 600 | |
| coding | MagicNumber | '5' is a magic number. | 600 | |
| coding | MagicNumber | '6' is a magic number. | 600 | |
| coding | MagicNumber | '7' is a magic number. | 600 | |
| coding | MagicNumber | '8' is a magic number. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 601 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 601 | |
| coding | MagicNumber | '8' is a magic number. | 601 | |
| coding | MagicNumber | '6' is a magic number. | 601 | |
| coding | MagicNumber | '3' is a magic number. | 601 | |
| coding | MagicNumber | '5' is a magic number. | 601 | |
| coding | MagicNumber | '7' is a magic number. | 601 | |
| coding | MagicNumber | '4' is a magic number. | 601 | |
| coding | MagicNumber | '9' is a magic number. | 601 | |
| naming | LocalVariableName | Name 'DV2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 621 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 621 | |
| naming | LocalVariableName | Name 'UDV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 | |
| naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 | |
| naming | LocalVariableName | Name 'Dre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 623 | |
| naming | LocalVariableName | Name 'Vre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| misc | FinalParameters | Parameter X_ should be final. | 34 | |
| naming | ParameterName | Name 'X_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter X_ should be final. | 71 | |
| naming | ParameterName | Name 'X_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter N should be final. | 71 | |
| naming | ParameterName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 85 | |
| naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| misc | FinalParameters | Parameter X should be final. | 103 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 116 | |
| misc | FinalParameters | Parameter x should be final. | 116 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 130 | |
| misc | FinalParameters | Parameter x should be final. | 130 | |
| misc | FinalParameters | Parameter samplingInterval should be final. | 130 | |
| misc | FinalParameters | Parameter size should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter a1 should be final. | 33 | |
| misc | FinalParameters | Parameter a2 should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 48 | |
| misc | FinalParameters | Parameter a1 should be final. | 49 | |
| misc | FinalParameters | Parameter a2 should be final. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| misc | FinalParameters | Parameter a1 should be final. | 61 | |
| misc | FinalParameters | Parameter a2 should be final. | 61 | |
| misc | FinalParameters | Parameter a3 should be final. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter A should be final. | 30 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter A_ should be final. | 44 | |
| naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter k should be final. | 44 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter x should be final. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 46 | |
| misc | FinalParameters | Parameter order should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter x should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter x should be final. | 78 | |
| misc | FinalParameters | Parameter order should be final. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| misc | FinalParameters | Parameter x should be final. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter x should be final. | 121 | |
| misc | FinalParameters | Parameter order should be final. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 135 | |
| misc | FinalParameters | Parameter x should be final. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 161 | |
| misc | FinalParameters | Parameter x should be final. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 177 | |
| misc | FinalParameters | Parameter x should be final. | 178 | |
| misc | FinalParameters | Parameter order should be final. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter x1_ should be final. | 37 | |
| naming | ParameterName | Name 'x1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter x1_ should be final. | 55 | |
| naming | ParameterName | Name 'x1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| misc | FinalParameters | Parameter x2_ should be final. | 55 | |
| naming | ParameterName | Name 'x2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 75 | |
| coding | MagicNumber | '0.5' is a magic number. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter p should be final. | 34 | |
| misc | FinalParameters | Parameter w should be final. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| misc | FinalParameters | Parameter p should be final. | 57 | |
| misc | FinalParameters | Parameter w should be final. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| misc | FinalParameters | Parameter g should be final. | 80 | |
| misc | FinalParameters | Parameter w should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter X should be final. | 30 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter A should be final. | 51 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter fun should be final. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| naming | LocalVariableName | Name 'Qr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| naming | LocalVariableName | Name 'Tr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 100 | |
| misc | FinalParameters | Parameter A should be final. | 100 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| misc | FinalParameters | Parameter fun should be final. | 100 | |
| misc | FinalParameters | Parameter tolerance should be final. | 100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| naming | LocalVariableName | Name 'Qr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'Tr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 68 | |
| coding | MagicNumber | '76.18009172947146' is a magic number. | 68 | |
| coding | MagicNumber | '-86.50532032941677' is a magic number. | 68 | |
| coding | MagicNumber | '24.01409824083091' is a magic number. | 68 | |
| coding | MagicNumber | '-1.231739572450155' is a magic number. | 68 | |
| coding | MagicNumber | '0.1208650973866179e-2' is a magic number. | 68 | |
| coding | MagicNumber | '-0.5395239384953e-5' is a magic number. | 68 | |
| coding | MagicNumber | '5.5' is a magic number. | 72 | |
| coding | MagicNumber | '0.5' is a magic number. | 73 | |
| coding | MagicNumber | '1.000000000190015' is a magic number. | 74 | |
| coding | MagicNumber | '6' is a magic number. | 75 | |
| coding | MagicNumber | '2.5066282746310005' is a magic number. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 88 | |
| coding | MagicNumber | '76.18009172947146' is a magic number. | 88 | |
| coding | MagicNumber | '-86.50532032941677' is a magic number. | 88 | |
| coding | MagicNumber | '24.01409824083091' is a magic number. | 88 | |
| coding | MagicNumber | '-1.231739572450155' is a magic number. | 88 | |
| coding | MagicNumber | '0.1208650973866179e-2' is a magic number. | 88 | |
| coding | MagicNumber | '-0.5395239384953e-5' is a magic number. | 88 | |
| coding | MagicNumber | '5.5' is a magic number. | 92 | |
| coding | MagicNumber | '0.5' is a magic number. | 93 | |
| coding | MagicNumber | '1.000000000190015' is a magic number. | 94 | |
| coding | MagicNumber | '6' is a magic number. | 95 | |
| coding | MagicNumber | '2.5066282746310005' is a magic number. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter a should be final. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter a_ should be final. | 41 | |
| naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter x_ should be final. | 41 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 72 | |
| coding | MagicNumber | '100' is a magic number. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 83 | |
| naming | LocalVariableName | Name 'sum_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 106 | |
| coding | MagicNumber | '100' is a magic number. | 107 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 153 | |
| coding | MagicNumber | '100' is a magic number. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 193 | |
| naming | LocalVariableName | Name 'sum_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 208 | |
| coding | MagicNumber | '100' is a magic number. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter x should be final. | 34 | |
| misc | FinalParameters | Parameter y should be final. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter size should be final. | 29 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter x_ should be final. | 30 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter x_ should be final. | 41 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter y_ should be final. | 41 | |
| naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter args should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter h should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 41 | |
| coding | MagicNumber | '16' is a magic number. | 41 | |
| coding | MagicNumber | '96' is a magic number. | 46 | |
| coding | MagicNumber | '87' is a magic number. | 47 | |
| coding | MagicNumber | '64' is a magic number. | 48 | |
| coding | MagicNumber | '55' is a magic number. | 49 | |
| coding | MagicNumber | '48' is a magic number. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter args should be final. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter s should be final. | 39 | |
| coding | MagicNumber | '16' is a magic number. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 45 | |
| coding | MagicNumber | '10' is a magic number. | 46 | |
| coding | MagicNumber | '10' is a magic number. | 47 | |
| coding | MagicNumber | '7' is a magic number. | 49 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 55 | |
| coding | MagicNumber | '16' is a magic number. | 55 | |
| coding | MagicNumber | '16' is a magic number. | 55 | |
| coding | MagicNumber | '4' is a magic number. | 55 | |
| coding | MagicNumber | '3' is a magic number. | 55 | |
| coding | MagicNumber | '16' is a magic number. | 57 | |
| coding | MagicNumber | '4' is a magic number. | 57 | |
| coding | MagicNumber | '16' is a magic number. | 58 | |
| coding | MagicNumber | '1023' is a magic number. | 62 | |
| coding | MagicNumber | '-1022' is a magic number. | 68 | |
| coding | MagicNumber | '-1022' is a magic number. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter size should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter Y should be final. | 34 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter Y should be final. | 45 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| misc | FinalParameters | Parameter size should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter Y_ should be final. | 55 | |
| naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| coding | MagicNumber | '10' is a magic number. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter Y_ should be final. | 67 | |
| naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| misc | FinalParameters | Parameter size should be final. | 67 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'y_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalVariableName | Name 'y_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| misc | FinalParameters | Parameter Y should be final. | 109 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter Y should be final. | 125 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| misc | FinalParameters | Parameter size should be final. | 125 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| misc | FinalParameters | Parameter Y_ should be final. | 34 | |
| naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter Y_ should be final. | 46 | |
| naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter size should be final. | 46 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| naming | LocalVariableName | Name 'Nr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 61 | |
| naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter Y should be final. | 80 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| misc | FinalParameters | Parameter Y should be final. | 100 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| misc | FinalParameters | Parameter size should be final. | 100 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter size should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter x should be final. | 34 | |
| coding | MagicNumber | '0.00001' is a magic number. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 46 | |
| misc | FinalParameters | Parameter tolerance should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 55 | |
| coding | MagicNumber | '0.5' is a magic number. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter a should be final. | 29 | |
| misc | FinalParameters | Parameter b should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter A should be final. | 29 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| misc | FinalParameters | Parameter B should be final. | 29 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 30 | |
| naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter x1 should be final. | 32 | |
| misc | FinalParameters | Parameter x2 should be final. | 32 | |
| coding | MagicNumber | '100' is a magic number. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| misc | FinalParameters | Parameter x1 should be final. | 45 | |
| misc | FinalParameters | Parameter x2 should be final. | 45 | |
| coding | MagicNumber | '100' is a magic number. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter x1 should be final. | 57 | |
| misc | FinalParameters | Parameter x2 should be final. | 57 | |
| misc | FinalParameters | Parameter splitSize should be final. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| misc | FinalParameters | Parameter x1 should be final. | 71 | |
| misc | FinalParameters | Parameter x2 should be final. | 71 | |
| misc | FinalParameters | Parameter splitSize should be final. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| coding | MagicNumber | '50' is a magic number. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '50' is a magic number. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter size should be final. | 28 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| coding | MagicNumber | '4' is a magic number. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter A should be final. | 50 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 69 | |
| coding | MagicNumber | '6' is a magic number. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 980). | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| misc | FinalParameters | Parameter A should be final. | 104 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| misc | FinalParameters | Parameter rs should be final. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 123 | |
| coding | MagicNumber | '6' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 280). | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| misc | FinalParameters | Parameter matrix should be final. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 | |
| misc | FinalParameters | Parameter roots should be final. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 985). | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| misc | FinalParameters | Parameter roots should be final. | 219 | |
| misc | FinalParameters | Parameter rs should be final. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| misc | FinalParameters | Parameter roots should be final. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| misc | FinalParameters | Parameter A should be final. | 34 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter file should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 46 | |
| misc | FinalParameters | Parameter A should be final. | 46 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| misc | FinalParameters | Parameter file should be final. | 46 | |
| misc | FinalParameters | Parameter fmt should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| misc | FinalParameters | Parameter A should be final. | 57 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| misc | FinalParameters | Parameter A should be final. | 87 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| misc | FinalParameters | Parameter fmt should be final. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 28 | |
| misc | FinalParameters | Parameter a11 should be final. | 28 | |
| misc | FinalParameters | Parameter a12 should be final. | 28 | |
| misc | FinalParameters | Parameter a21 should be final. | 28 | |
| misc | FinalParameters | Parameter a22 should be final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter x should be final. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter x should be final. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter x should be final. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter args should be final. | 27 | |
| coding | MagicNumber | '10' is a magic number. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter n should be final. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter n should be final. | 50 | |
| misc | FinalParameters | Parameter smp should be final. | 50 | |
| coding | MagicNumber | '3' is a magic number. | 57 | |
| coding | MagicNumber | '4' is a magic number. | 60 | |
| coding | MagicNumber | '5' is a magic number. | 63 | |
| coding | MagicNumber | '6' is a magic number. | 66 | |
| coding | MagicNumber | '7' is a magic number. | 69 | |
| coding | MagicNumber | '9' is a magic number. | 72 | |
| coding | MagicNumber | '10' is a magic number. | 75 | |
| coding | MagicNumber | '11' is a magic number. | 78 | |
| coding | MagicNumber | '15' is a magic number. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 85 | |
| naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter x should be final. | 107 | |
| coding | MagicNumber | '3' is a magic number. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 120 | |
| coding | MagicNumber | '4' is a magic number. | 126 | |
| coding | MagicNumber | '4' is a magic number. | 127 | |
| coding | MagicNumber | '5' is a magic number. | 133 | |
| coding | MagicNumber | '5' is a magic number. | 134 | |
| coding | MagicNumber | '6' is a magic number. | 140 | |
| coding | MagicNumber | '6' is a magic number. | 141 | |
| coding | MagicNumber | '7' is a magic number. | 147 | |
| coding | MagicNumber | '7' is a magic number. | 148 | |
| coding | MagicNumber | '9' is a magic number. | 154 | |
| coding | MagicNumber | '4' is a magic number. | 155 | |
| coding | MagicNumber | '9' is a magic number. | 155 | |
| coding | MagicNumber | '10' is a magic number. | 161 | |
| coding | MagicNumber | '3' is a magic number. | 162 | |
| coding | MagicNumber | '10' is a magic number. | 162 | |
| coding | MagicNumber | '11' is a magic number. | 168 | |
| coding | MagicNumber | '11' is a magic number. | 169 | |
| coding | MagicNumber | '15' is a magic number. | 175 | |
| coding | MagicNumber | '15' is a magic number. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| misc | FinalParameters | Parameter argNumberMin should be final. | 28 | |
| misc | FinalParameters | Parameter argNumberMax should be final. | 28 | |
| misc | FinalParameters | Parameter argNumber should be final. | 28 | |
| misc | FinalParameters | Parameter functionName should be final. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 | |
| misc | FinalParameters | Parameter argNumberMin should be final. | 56 | |
| misc | FinalParameters | Parameter argNumberMax should be final. | 56 | |
| misc | FinalParameters | Parameter argNumber should be final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter A should be final. | 32 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter A should be final. | 44 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter tolerance should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter A should be final. | 31 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter A should be final. | 47 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| misc | FinalParameters | Parameter tolerance should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| misc | FinalParameters | Parameter p should be final. | 33 | |
| misc | FinalParameters | Parameter file should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 45 | |
| misc | FinalParameters | Parameter p should be final. | 45 | |
| misc | FinalParameters | Parameter file should be final. | 45 | |
| misc | FinalParameters | Parameter var_name should be final. | 45 | |
| naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| misc | FinalParameters | Parameter p should be final. | 55 | |
| naming | LocalVariableName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | FinalParameters | Parameter p should be final. | 65 | |
| misc | FinalParameters | Parameter var_name should be final. | 65 | |
| naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 33 | |
| misc | FinalParameters | Parameter r should be final. | 33 | |
| misc | FinalParameters | Parameter file should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| misc | FinalParameters | Parameter r should be final. | 45 | |
| misc | FinalParameters | Parameter file should be final. | 45 | |
| misc | FinalParameters | Parameter var_name should be final. | 45 | |
| naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| misc | FinalParameters | Parameter r should be final. | 56 | |
| misc | FinalParameters | Parameter r should be final. | 71 | |
| misc | FinalParameters | Parameter var_name should be final. | 71 | |
| naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| misc | FinalParameters | Parameter A should be final. | 28 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter A should be final. | 40 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter count should be final. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter args should be final. | 50 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 | |
| coding | MagicNumber | '3' is a magic number. | 51 | |
| coding | MagicNumber | '4' is a magic number. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| misc | FinalParameters | Parameter Ui should be final. | 39 | |
| naming | ParameterName | Name 'Ui' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| misc | FinalParameters | Parameter Ti should be final. | 39 | |
| naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| naming | LocalFinalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| naming | LocalFinalVariableName | Name 'Uo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 43 | |
| naming | LocalFinalVariableName | Name 'ToElement1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 46 | |
| naming | LocalFinalVariableName | Name 'ToElement2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 55 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 56 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 79 | |
| misc | FinalParameters | Parameter Ui should be final. | 79 | |
| naming | ParameterName | Name 'Ui' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| misc | FinalParameters | Parameter Ti should be final. | 79 | |
| naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| naming | LocalFinalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| naming | LocalFinalVariableName | Name 'Uo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| naming | LocalFinalVariableName | Name 'ToElement1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 86 | |
| naming | LocalFinalVariableName | Name 'ToElement2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 42 | |
| misc | FinalParameters | Parameter Qi should be final. | 42 | |
| naming | ParameterName | Name 'Qi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| misc | FinalParameters | Parameter Ti should be final. | 42 | |
| naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| misc | FinalParameters | Parameter idx_ should be final. | 42 | |
| naming | ParameterName | Name 'idx_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| naming | LocalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Name 'Qo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 65 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 262). | 101 | |
| whitespace | GenericWhitespace | '<' is not preceded with whitespace. | 101 | |
| misc | FinalParameters | Parameter Qi should be final. | 101 | |
| naming | ParameterName | Name 'Qi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter Ti should be final. | 101 | |
| naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter idx_ should be final. | 101 | |
| naming | ParameterName | Name 'idx_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 103 | |
| naming | LocalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'Qo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 124 | |
| naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter args should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 57 | |
| misc | FinalParameters | Parameter originalSystem should be final. | 57 | |
| misc | FinalParameters | Parameter tolerance should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 71 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| coding | MagicNumber | '3' is a magic number. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 89 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| coding | MagicNumber | '3' is a magic number. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter g should be final. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 120 | |
| misc | FinalParameters | Parameter G should be final. | 120 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| misc | FinalParameters | Parameter tolerance should be final. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 121 | |
| naming | LocalVariableName | Name 'GG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 146 | |
| misc | FinalParameters | Parameter G should be final. | 146 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 162 | |
| misc | FinalParameters | Parameter G should be final. | 163 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| misc | FinalParameters | Parameter tolerance should be final. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 165 | |
| naming | LocalVariableName | Name 'GG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 194 | |
| misc | FinalParameters | Parameter G should be final. | 195 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 266). | 211 | |
| misc | FinalParameters | Parameter g should be final. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 266). | 229 | |
| misc | FinalParameters | Parameter originalSystem should be final. | 230 | |
| misc | FinalParameters | Parameter tolerance should be final. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 247 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 | |
| coding | MagicNumber | '3' is a magic number. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 268 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 272 | |
| naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
| naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| coding | MagicNumber | '3' is a magic number. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter x_ should be final. | 30 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter x_ should be final. | 41 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter y_ should be final. | 41 | |
| naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 46 | |
| misc | FinalParameters | Parameter distance should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter x should be final. | 46 | |
| misc | FinalParameters | Parameter distance should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 232). | 268 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 232). | 283 | |
| coding | MagicNumber | '170' is a magic number. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter x should be final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 35 | |
| misc | FinalParameters | Parameter X should be final. | 35 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| misc | FinalParameters | Parameter statesIndex should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| misc | FinalParameters | Parameter vectors should be final. | 35 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter length should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 41 | |
| misc | FinalParameters | Parameter A should be final. | 41 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter B should be final. | 41 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter C should be final. | 41 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter D should be final. | 41 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter fs should be final. | 41 | |
| naming | LocalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalVariableName | Name 'Cd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'Dd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| misc | FinalParameters | Parameter A should be final. | 70 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter B should be final. | 70 | |
| naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter C should be final. | 70 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter D should be final. | 70 | |
| naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter fs should be final. | 70 | |
| misc | FinalParameters | Parameter fp should be final. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter length should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 32 | |
| coding | MagicNumber | '4' is a magic number. | 32 | |
| coding | MagicNumber | '0.08' is a magic number. | 32 | |
| coding | MagicNumber | '0.5' is a magic number. | 32 | |
| coding | MagicNumber | '0.42' is a magic number. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter length should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter x should be final. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter d should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter args should be final. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 42 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 42 | |
| coding | MagicNumber | '3' is a magic number. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 88 | |
| coding | MagicNumber | '0.25' is a magic number. | 91 | |
| coding | MagicNumber | '0.001' is a magic number. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 98 | |
| coding | MagicNumber | '40' is a magic number. | 98 | |
| coding | MagicNumber | '130' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 124 | |
| coding | MagicNumber | '50' is a magic number. | 124 | |
| coding | MagicNumber | '50' is a magic number. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 135 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| coding | MagicNumber | '256' is a magic number. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 144 | |
| naming | LocalVariableName | Name 'Pyy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 155 | |
| coding | MagicNumber | '127' is a magic number. | 155 | |
| coding | MagicNumber | '1000.0' is a magic number. | 155 | |
| coding | MagicNumber | '256' is a magic number. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 170 | |
| coding | MagicNumber | '128' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 184 | |
| coding | MagicNumber | '50' is a magic number. | 184 | |
| coding | MagicNumber | '50' is a magic number. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| coding | MagicNumber | '10' is a magic number. | 221 | |
| coding | MagicNumber | '0.1' is a magic number. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 233 | |
| coding | MagicNumber | '3' is a magic number. | 237 | |
| coding | MagicNumber | '3' is a magic number. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 252 | |
| coding | MagicNumber | '3' is a magic number. | 252 | |
| coding | MagicNumber | '3' is a magic number. | 252 | |
| coding | MagicNumber | '5' is a magic number. | 252 | |
| coding | MagicNumber | '5' is a magic number. | 252 | |
| coding | MagicNumber | '7' is a magic number. | 252 | |
| coding | MagicNumber | '7' is a magic number. | 252 | |
| coding | MagicNumber | '9' is a magic number. | 253 | |
| coding | MagicNumber | '9' is a magic number. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 266 | |
| coding | MagicNumber | '3.14' is a magic number. | 272 | |
| coding | MagicNumber | '0.02' is a magic number. | 272 | |
| coding | MagicNumber | '10' is a magic number. | 273 | |
| coding | MagicNumber | '19' is a magic number. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 288 | |
| coding | MagicNumber | '9' is a magic number. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 315 | |
| coding | MagicNumber | '3' is a magic number. | 317 | |
| coding | MagicNumber | '4' is a magic number. | 317 | |
| coding | MagicNumber | '5' is a magic number. | 318 | |
| coding | MagicNumber | '4' is a magic number. | 318 | |
| coding | MagicNumber | '3' is a magic number. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 342 | |
| coding | MagicNumber | '4' is a magic number. | 345 | |
| coding | MagicNumber | '3' is a magic number. | 346 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| naming | LocalVariableName | Name 'XY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter data should be final. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter data should be final. | 43 | |
| misc | FinalParameters | Parameter zeroMean should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter data should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter data should be final. | 64 | |
| misc | FinalParameters | Parameter zeroMean should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| misc | FinalParameters | Parameter X should be final. | 74 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 86 | |
| misc | FinalParameters | Parameter data should be final. | 86 | |
| misc | FinalParameters | Parameter zeroMean should be final. | 86 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 96 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| misc | FinalParameters | Parameter b should be final. | 44 | |
| misc | FinalParameters | Parameter a should be final. | 44 | |
| misc | FinalParameters | Parameter x should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 62 | |
| misc | FinalParameters | Parameter b_ should be final. | 62 | |
| naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter a_ should be final. | 62 | |
| naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter x_ should be final. | 62 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter zi_ should be final. | 62 | |
| naming | ParameterName | Name 'zi_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 200 | |
| misc | FinalParameters | Parameter b should be final. | 201 | |
| misc | FinalParameters | Parameter a should be final. | 201 | |
| misc | FinalParameters | Parameter x should be final. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 223 | |
| misc | FinalParameters | Parameter b_ should be final. | 224 | |
| naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter a_ should be final. | 224 | |
| naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter x_ should be final. | 224 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| misc | FinalParameters | Parameter zi_ should be final. | 224 | |
| naming | ParameterName | Name 'zi_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| misc | FinalParameters | Parameter b should be final. | 36 | |
| misc | FinalParameters | Parameter a should be final. | 36 | |
| misc | FinalParameters | Parameter w should be final. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 39 | |
| naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| misc | FinalParameters | Parameter b should be final. | 46 | |
| misc | FinalParameters | Parameter a should be final. | 46 | |
| misc | FinalParameters | Parameter n should be final. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 51 | |
| naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 41 | |
| misc | FinalParameters | Parameter b_ should be final. | 41 | |
| naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter a_ should be final. | 41 | |
| naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| misc | FinalParameters | Parameter w should be final. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter length should be final. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 33 | |
| coding | MagicNumber | '0.46' is a magic number. | 33 | |
| coding | MagicNumber | '0.54' is a magic number. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter length should be final. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 30 | |
| coding | MagicNumber | '0.5' is a magic number. | 30 | |
| coding | MagicNumber | '0.5' is a magic number. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter key should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter x should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter t should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter t should be final. | 30 | |
| coding | MagicNumber | '50.0' is a magic number. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter t should be final. | 43 | |
| misc | FinalParameters | Parameter duty should be final. | 43 | |
| coding | MagicNumber | '100' is a magic number. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| misc | FinalParameters | Parameter length should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter x_ should be final. | 34 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter x_ should be final. | 81 | |
| naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter y_ should be final. | 81 | |
| naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 86 | |
| naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter x should be final. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter x should be final. | 44 | |
| misc | FinalParameters | Parameter y should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | Translation | Key 'Demo.17' missing. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 1 |