The following document contains the results of Checkstyle 8.19 with sun_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 115 | 0 | 0 | 14371 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| RightCurly | 5 | ||
| coding | HiddenField | 239 | |
| InnerAssignment | 1 | ||
| MagicNumber | 825 | ||
| MissingSwitchDefault | 6 | ||
| SimplifyBooleanExpression | 159 | ||
| design | FinalClass | 1 | |
| HideUtilityClassConstructor | 11 | ||
| VisibilityModifier | 52 | ||
| javadoc | JavadocMethod | 14 | |
| JavadocPackage | 15 | ||
| JavadocStyle | 701 | ||
| JavadocType | 2 | ||
| JavadocVariable | 6 | ||
| misc | ArrayTypeStyle | 2 | |
| FinalParameters | 2151 | ||
| NewlineAtEndOfFile | 7 | ||
| modifier | ModifierOrder | 9 | |
| RedundantModifier | 5 | ||
| naming | ConstantName | 2 | |
| LocalFinalVariableName | 41 | ||
| LocalVariableName | 325 | ||
| MemberName | 39 | ||
| MethodName | 51 | ||
| ParameterName | 107 | ||
| StaticVariableName | 1 | ||
| TypeName | 1 | ||
| regexp | RegexpSingleline
|
3226 | |
| sizes | FileLength | 2 | |
| LineLength | 2481 | ||
| MethodLength | 16 | ||
| ParameterNumber | 70 | ||
| whitespace | FileTabCharacter | 3 | |
| GenericWhitespace | 16 | ||
| ParenPad | 1 | ||
| WhitespaceAfter | 3735 | ||
| WhitespaceAround | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| misc | FinalParameters | Parameter args should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 63 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'sdpjType' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| misc | FinalParameters | Parameter type should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | LocalFinalVariableName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| coding | MagicNumber | '16' is a magic number. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 88 | |
| misc | FinalParameters | Parameter problemFile should be final. | 103 | |
| coding | MagicNumber | '16' is a magic number. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 3,565 lines (max allowed is 2,000). | 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 220). | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 42 | |
| misc | FinalParameters | Parameter a 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 | |
| misc | FinalParameters | Parameter eigenValues 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 | |
| misc | FinalParameters | Parameter workVec 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 | MagicNumber | '3' is a magic number. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 52 | |
| 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 331). | 84 | |
| misc | FinalParameters | Parameter a should be final. | 84 | |
| 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 eigenVec should be final. | 84 | |
| 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 workVec should be final. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 87 | |
| coding | MagicNumber | '3' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 92 | |
| naming | LocalVariableName | Name 'min_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 97 | |
| coding | MagicNumber | '3' is a magic number. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 102 | |
| naming | LocalVariableName | Name 'tmp_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 121 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 90). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 140 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 166 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 293). | 193 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 85). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 195 | |
| coding | MagicNumber | '4' is a magic number. | 208 | |
| coding | MagicNumber | '4' is a magic number. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 252 | |
| coding | MagicNumber | '3' is a magic number. | 255 | |
| coding | MagicNumber | '3' is a magic number. | 256 | |
| coding | MagicNumber | '3' is a magic number. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 262 | |
| coding | MagicNumber | '4' is a magic number. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 302). | 291 | |
| misc | FinalParameters | Parameter a should be final. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| misc | FinalParameters | Parameter b should be final. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 293 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 316 | |
| misc | FinalParameters | Parameter a should be final. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| misc | FinalParameters | Parameter b should be final. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 318 | |
| 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 282). | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| misc | FinalParameters | Parameter a should be final. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 350 | |
| coding | MagicNumber | '4' is a magic number. | 355 | |
| coding | MagicNumber | '4' is a magic number. | 356 | |
| coding | MagicNumber | '4' is a magic number. | 362 | |
| coding | MagicNumber | '3' is a magic number. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 371 | |
| coding | MagicNumber | '4' is a magic number. | 373 | |
| coding | MagicNumber | '4' is a magic number. | 374 | |
| coding | MagicNumber | '4' is a magic number. | 381 | |
| coding | MagicNumber | '3' is a magic number. | 385 | |
| coding | MagicNumber | '3' is a magic number. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 296). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 118). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 413 | |
| coding | MagicNumber | '4' is a magic number. | 416 | |
| coding | MagicNumber | '4' is a magic number. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 419 | |
| coding | MagicNumber | '4' is a magic number. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 422 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 425 | |
| coding | MagicNumber | '3' is a magic number. | 425 | |
| coding | MagicNumber | '3' is a magic number. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| misc | FinalParameters | Parameter a should be final. | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 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 122). | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 463 | |
| misc | FinalParameters | Parameter a should be final. | 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 92). | 470 | |
| naming | LocalVariableName | Name 'aMat_index2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 | |
| naming | LocalVariableName | Name 'aMat_index1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 485 | |
| coding | MagicNumber | '5' is a magic number. | 489 | |
| coding | MagicNumber | '10' is a magic number. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 492 | |
| naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 518 | |
| misc | FinalParameters | Parameter a should be final. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 283). | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| misc | FinalParameters | Parameter a should be final. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 534 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| coding | MagicNumber | '4' is a magic number. | 543 | |
| coding | MagicNumber | '4' is a magic number. | 544 | |
| coding | MagicNumber | '4' is a magic number. | 552 | |
| naming | LocalVariableName | Name 'index_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 554 | |
| naming | LocalVariableName | Name 'index_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 | |
| naming | LocalVariableName | Name 'index_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 562 | |
| coding | MagicNumber | '3' is a magic number. | 565 | |
| naming | LocalVariableName | Name 'index_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| coding | MagicNumber | '3' is a magic number. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 115). | 588 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 277). | 606 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 84). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 638 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter scalar should be final. | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 665 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 670 | |
| coding | MagicNumber | '4' is a magic number. | 674 | |
| coding | MagicNumber | '4' is a magic number. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 677 | |
| coding | MagicNumber | '4' is a magic number. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 685 | |
| coding | MagicNumber | '3' is a magic number. | 685 | |
| coding | MagicNumber | '3' is a magic number. | 685 | |
| coding | MagicNumber | '3' is a magic number. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| misc | FinalParameters | Parameter a should be final. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| misc | FinalParameters | Parameter b should be final. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 708 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 713 | |
| coding | MagicNumber | '4' is a magic number. | 717 | |
| coding | MagicNumber | '4' is a magic number. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 720 | |
| coding | MagicNumber | '4' is a magic number. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 725 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 728 | |
| coding | MagicNumber | '3' is a magic number. | 728 | |
| coding | MagicNumber | '3' is a magic number. | 728 | |
| coding | MagicNumber | '3' is a magic number. | 728 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| misc | FinalParameters | Parameter a should be final. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| misc | FinalParameters | Parameter b should be final. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 | |
| misc | FinalParameters | Parameter scalar should be final. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 758 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 759 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 766 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 771 | |
| naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 778 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 780 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 785 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 790 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 794 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 798 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 799 | |
| coding | MagicNumber | '4' is a magic number. | 802 | |
| coding | MagicNumber | '4' is a magic number. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 805 | |
| coding | MagicNumber | '4' is a magic number. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 810 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 813 | |
| coding | MagicNumber | '3' is a magic number. | 813 | |
| coding | MagicNumber | '3' is a magic number. | 813 | |
| coding | MagicNumber | '3' is a magic number. | 813 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| misc | FinalParameters | Parameter a should be final. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| misc | FinalParameters | Parameter b should be final. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 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 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 842 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 843 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 851 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 855 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 856 | |
| naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 858 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 861 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 863 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 867 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 869 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 870 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 875 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 876 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 879 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 883 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 883 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 884 | |
| coding | MagicNumber | '4' is a magic number. | 887 | |
| coding | MagicNumber | '4' is a magic number. | 888 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 890 | |
| coding | MagicNumber | '4' is a magic number. | 894 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 898 | |
| coding | MagicNumber | '3' is a magic number. | 898 | |
| coding | MagicNumber | '3' is a magic number. | 898 | |
| coding | MagicNumber | '3' is a magic number. | 898 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 906 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| misc | FinalParameters | Parameter a should be final. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| misc | FinalParameters | Parameter b should be final. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 | |
| misc | FinalParameters | Parameter scalar should be final. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 928 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 929 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 937 | |
| naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 938 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 939 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 939 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 944 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 946 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 951 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 952 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 956 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 961 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 966 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 970 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 971 | |
| coding | MagicNumber | '4' is a magic number. | 974 | |
| coding | MagicNumber | '4' is a magic number. | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 977 | |
| coding | MagicNumber | '4' is a magic number. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 983 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 985 | |
| coding | MagicNumber | '3' is a magic number. | 985 | |
| coding | MagicNumber | '3' is a magic number. | 985 | |
| coding | MagicNumber | '3' is a magic number. | 985 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 994 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 995 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| misc | FinalParameters | Parameter a should be final. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| misc | FinalParameters | Parameter b should be final. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1010 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1014 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1015 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1023 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1025 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1025 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1028 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1030 | |
| naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1030 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1032 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1035 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1037 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1037 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1038 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1042 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1047 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1047 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 1051 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1056 | |
| coding | MagicNumber | '4' is a magic number. | 1058 | |
| coding | MagicNumber | '4' is a magic number. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1061 | |
| coding | MagicNumber | '4' is a magic number. | 1065 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1067 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1069 | |
| coding | MagicNumber | '3' is a magic number. | 1069 | |
| coding | MagicNumber | '3' is a magic number. | 1069 | |
| coding | MagicNumber | '3' is a magic number. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| misc | FinalParameters | Parameter a should be final. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 | |
| misc | FinalParameters | Parameter scalar should be final. | 1086 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| misc | FinalParameters | Parameter a should be final. | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 | |
| misc | FinalParameters | Parameter scalar should be final. | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 280). | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| misc | FinalParameters | Parameter a should be final. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 | |
| misc | FinalParameters | Parameter scalar should be final. | 1131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| misc | FinalParameters | Parameter a should be final. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 | |
| misc | FinalParameters | Parameter scalar should be final. | 1146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| misc | FinalParameters | Parameter a should be final. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| misc | FinalParameters | Parameter b should be final. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 1177 | |
| coding | MagicNumber | '4' is a magic number. | 1180 | |
| coding | MagicNumber | '4' is a magic number. | 1181 | |
| coding | MagicNumber | '4' is a magic number. | 1187 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1189 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1190 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1191 | |
| coding | MagicNumber | '3' is a magic number. | 1191 | |
| coding | MagicNumber | '3' is a magic number. | 1191 | |
| coding | MagicNumber | '3' is a magic number. | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| misc | FinalParameters | Parameter a should be final. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| misc | FinalParameters | Parameter b should be final. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 | |
| misc | FinalParameters | Parameter scalar should be final. | 1209 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 1219 | |
| coding | MagicNumber | '4' is a magic number. | 1222 | |
| coding | MagicNumber | '4' is a magic number. | 1223 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1225 | |
| coding | MagicNumber | '4' is a magic number. | 1229 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1230 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1231 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1232 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1233 | |
| coding | MagicNumber | '3' is a magic number. | 1233 | |
| coding | MagicNumber | '3' is a magic number. | 1233 | |
| coding | MagicNumber | '3' is a magic number. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| misc | FinalParameters | Parameter a should be final. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| misc | FinalParameters | Parameter b should be final. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 | |
| misc | FinalParameters | Parameter scalar should be final. | 1251 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| misc | FinalParameters | Parameter a should be final. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| misc | FinalParameters | Parameter b should be final. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| sizes | LineLength | Line is longer than 80 characters (found 333). | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| misc | FinalParameters | Parameter a should be final. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| misc | FinalParameters | Parameter b should be final. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 | |
| misc | FinalParameters | Parameter scalar should be final. | 1301 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| misc | FinalParameters | Parameter a should be final. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 | |
| misc | FinalParameters | Parameter b should be final. | 1325 | |
| 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 83). | 1327 | |
| 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 81). | 1333 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| misc | FinalParameters | Parameter a should be final. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| misc | FinalParameters | Parameter b should be final. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 | |
| misc | FinalParameters | Parameter scalar should be final. | 1350 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1352 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1355 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1358 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| misc | FinalParameters | Parameter a should be final. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| misc | FinalParameters | Parameter b should be final. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1376 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| misc | FinalParameters | Parameter a should be final. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| misc | FinalParameters | Parameter b should be final. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 | |
| misc | FinalParameters | Parameter scalar should be final. | 1399 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1401 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| misc | FinalParameters | Parameter a should be final. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| misc | FinalParameters | Parameter b should be final. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1450 | |
| misc | FinalParameters | Parameter a should be final. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| misc | FinalParameters | Parameter b should be final. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 | |
| misc | FinalParameters | Parameter scalar should be final. | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1456 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1461 | |
| coding | MagicNumber | '4' is a magic number. | 1466 | |
| coding | MagicNumber | '4' is a magic number. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1469 | |
| coding | MagicNumber | '4' is a magic number. | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1474 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1476 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1477 | |
| coding | MagicNumber | '3' is a magic number. | 1477 | |
| coding | MagicNumber | '3' is a magic number. | 1477 | |
| coding | MagicNumber | '3' is a magic number. | 1477 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1496 | |
| misc | FinalParameters | Parameter a should be final. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| misc | FinalParameters | Parameter b should be final. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1502 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 1507 | |
| coding | MagicNumber | '4' is a magic number. | 1511 | |
| coding | MagicNumber | '4' is a magic number. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1514 | |
| coding | MagicNumber | '4' is a magic number. | 1518 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1521 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1522 | |
| coding | MagicNumber | '3' is a magic number. | 1522 | |
| coding | MagicNumber | '3' is a magic number. | 1522 | |
| coding | MagicNumber | '3' is a magic number. | 1522 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 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 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1540 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter scalar should be final. | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1542 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1545 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1564 | |
| misc | FinalParameters | Parameter a should be final. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| misc | FinalParameters | Parameter b should be final. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1566 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1569 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1572 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1581 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1591 | |
| misc | FinalParameters | Parameter a should be final. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| misc | FinalParameters | Parameter b should be final. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 | |
| misc | FinalParameters | Parameter scalar should be final. | 1591 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1592 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1603 | |
| coding | MagicNumber | '4' is a magic number. | 1607 | |
| coding | MagicNumber | '4' is a magic number. | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1610 | |
| coding | MagicNumber | '4' is a magic number. | 1614 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1615 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1616 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1617 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1618 | |
| coding | MagicNumber | '3' is a magic number. | 1618 | |
| coding | MagicNumber | '3' is a magic number. | 1618 | |
| coding | MagicNumber | '3' is a magic number. | 1618 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1628 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1637 | |
| misc | FinalParameters | Parameter a should be final. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| misc | FinalParameters | Parameter b should be final. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 1649 | |
| coding | MagicNumber | '4' is a magic number. | 1653 | |
| coding | MagicNumber | '4' is a magic number. | 1654 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1656 | |
| coding | MagicNumber | '4' is a magic number. | 1660 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1661 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1662 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1663 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1664 | |
| coding | MagicNumber | '3' is a magic number. | 1664 | |
| coding | MagicNumber | '3' is a magic number. | 1664 | |
| coding | MagicNumber | '3' is a magic number. | 1664 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1682 | |
| misc | FinalParameters | Parameter a should be final. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| misc | FinalParameters | Parameter b should be final. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| misc | FinalParameters | Parameter scalar should be final. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1684 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1687 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1706 | |
| misc | FinalParameters | Parameter a should be final. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| misc | FinalParameters | Parameter b should be final. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1712 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1714 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| misc | FinalParameters | Parameter a should be final. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| misc | FinalParameters | Parameter b should be final. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 | |
| misc | FinalParameters | Parameter scalar should be final. | 1724 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1730 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1736 | |
| sizes | LineLength | Line is longer than 80 characters (found 288). | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| misc | FinalParameters | Parameter a should be final. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| misc | FinalParameters | Parameter b should be final. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1755 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 289). | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| misc | FinalParameters | Parameter a should be final. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| misc | FinalParameters | Parameter b should be final. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1776 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1778 | |
| sizes | LineLength | Line is longer than 80 characters (found 314). | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| misc | FinalParameters | Parameter a should be final. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| misc | FinalParameters | Parameter b should be final. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 | |
| misc | FinalParameters | Parameter scalar should be final. | 1788 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1789 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1801 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| misc | FinalParameters | Parameter a should be final. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| misc | FinalParameters | Parameter b should be final. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1820 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1834 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1843 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| misc | FinalParameters | Parameter a should be final. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| misc | FinalParameters | Parameter b should be final. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1853 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1854 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1867 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1876 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| misc | FinalParameters | Parameter a should be final. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| misc | FinalParameters | Parameter b should be final. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 | |
| misc | FinalParameters | Parameter scalar should be final. | 1886 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1887 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1898 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1898 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1899 | |
| coding | MagicNumber | '4' is a magic number. | 1902 | |
| coding | MagicNumber | '4' is a magic number. | 1903 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1921 | |
| coding | MagicNumber | '4' is a magic number. | 1921 | |
| coding | MagicNumber | '3' is a magic number. | 1958 | |
| coding | MagicNumber | '3' is a magic number. | 1959 | |
| coding | MagicNumber | '3' is a magic number. | 1960 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1973 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1973 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1974 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1980 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1980 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1981 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1983 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1992 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| misc | FinalParameters | Parameter a should be final. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| misc | FinalParameters | Parameter b should be final. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2002 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2010 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2011 | |
| coding | MagicNumber | '4' is a magic number. | 2014 | |
| coding | MagicNumber | '4' is a magic number. | 2015 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2033 | |
| coding | MagicNumber | '4' is a magic number. | 2033 | |
| coding | MagicNumber | '3' is a magic number. | 2070 | |
| coding | MagicNumber | '3' is a magic number. | 2071 | |
| coding | MagicNumber | '3' is a magic number. | 2072 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2086 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2092 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2093 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2095 | |
| 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 305). | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| misc | FinalParameters | Parameter a should be final. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| misc | FinalParameters | Parameter b should be final. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2122 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2123 | |
| coding | MagicNumber | '4' is a magic number. | 2126 | |
| coding | MagicNumber | '4' is a magic number. | 2127 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2145 | |
| coding | MagicNumber | '4' is a magic number. | 2145 | |
| coding | MagicNumber | '3' is a magic number. | 2182 | |
| coding | MagicNumber | '3' is a magic number. | 2183 | |
| coding | MagicNumber | '3' is a magic number. | 2184 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2197 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2198 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2204 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2205 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2216 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| misc | FinalParameters | Parameter a should be final. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| misc | FinalParameters | Parameter b should be final. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 | |
| misc | FinalParameters | Parameter scalar should be final. | 2226 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2227 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2238 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2239 | |
| coding | MagicNumber | '4' is a magic number. | 2241 | |
| coding | MagicNumber | '4' is a magic number. | 2242 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2260 | |
| coding | MagicNumber | '4' is a magic number. | 2260 | |
| coding | MagicNumber | '3' is a magic number. | 2297 | |
| coding | MagicNumber | '3' is a magic number. | 2298 | |
| coding | MagicNumber | '3' is a magic number. | 2299 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2312 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2312 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2313 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2319 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2319 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2320 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2331 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| misc | FinalParameters | Parameter a should be final. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| misc | FinalParameters | Parameter b should be final. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 | |
| coding | MagicNumber | '4' is a magic number. | 2352 | |
| coding | MagicNumber | '4' is a magic number. | 2353 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2371 | |
| coding | MagicNumber | '4' is a magic number. | 2371 | |
| coding | MagicNumber | '3' is a magic number. | 2408 | |
| coding | MagicNumber | '3' is a magic number. | 2409 | |
| coding | MagicNumber | '3' is a magic number. | 2410 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2436 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| misc | FinalParameters | Parameter a should be final. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| misc | FinalParameters | Parameter b should be final. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2446 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 | |
| coding | MagicNumber | '4' is a magic number. | 2454 | |
| coding | MagicNumber | '4' is a magic number. | 2455 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2473 | |
| coding | MagicNumber | '4' is a magic number. | 2473 | |
| coding | MagicNumber | '3' is a magic number. | 2510 | |
| coding | MagicNumber | '3' is a magic number. | 2511 | |
| coding | MagicNumber | '3' is a magic number. | 2512 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2529 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2538 | |
| sizes | LineLength | Line is longer than 80 characters (found 314). | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| misc | FinalParameters | Parameter a should be final. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| misc | FinalParameters | Parameter b should be final. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 | |
| misc | FinalParameters | Parameter scalar should be final. | 2548 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2554 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2566 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| misc | FinalParameters | Parameter a should be final. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| misc | FinalParameters | Parameter b should be final. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2593 | |
| sizes | LineLength | Line is longer than 80 characters (found 329). | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| misc | FinalParameters | Parameter a should be final. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| misc | FinalParameters | Parameter b should be final. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 | |
| misc | FinalParameters | Parameter scalar should be final. | 2603 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2608 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2611 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 | |
| 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 318). | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| misc | FinalParameters | Parameter a should be final. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| misc | FinalParameters | Parameter b should be final. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2645 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| misc | FinalParameters | Parameter a should be final. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| misc | FinalParameters | Parameter b should be final. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2670 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| misc | FinalParameters | Parameter a should be final. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| misc | FinalParameters | Parameter b should be final. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 | |
| misc | FinalParameters | Parameter scalar should be final. | 2680 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2685 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2697 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| misc | FinalParameters | Parameter a should be final. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| misc | FinalParameters | Parameter b should be final. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2711 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2723 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| misc | FinalParameters | Parameter a should be final. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| misc | FinalParameters | Parameter b should be final. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2749 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| misc | FinalParameters | Parameter a should be final. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| misc | FinalParameters | Parameter b should be final. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 | |
| misc | FinalParameters | Parameter scalar should be final. | 2759 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2764 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2767 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2774 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2776 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| misc | FinalParameters | Parameter a should be final. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| misc | FinalParameters | Parameter b should be final. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2790 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2800 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2802 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| misc | FinalParameters | Parameter a should be final. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| misc | FinalParameters | Parameter b should be final. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2826 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2828 | |
| sizes | LineLength | Line is longer than 80 characters (found 295). | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| misc | FinalParameters | Parameter a should be final. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 | |
| misc | FinalParameters | Parameter scalar should be final. | 2838 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2850 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| misc | FinalParameters | Parameter a should be final. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 | |
| misc | FinalParameters | Parameter scalar should be final. | 2860 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2872 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| misc | FinalParameters | Parameter a should be final. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 | |
| misc | FinalParameters | Parameter scalar should be final. | 2882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2892 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2894 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| misc | FinalParameters | Parameter a should be final. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| misc | FinalParameters | Parameter b should be final. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 | |
| misc | FinalParameters | Parameter scalar should be final. | 2905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2912 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2920 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2922 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| misc | FinalParameters | Parameter a should be final. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| misc | FinalParameters | Parameter b should be final. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2949 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2951 | |
| sizes | LineLength | Line is longer than 80 characters (found 333). | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| misc | FinalParameters | Parameter a should be final. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| misc | FinalParameters | Parameter b should be final. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 | |
| misc | FinalParameters | Parameter scalar should be final. | 2962 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2969 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2984 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2988 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2990 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| misc | FinalParameters | Parameter a should be final. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| misc | FinalParameters | Parameter b should be final. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3024 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3030 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| misc | FinalParameters | Parameter a should be final. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| misc | FinalParameters | Parameter b should be final. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 | |
| misc | FinalParameters | Parameter scalar should be final. | 3041 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3048 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3059 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3061 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| misc | FinalParameters | Parameter a should be final. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| misc | FinalParameters | Parameter b should be final. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3091 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3093 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| misc | FinalParameters | Parameter a should be final. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| misc | FinalParameters | Parameter b should be final. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 | |
| misc | FinalParameters | Parameter scalar should be final. | 3104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3124 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| misc | FinalParameters | Parameter a should be final. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| misc | FinalParameters | Parameter b should be final. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| 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 348). | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| misc | FinalParameters | Parameter a should be final. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| misc | FinalParameters | Parameter b should be final. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 | |
| misc | FinalParameters | Parameter scalar should be final. | 3168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3197 | |
| sizes | LineLength | Line is longer than 80 characters (found 337). | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| misc | FinalParameters | Parameter a should be final. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| misc | FinalParameters | Parameter b should be final. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3237 | |
| sizes | LineLength | Line is longer than 80 characters (found 349). | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| misc | FinalParameters | Parameter a should be final. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| misc | FinalParameters | Parameter b should be final. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 | |
| misc | FinalParameters | Parameter scalar should be final. | 3248 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3268 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| misc | FinalParameters | Parameter a should be final. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| misc | FinalParameters | Parameter b should be final. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3300 | |
| sizes | LineLength | Line is longer than 80 characters (found 349). | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| misc | FinalParameters | Parameter a should be final. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| misc | FinalParameters | Parameter b should be final. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 | |
| misc | FinalParameters | Parameter scalar should be final. | 3311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3319 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3332 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| misc | FinalParameters | Parameter a should be final. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| misc | FinalParameters | Parameter b should be final. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3364 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| misc | FinalParameters | Parameter a should be final. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| misc | FinalParameters | Parameter b should be final. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3392 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 3402 | |
| misc | FinalParameters | Parameter a should be final. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| misc | FinalParameters | Parameter b should be final. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3414 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 3424 | |
| misc | FinalParameters | Parameter a should be final. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| misc | FinalParameters | Parameter b should be final. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 | |
| 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 301). | 3446 | |
| misc | FinalParameters | Parameter a should be final. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| misc | FinalParameters | Parameter b should be final. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3458 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 3468 | |
| misc | FinalParameters | Parameter a should be final. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| misc | FinalParameters | Parameter b should be final. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3480 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 3490 | |
| misc | FinalParameters | Parameter a should be final. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| misc | FinalParameters | Parameter b should be final. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3502 | |
| sizes | LineLength | Line is longer than 80 characters (found 310). | 3512 | |
| misc | FinalParameters | Parameter a should be final. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| misc | FinalParameters | Parameter b should be final. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3524 | |
| sizes | LineLength | Line is longer than 80 characters (found 311). | 3534 | |
| misc | FinalParameters | Parameter a should be final. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| misc | FinalParameters | Parameter b should be final. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3546 | |
| sizes | LineLength | Line is longer than 80 characters (found 311). | 3556 | |
| misc | FinalParameters | Parameter a should be final. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 | |
| misc | FinalParameters | Parameter b should be final. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 3,699 lines (max allowed is 2,000). | 1 | |
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 52 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter eigenValues should be final. | 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 | |
| misc | FinalParameters | Parameter workVec should be final. | 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 | |
| coding | MagicNumber | '3' is a magic number. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 62 | |
| 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 331). | 94 | |
| misc | FinalParameters | Parameter a should be final. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| misc | FinalParameters | Parameter eigenVec should be final. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| misc | FinalParameters | Parameter workVec should be final. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 97 | |
| coding | MagicNumber | '3' is a magic number. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 102 | |
| naming | LocalVariableName | Name 'min_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 107 | |
| coding | MagicNumber | '3' is a magic number. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 112 | |
| naming | LocalVariableName | Name 'tmp_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| 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 282). | 131 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 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 | GenericWhitespace | '>' is followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 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 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 166 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 180 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 184 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 187 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 209 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 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 whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 293). | 236 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 238 | |
| coding | MagicNumber | '4' is a magic number. | 251 | |
| coding | MagicNumber | '4' is a magic number. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 295 | |
| coding | MagicNumber | '3' is a magic number. | 298 | |
| coding | MagicNumber | '3' is a magic number. | 299 | |
| coding | MagicNumber | '3' is a magic number. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 305 | |
| coding | MagicNumber | '4' is a magic number. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 302). | 334 | |
| misc | FinalParameters | Parameter a should be final. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| misc | FinalParameters | Parameter b should be final. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 336 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 344 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 348 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 352 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 361 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 364 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 385 | |
| misc | FinalParameters | Parameter a should be final. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| misc | FinalParameters | Parameter b should be final. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 395 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 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. | 399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 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 86). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 410 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 417 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 424 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 436 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 439 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 446 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 456 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 456 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 282). | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| misc | FinalParameters | Parameter a should be final. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 485 | |
| coding | MagicNumber | '4' is a magic number. | 490 | |
| coding | MagicNumber | '4' is a magic number. | 491 | |
| coding | MagicNumber | '4' is a magic number. | 497 | |
| coding | MagicNumber | '3' is a magic number. | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 506 | |
| coding | MagicNumber | '4' is a magic number. | 508 | |
| coding | MagicNumber | '4' is a magic number. | 509 | |
| coding | MagicNumber | '4' is a magic number. | 516 | |
| coding | MagicNumber | '3' is a magic number. | 520 | |
| coding | MagicNumber | '3' is a magic number. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 296). | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| misc | FinalParameters | Parameter a should be final. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 547 | |
| coding | MagicNumber | '4' is a magic number. | 550 | |
| coding | MagicNumber | '4' is a magic number. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 553 | |
| coding | MagicNumber | '4' is a magic number. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 556 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 557 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 559 | |
| coding | MagicNumber | '3' is a magic number. | 559 | |
| coding | MagicNumber | '3' is a magic number. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 577 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 578 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 264). | 597 | |
| misc | FinalParameters | Parameter a should be final. | 597 | |
| 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 92). | 604 | |
| naming | LocalVariableName | Name 'aMat_index2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 612 | |
| naming | LocalVariableName | Name 'aMat_index1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 619 | |
| coding | MagicNumber | '5' is a magic number. | 623 | |
| coding | MagicNumber | '10' is a magic number. | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 626 | |
| naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 | |
| naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 652 | |
| misc | FinalParameters | Parameter a should be final. | 652 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 283). | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| misc | FinalParameters | Parameter a should be final. | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 670 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 | |
| coding | MagicNumber | '4' is a magic number. | 677 | |
| coding | MagicNumber | '4' is a magic number. | 678 | |
| coding | MagicNumber | '4' is a magic number. | 686 | |
| naming | LocalVariableName | Name 'index_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 688 | |
| naming | LocalVariableName | Name 'index_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 692 | |
| naming | LocalVariableName | Name 'index_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 696 | |
| coding | MagicNumber | '3' is a magic number. | 699 | |
| naming | LocalVariableName | Name 'index_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 | |
| coding | MagicNumber | '3' is a magic number. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 292). | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| misc | FinalParameters | Parameter a should be final. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 722 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 | |
| sizes | LineLength | Line is longer than 80 characters (found 277). | 740 | |
| misc | FinalParameters | Parameter a should be final. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| misc | FinalParameters | Parameter a should be final. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| misc | FinalParameters | Parameter b should be final. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 772 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 775 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| misc | FinalParameters | Parameter a should be final. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| misc | FinalParameters | Parameter b should be final. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 | |
| misc | FinalParameters | Parameter scalar should be final. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 799 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 804 | |
| coding | MagicNumber | '4' is a magic number. | 808 | |
| coding | MagicNumber | '4' is a magic number. | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 811 | |
| coding | MagicNumber | '4' is a magic number. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 816 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 819 | |
| coding | MagicNumber | '3' is a magic number. | 819 | |
| coding | MagicNumber | '3' is a magic number. | 819 | |
| coding | MagicNumber | '3' is a magic number. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| misc | FinalParameters | Parameter a should be final. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| misc | FinalParameters | Parameter b should be final. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 842 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 847 | |
| coding | MagicNumber | '4' is a magic number. | 851 | |
| coding | MagicNumber | '4' is a magic number. | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 854 | |
| coding | MagicNumber | '4' is a magic number. | 858 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 861 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 862 | |
| coding | MagicNumber | '3' is a magic number. | 862 | |
| coding | MagicNumber | '3' is a magic number. | 862 | |
| coding | MagicNumber | '3' is a magic number. | 862 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| misc | FinalParameters | Parameter a should be final. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| misc | FinalParameters | Parameter b should be final. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 | |
| misc | FinalParameters | Parameter scalar should be final. | 882 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 888 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 892 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 893 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 900 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 902 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 903 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 904 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 905 | |
| naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 912 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 914 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 919 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 924 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 928 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 932 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 933 | |
| coding | MagicNumber | '4' is a magic number. | 936 | |
| coding | MagicNumber | '4' is a magic number. | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 939 | |
| coding | MagicNumber | '4' is a magic number. | 943 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 945 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 947 | |
| coding | MagicNumber | '3' is a magic number. | 947 | |
| coding | MagicNumber | '3' is a magic number. | 947 | |
| coding | MagicNumber | '3' is a magic number. | 947 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 955 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| misc | FinalParameters | Parameter a should be final. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| misc | FinalParameters | Parameter b should be final. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 976 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 976 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 977 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 990 | |
| naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 992 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 995 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 997 | |
| naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 999 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1004 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1009 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1009 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 1013 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1017 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1017 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1018 | |
| coding | MagicNumber | '4' is a magic number. | 1021 | |
| coding | MagicNumber | '4' is a magic number. | 1022 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1024 | |
| coding | MagicNumber | '4' is a magic number. | 1028 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1030 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1032 | |
| coding | MagicNumber | '3' is a magic number. | 1032 | |
| coding | MagicNumber | '3' is a magic number. | 1032 | |
| coding | MagicNumber | '3' is a magic number. | 1032 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1042 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| misc | FinalParameters | Parameter a should be final. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| misc | FinalParameters | Parameter b should be final. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 | |
| misc | FinalParameters | Parameter scalar should be final. | 1052 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1058 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1062 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1071 | |
| naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1073 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1076 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1078 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1080 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1081 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1085 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1085 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1086 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1087 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1090 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1095 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1095 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1096 | |
| sizes | LineLength | Line is longer than 80 characters (found 236). | 1100 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1104 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1105 | |
| coding | MagicNumber | '4' is a magic number. | 1108 | |
| coding | MagicNumber | '4' is a magic number. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1111 | |
| coding | MagicNumber | '4' is a magic number. | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1116 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1117 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1119 | |
| coding | MagicNumber | '3' is a magic number. | 1119 | |
| coding | MagicNumber | '3' is a magic number. | 1119 | |
| coding | MagicNumber | '3' is a magic number. | 1119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1127 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| misc | FinalParameters | Parameter a should be final. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| misc | FinalParameters | Parameter b should be final. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1140 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1148 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1149 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1157 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1157 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1159 | |
| naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1159 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1160 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1162 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1164 | |
| naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1166 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1169 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1171 | |
| naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1172 | |
| naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1174 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1176 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1181 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1182 | |
| sizes | LineLength | Line is longer than 80 characters (found 244). | 1185 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1189 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1189 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1190 | |
| coding | MagicNumber | '4' is a magic number. | 1192 | |
| coding | MagicNumber | '4' is a magic number. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1195 | |
| coding | MagicNumber | '4' is a magic number. | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1203 | |
| coding | MagicNumber | '3' is a magic number. | 1203 | |
| coding | MagicNumber | '3' is a magic number. | 1203 | |
| coding | MagicNumber | '3' is a magic number. | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| misc | FinalParameters | Parameter a should be final. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 | |
| misc | FinalParameters | Parameter scalar should be final. | 1220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| misc | FinalParameters | Parameter a should be final. | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 | |
| misc | FinalParameters | Parameter scalar should be final. | 1245 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 | |
| sizes | LineLength | Line is longer than 80 characters (found 280). | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| misc | FinalParameters | Parameter a should be final. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 | |
| misc | FinalParameters | Parameter scalar should be final. | 1265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| misc | FinalParameters | Parameter a should be final. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 | |
| misc | FinalParameters | Parameter scalar should be final. | 1280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 1311 | |
| coding | MagicNumber | '4' is a magic number. | 1314 | |
| coding | MagicNumber | '4' is a magic number. | 1315 | |
| coding | MagicNumber | '4' is a magic number. | 1321 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1324 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1325 | |
| coding | MagicNumber | '3' is a magic number. | 1325 | |
| coding | MagicNumber | '3' is a magic number. | 1325 | |
| coding | MagicNumber | '3' is a magic number. | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| misc | FinalParameters | Parameter a should be final. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| misc | FinalParameters | Parameter b should be final. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 | |
| misc | FinalParameters | Parameter scalar should be final. | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 1353 | |
| coding | MagicNumber | '4' is a magic number. | 1356 | |
| coding | MagicNumber | '4' is a magic number. | 1357 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1359 | |
| coding | MagicNumber | '4' is a magic number. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1364 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1365 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1366 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1367 | |
| coding | MagicNumber | '3' is a magic number. | 1367 | |
| coding | MagicNumber | '3' is a magic number. | 1367 | |
| coding | MagicNumber | '3' is a magic number. | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| misc | FinalParameters | Parameter a should be final. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| misc | FinalParameters | Parameter b should be final. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 | |
| misc | FinalParameters | Parameter scalar should be final. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1387 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 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 312). | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| misc | FinalParameters | Parameter a should be final. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| misc | FinalParameters | Parameter b should be final. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 | |
| sizes | LineLength | Line is longer than 80 characters (found 333). | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| misc | FinalParameters | Parameter a should be final. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| misc | FinalParameters | Parameter b should be final. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 | |
| misc | FinalParameters | Parameter scalar should be final. | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1437 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1440 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| misc | FinalParameters | Parameter a should be final. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| misc | FinalParameters | Parameter b should be final. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1461 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1467 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 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 | |
| misc | FinalParameters | Parameter a should be final. | 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 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter scalar should be final. | 1484 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1486 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1492 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| misc | FinalParameters | Parameter a should be final. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| misc | FinalParameters | Parameter b should be final. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1510 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1513 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1516 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| misc | FinalParameters | Parameter a should be final. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| misc | FinalParameters | Parameter b should be final. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 | |
| misc | FinalParameters | Parameter scalar should be final. | 1533 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1535 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1541 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| misc | FinalParameters | Parameter a should be final. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| misc | FinalParameters | Parameter b should be final. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1565 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1574 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1584 | |
| misc | FinalParameters | Parameter a should be final. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| misc | FinalParameters | Parameter b should be final. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 | |
| misc | FinalParameters | Parameter scalar should be final. | 1584 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1585 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1595 | |
| coding | MagicNumber | '4' is a magic number. | 1600 | |
| coding | MagicNumber | '4' is a magic number. | 1601 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1603 | |
| coding | MagicNumber | '4' is a magic number. | 1607 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1609 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1610 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1611 | |
| coding | MagicNumber | '3' is a magic number. | 1611 | |
| coding | MagicNumber | '3' is a magic number. | 1611 | |
| coding | MagicNumber | '3' is a magic number. | 1611 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1630 | |
| misc | FinalParameters | Parameter a should be final. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| misc | FinalParameters | Parameter b should be final. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1637 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 1641 | |
| coding | MagicNumber | '4' is a magic number. | 1645 | |
| coding | MagicNumber | '4' is a magic number. | 1646 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1648 | |
| coding | MagicNumber | '4' is a magic number. | 1652 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1653 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1654 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1656 | |
| coding | MagicNumber | '3' is a magic number. | 1656 | |
| coding | MagicNumber | '3' is a magic number. | 1656 | |
| coding | MagicNumber | '3' is a magic number. | 1656 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1674 | |
| misc | FinalParameters | Parameter a should be final. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| misc | FinalParameters | Parameter b should be final. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 | |
| misc | FinalParameters | Parameter scalar should be final. | 1674 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1676 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1698 | |
| misc | FinalParameters | Parameter a should be final. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| misc | FinalParameters | Parameter b should be final. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1700 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 | |
| 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 323). | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1725 | |
| misc | FinalParameters | Parameter a should be final. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| misc | FinalParameters | Parameter b should be final. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 | |
| misc | FinalParameters | Parameter scalar should be final. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1726 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1737 | |
| coding | MagicNumber | '4' is a magic number. | 1741 | |
| coding | MagicNumber | '4' is a magic number. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1744 | |
| coding | MagicNumber | '4' is a magic number. | 1748 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1749 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1751 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1752 | |
| coding | MagicNumber | '3' is a magic number. | 1752 | |
| coding | MagicNumber | '3' is a magic number. | 1752 | |
| coding | MagicNumber | '3' is a magic number. | 1752 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1771 | |
| misc | FinalParameters | Parameter a should be final. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| misc | FinalParameters | Parameter b should be final. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 1783 | |
| coding | MagicNumber | '4' is a magic number. | 1787 | |
| coding | MagicNumber | '4' is a magic number. | 1788 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1790 | |
| coding | MagicNumber | '4' is a magic number. | 1794 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1796 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1798 | |
| coding | MagicNumber | '3' is a magic number. | 1798 | |
| coding | MagicNumber | '3' is a magic number. | 1798 | |
| coding | MagicNumber | '3' is a magic number. | 1798 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1816 | |
| misc | FinalParameters | Parameter a should be final. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| misc | FinalParameters | Parameter b should be final. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 | |
| misc | FinalParameters | Parameter scalar should be final. | 1816 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1818 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1821 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1824 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 | |
| sizes | LineLength | Line is longer than 80 characters (found 327). | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1840 | |
| misc | FinalParameters | Parameter a should be final. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| misc | FinalParameters | Parameter b should be final. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1846 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1848 | |
| sizes | LineLength | Line is longer than 80 characters (found 299). | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| misc | FinalParameters | Parameter a should be final. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| misc | FinalParameters | Parameter b should be final. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 | |
| misc | FinalParameters | Parameter scalar should be final. | 1858 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1864 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1870 | |
| sizes | LineLength | Line is longer than 80 characters (found 288). | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| misc | FinalParameters | Parameter a should be final. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| misc | FinalParameters | Parameter b should be final. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1889 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1891 | |
| sizes | LineLength | Line is longer than 80 characters (found 289). | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| misc | FinalParameters | Parameter a should be final. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| misc | FinalParameters | Parameter b should be final. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1902 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1912 | |
| sizes | LineLength | Line is longer than 80 characters (found 314). | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| misc | FinalParameters | Parameter a should be final. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| misc | FinalParameters | Parameter b should be final. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 | |
| misc | FinalParameters | Parameter scalar should be final. | 1922 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1923 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1935 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1942 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1944 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| misc | FinalParameters | Parameter a should be final. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| misc | FinalParameters | Parameter b should be final. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1954 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1968 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1975 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1977 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| misc | FinalParameters | Parameter a should be final. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| misc | FinalParameters | Parameter b should be final. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1987 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1988 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2001 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2010 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| misc | FinalParameters | Parameter a should be final. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| misc | FinalParameters | Parameter b should be final. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 | |
| misc | FinalParameters | Parameter scalar should be final. | 2020 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2021 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2032 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2032 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2033 | |
| coding | MagicNumber | '4' is a magic number. | 2036 | |
| coding | MagicNumber | '4' is a magic number. | 2037 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2055 | |
| coding | MagicNumber | '4' is a magic number. | 2055 | |
| coding | MagicNumber | '3' is a magic number. | 2092 | |
| coding | MagicNumber | '3' is a magic number. | 2093 | |
| coding | MagicNumber | '3' is a magic number. | 2094 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2107 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2107 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2108 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2114 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2114 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2115 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2117 | |
| 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 304). | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| misc | FinalParameters | Parameter a should be final. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| misc | FinalParameters | Parameter b should be final. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2144 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2145 | |
| coding | MagicNumber | '4' is a magic number. | 2148 | |
| coding | MagicNumber | '4' is a magic number. | 2149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2167 | |
| coding | MagicNumber | '4' is a magic number. | 2167 | |
| coding | MagicNumber | '3' is a magic number. | 2204 | |
| coding | MagicNumber | '3' is a magic number. | 2205 | |
| coding | MagicNumber | '3' is a magic number. | 2206 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2219 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2220 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2226 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2227 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2229 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| misc | FinalParameters | Parameter a should be final. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| misc | FinalParameters | Parameter b should be final. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2248 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2256 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2257 | |
| coding | MagicNumber | '4' is a magic number. | 2260 | |
| coding | MagicNumber | '4' is a magic number. | 2261 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2279 | |
| coding | MagicNumber | '4' is a magic number. | 2279 | |
| coding | MagicNumber | '3' is a magic number. | 2316 | |
| coding | MagicNumber | '3' is a magic number. | 2317 | |
| coding | MagicNumber | '3' is a magic number. | 2318 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2331 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2332 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2338 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2339 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2341 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2350 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| misc | FinalParameters | Parameter a should be final. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| misc | FinalParameters | Parameter b should be final. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 | |
| misc | FinalParameters | Parameter scalar should be final. | 2360 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2361 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2372 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2372 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2373 | |
| coding | MagicNumber | '4' is a magic number. | 2375 | |
| coding | MagicNumber | '4' is a magic number. | 2376 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2394 | |
| coding | MagicNumber | '4' is a magic number. | 2394 | |
| coding | MagicNumber | '3' is a magic number. | 2431 | |
| coding | MagicNumber | '3' is a magic number. | 2432 | |
| coding | MagicNumber | '3' is a magic number. | 2433 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2446 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2446 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2447 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2453 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 2453 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2454 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2456 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2465 | |
| sizes | LineLength | Line is longer than 80 characters (found 304). | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| misc | FinalParameters | Parameter a should be final. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| misc | FinalParameters | Parameter b should be final. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 | |
| coding | MagicNumber | '4' is a magic number. | 2486 | |
| coding | MagicNumber | '4' is a magic number. | 2487 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2505 | |
| coding | MagicNumber | '4' is a magic number. | 2505 | |
| coding | MagicNumber | '3' is a magic number. | 2542 | |
| coding | MagicNumber | '3' is a magic number. | 2543 | |
| coding | MagicNumber | '3' is a magic number. | 2544 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2561 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2570 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| misc | FinalParameters | Parameter a should be final. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| misc | FinalParameters | Parameter b should be final. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2580 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2581 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 | |
| coding | MagicNumber | '4' is a magic number. | 2588 | |
| coding | MagicNumber | '4' is a magic number. | 2589 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2607 | |
| coding | MagicNumber | '4' is a magic number. | 2607 | |
| coding | MagicNumber | '3' is a magic number. | 2644 | |
| coding | MagicNumber | '3' is a magic number. | 2645 | |
| coding | MagicNumber | '3' is a magic number. | 2646 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2663 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2672 | |
| sizes | LineLength | Line is longer than 80 characters (found 314). | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| misc | FinalParameters | Parameter a should be final. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| misc | FinalParameters | Parameter b should be final. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 | |
| misc | FinalParameters | Parameter scalar should be final. | 2682 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2700 | |
| sizes | LineLength | Line is longer than 80 characters (found 303). | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| misc | FinalParameters | Parameter a should be final. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| misc | FinalParameters | Parameter b should be final. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 2715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2727 | |
| sizes | LineLength | Line is longer than 80 characters (found 329). | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| misc | FinalParameters | Parameter a should be final. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| misc | FinalParameters | Parameter b should be final. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 | |
| misc | FinalParameters | Parameter scalar should be final. | 2737 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2742 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2752 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2754 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| misc | FinalParameters | Parameter a should be final. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| misc | FinalParameters | Parameter b should be final. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2779 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| misc | FinalParameters | Parameter a should be final. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| misc | FinalParameters | Parameter b should be final. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2802 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2804 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| misc | FinalParameters | Parameter a should be final. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| misc | FinalParameters | Parameter b should be final. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 | |
| misc | FinalParameters | Parameter scalar should be final. | 2814 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2822 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 | |
| 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 319). | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| misc | FinalParameters | Parameter a should be final. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| misc | FinalParameters | Parameter b should be final. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2845 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2857 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| misc | FinalParameters | Parameter a should be final. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| misc | FinalParameters | Parameter b should be final. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2871 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2883 | |
| sizes | LineLength | Line is longer than 80 characters (found 330). | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| misc | FinalParameters | Parameter a should be final. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| misc | FinalParameters | Parameter b should be final. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 | |
| misc | FinalParameters | Parameter scalar should be final. | 2893 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2901 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2910 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| misc | FinalParameters | Parameter a should be final. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| misc | FinalParameters | Parameter b should be final. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 | |
| 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 320). | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| misc | FinalParameters | Parameter a should be final. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| misc | FinalParameters | Parameter b should be final. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 2950 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2960 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2962 | |
| sizes | LineLength | Line is longer than 80 characters (found 295). | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| misc | FinalParameters | Parameter a should be final. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 | |
| misc | FinalParameters | Parameter scalar should be final. | 2972 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2982 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2984 | |
| sizes | LineLength | Line is longer than 80 characters (found 305). | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| misc | FinalParameters | Parameter a should be final. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 | |
| misc | FinalParameters | Parameter scalar should be final. | 2994 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3006 | |
| sizes | LineLength | Line is longer than 80 characters (found 315). | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| misc | FinalParameters | Parameter a should be final. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 | |
| misc | FinalParameters | Parameter scalar should be final. | 3016 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3026 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3028 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| misc | FinalParameters | Parameter a should be final. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| misc | FinalParameters | Parameter b should be final. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 | |
| misc | FinalParameters | Parameter scalar should be final. | 3039 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3046 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3054 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3056 | |
| sizes | LineLength | Line is longer than 80 characters (found 307). | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| misc | FinalParameters | Parameter a should be final. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| misc | FinalParameters | Parameter b should be final. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3083 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3085 | |
| sizes | LineLength | Line is longer than 80 characters (found 333). | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| misc | FinalParameters | Parameter a should be final. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| misc | FinalParameters | Parameter b should be final. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 | |
| misc | FinalParameters | Parameter scalar should be final. | 3096 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3103 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3124 | |
| sizes | LineLength | Line is longer than 80 characters (found 322). | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| misc | FinalParameters | Parameter a should be final. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| misc | FinalParameters | Parameter b should be final. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 3158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3164 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| misc | FinalParameters | Parameter a should be final. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| misc | FinalParameters | Parameter b should be final. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 | |
| misc | FinalParameters | Parameter scalar should be final. | 3175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3195 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| misc | FinalParameters | Parameter a should be final. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| misc | FinalParameters | Parameter b should be final. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3227 | |
| sizes | LineLength | Line is longer than 80 characters (found 334). | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| misc | FinalParameters | Parameter a should be final. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| misc | FinalParameters | Parameter b should be final. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 | |
| misc | FinalParameters | Parameter scalar should be final. | 3238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3258 | |
| sizes | LineLength | Line is longer than 80 characters (found 323). | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| misc | FinalParameters | Parameter a should be final. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| misc | FinalParameters | Parameter b should be final. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3291 | |
| sizes | LineLength | Line is longer than 80 characters (found 348). | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| misc | FinalParameters | Parameter a should be final. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| misc | FinalParameters | Parameter b should be final. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 | |
| misc | FinalParameters | Parameter scalar should be final. | 3302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3310 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3331 | |
| sizes | LineLength | Line is longer than 80 characters (found 337). | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| misc | FinalParameters | Parameter a should be final. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| misc | FinalParameters | Parameter b should be final. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3371 | |
| sizes | LineLength | Line is longer than 80 characters (found 349). | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| misc | FinalParameters | Parameter a should be final. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| misc | FinalParameters | Parameter b should be final. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 | |
| misc | FinalParameters | Parameter scalar should be final. | 3382 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3389 | |
| 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 338). | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| misc | FinalParameters | Parameter a should be final. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| misc | FinalParameters | Parameter b should be final. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3434 | |
| sizes | LineLength | Line is longer than 80 characters (found 349). | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| misc | FinalParameters | Parameter a should be final. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| misc | FinalParameters | Parameter b should be final. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 | |
| misc | FinalParameters | Parameter scalar should be final. | 3445 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 | |
| naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3453 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3466 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| misc | FinalParameters | Parameter a should be final. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| misc | FinalParameters | Parameter b should be final. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3498 | |
| sizes | LineLength | Line is longer than 80 characters (found 312). | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| misc | FinalParameters | Parameter a should be final. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| misc | FinalParameters | Parameter b should be final. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3526 | |
| sizes | LineLength | Line is longer than 80 characters (found 290). | 3536 | |
| misc | FinalParameters | Parameter a should be final. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| misc | FinalParameters | Parameter b should be final. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3548 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 3558 | |
| misc | FinalParameters | Parameter a should be final. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| misc | FinalParameters | Parameter b should be final. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3570 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 3580 | |
| misc | FinalParameters | Parameter a should be final. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| misc | FinalParameters | Parameter b should be final. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3590 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3592 | |
| sizes | LineLength | Line is longer than 80 characters (found 301). | 3602 | |
| misc | FinalParameters | Parameter a should be final. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| misc | FinalParameters | Parameter b should be final. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3614 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 3624 | |
| misc | FinalParameters | Parameter a should be final. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| misc | FinalParameters | Parameter b should be final. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3636 | |
| sizes | LineLength | Line is longer than 80 characters (found 310). | 3646 | |
| misc | FinalParameters | Parameter a should be final. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| misc | FinalParameters | Parameter b should be final. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 | |
| 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 311). | 3668 | |
| misc | FinalParameters | Parameter a should be final. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| misc | FinalParameters | Parameter b should be final. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 3678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3680 | |
| sizes | LineLength | Line is longer than 80 characters (found 311). | 3690 | |
| misc | FinalParameters | Parameter a should be final. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 | |
| misc | FinalParameters | Parameter b should be final. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter lambdaStar should be final. | 32 | |
| misc | FinalParameters | Parameter nDim should be final. | 41 | |
| misc | FinalParameters | Parameter initPt should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 43 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 44 | |
| misc | FinalParameters | Parameter nDim should be final. | 52 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| misc | FinalParameters | Parameter ps should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 655 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 662 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 231). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter betaStar should be final. | 31 | |
| coding | HiddenField | 'betaStar' hides a field. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| misc | FinalParameters | Parameter phase should be final. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| misc | FinalParameters | Parameter reduction should be final. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| misc | FinalParameters | Parameter param should be final. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 234). | 62 | |
| naming | MethodName | Name 'MehrotraCorrector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| misc | FinalParameters | Parameter nDim should be final. | 62 | |
| misc | FinalParameters | Parameter phase should be final. | 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 alpha should be final. | 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 currentPt should be final. | 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 newton should be final. | 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 mu should be final. | 62 | |
| misc | FinalParameters | Parameter param should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 92 | |
| misc | FinalParameters | Parameter ps should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 31 | |
| misc | FinalParameters | Parameter x should be final. | 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 | |
| misc | FinalParameters | Parameter y should be final. | 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. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| misc | FinalParameters | Parameter x should be final. | 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 | |
| misc | FinalParameters | Parameter y should be final. | 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 | |
| naming | LocalFinalVariableName | Name 'D1E50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| coding | MagicNumber | '10' is a magic number. | 67 | |
| naming | LocalFinalVariableName | Name 'D1E51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '10' is a magic number. | 68 | |
| naming | LocalFinalVariableName | Name 'D1E52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| coding | MagicNumber | '10' is a magic number. | 69 | |
| naming | LocalFinalVariableName | Name 'D1Em16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '10' is a magic number. | 70 | |
| naming | LocalVariableName | Name 'min_old' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| coding | MagicNumber | '10' is a magic number. | 74 | |
| coding | MagicNumber | '10' is a magic number. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| 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 | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 94 | |
| coding | MagicNumber | '10' is a magic number. | 94 | |
| coding | MagicNumber | '-5' is a magic number. | 94 | |
| coding | MagicNumber | '10' is a magic number. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 95 | |
| coding | MagicNumber | '10' is a magic number. | 95 | |
| coding | MagicNumber | '-2' is a magic number. | 95 | |
| coding | MagicNumber | '10' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 110 | |
| coding | MagicNumber | '9' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| 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 166). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 154 | |
| misc | FinalParameters | Parameter lMat should be final. | 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 xMat should be final. | 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 | |
| naming | LocalFinalVariableName | Name 'l_ele' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| naming | LocalFinalVariableName | Name 'x_ele' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| coding | MagicNumber | '4' is a magic number. | 162 | |
| coding | MagicNumber | '4' is a magic number. | 163 | |
| coding | MagicNumber | '4' is a magic number. | 173 | |
| coding | MagicNumber | '3' is a magic number. | 177 | |
| coding | MagicNumber | '3' is a magic number. | 177 | |
| coding | MagicNumber | '3' is a magic number. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| misc | FinalParameters | Parameter m should be final. | 38 | |
| misc | FinalParameters | Parameter blockSize should be final. | 38 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 38 | |
| misc | FinalParameters | Parameter lambda should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 114). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 | |
| misc | FinalParameters | Parameter nDim should be final. | 41 | |
| misc | FinalParameters | Parameter b should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 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 A should be final. | 42 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 43 | |
| misc | FinalParameters | Parameter initPt should be final. | 43 | |
| misc | FinalParameters | Parameter mu0 should be final. | 43 | |
| misc | FinalParameters | Parameter omegaStar should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 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 | |
| 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. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| naming | MemberName | Name 'DxMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| naming | MemberName | Name 'DyVec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| naming | MemberName | Name 'DzMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| 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 | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 | |
| 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. | 68 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 | |
| naming | MemberName | Name 'DxMatDzMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter m should be final. | 78 | |
| misc | FinalParameters | Parameter blockSize should be final. | 78 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 78 | |
| misc | FinalParameters | Parameter unit should be final. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 136 | |
| misc | FinalParameters | Parameter m should be final. | 136 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| misc | FinalParameters | Parameter kappa should be final. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 172 | |
| coding | MagicNumber | '3' is a magic number. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| misc | FinalParameters | Parameter G should be final. | 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 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| misc | FinalParameters | Parameter Aj should be final. | 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 | |
| naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 218 | |
| misc | FinalParameters | Parameter F should be final. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| misc | FinalParameters | Parameter G should be final. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| misc | FinalParameters | Parameter X should be final. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| misc | FinalParameters | Parameter Aj should be final. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| misc | FinalParameters | Parameter hasF2Gcal should be final. | 218 | |
| naming | LocalVariableName | Name 'x_alpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| naming | LocalVariableName | Name 'f_nbeta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 234 | |
| naming | LocalVariableName | Name 'x_beta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 241 | |
| naming | LocalVariableName | Name 'f_nalpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 243 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 245 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 281 | |
| misc | FinalParameters | Parameter X should be final. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| misc | FinalParameters | Parameter invZ should be final. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| misc | FinalParameters | Parameter Ai should be final. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| naming | ParameterName | Name 'Ai' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| misc | FinalParameters | Parameter Aj should be final. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 332 | |
| naming | MethodName | Name 'compute_bMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter m should be final. | 332 | |
| misc | FinalParameters | Parameter A should be final. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter xMat should be final. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| misc | FinalParameters | Parameter invzMat should be final. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| coding | HiddenField | 'invzMat' hides a field. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 349 | |
| naming | LocalFinalVariableName | Name 'A_i_ele_l_NonZeroEffect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 372 | |
| naming | LocalFinalVariableName | Name 'A_j_ele_l_NonZeroEffect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 421 | |
| naming | MethodName | Name 'compute_rMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 | |
| misc | FinalParameters | Parameter direction should be final. | 421 | |
| misc | FinalParameters | Parameter mu should be final. | 421 | |
| misc | FinalParameters | Parameter beta should be final. | 421 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| naming | LocalVariableName | Name 'target_mu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 | |
| coding | MagicNumber | '4' is a magic number. | 439 | |
| coding | MagicNumber | '4' is a magic number. | 440 | |
| coding | MagicNumber | '4' is a magic number. | 445 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '4' is a magic number. | 453 | |
| coding | MagicNumber | '4' is a magic number. | 454 | |
| coding | MagicNumber | '4' is a magic number. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 463 | |
| coding | MagicNumber | '3' is a magic number. | 463 | |
| coding | MagicNumber | '3' is a magic number. | 463 | |
| coding | MagicNumber | '3' is a magic number. | 463 | |
| coding | MagicNumber | '3' is a magic number. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 482 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 482 | |
| naming | MethodName | Name 'Mehrotra' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| misc | FinalParameters | Parameter direction should be final. | 482 | |
| misc | FinalParameters | Parameter m should be final. | 482 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 | |
| misc | FinalParameters | Parameter mu should be final. | 482 | |
| misc | FinalParameters | Parameter beta should be final. | 482 | |
| misc | FinalParameters | Parameter phase should be final. | 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 | |
| misc | FinalParameters | Parameter currentPt should be final. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| misc | FinalParameters | Parameter currentRes should be final. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 240). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 512 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 567 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 584 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 | |
| coding | MagicNumber | '10' is a magic number. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 590 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 591 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 599 | |
| misc | FinalParameters | Parameter currentPt should be final. | 599 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 613 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 613 | |
| coding | MagicNumber | '10' is a magic number. | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 618 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 619 | |
| misc | FinalParameters | Parameter fpout should be final. | 625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 34 | |
| design | VisibilityModifier | Variable 'maxIteration' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 38 | |
| design | VisibilityModifier | Variable 'epsilonStar' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| design | VisibilityModifier | Variable 'lambdaStar' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'omegaStar' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'lowerBound' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'upperBound' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'betaStar' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 50 | |
| design | VisibilityModifier | Variable 'betaBar' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'gammaStar' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| design | VisibilityModifier | Variable 'epsilonDash' 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. | 62 | |
| misc | FinalParameters | Parameter unit should be final. | 65 | |
| coding | HiddenField | 'unit' hides a field. | 65 | |
| 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 type should be final. | 86 | |
| coding | MagicNumber | '10' is a magic number. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '200' is a magic number. | 89 | |
| coding | MagicNumber | '-30' is a magic number. | 90 | |
| coding | MagicNumber | '4' is a magic number. | 91 | |
| coding | MagicNumber | '5' is a magic number. | 93 | |
| coding | MagicNumber | '10' is a magic number. | 95 | |
| coding | MagicNumber | '3' is a magic number. | 96 | |
| coding | MagicNumber | '10' is a magic number. | 96 | |
| coding | MagicNumber | '9' is a magic number. | 97 | |
| coding | MagicNumber | '10' is a magic number. | 97 | |
| coding | MagicNumber | '-30' is a magic number. | 98 | |
| coding | MagicNumber | '1000' is a magic number. | 100 | |
| coding | MagicNumber | '-30' is a magic number. | 101 | |
| coding | MagicNumber | '5' is a magic number. | 104 | |
| coding | MagicNumber | '10' is a magic number. | 106 | |
| coding | MagicNumber | '4' is a magic number. | 107 | |
| coding | MagicNumber | '10' is a magic number. | 107 | |
| coding | MagicNumber | '5' is a magic number. | 108 | |
| coding | MagicNumber | '10' is a magic number. | 108 | |
| coding | MagicNumber | '-30' is a magic number. | 109 | |
| coding | MagicNumber | '1000' is a magic number. | 111 | |
| coding | MagicNumber | '-7' is a magic number. | 112 | |
| coding | MagicNumber | '5' is a magic number. | 115 | |
| coding | MagicNumber | '5' is a magic number. | 116 | |
| coding | MagicNumber | '10' is a magic number. | 117 | |
| coding | MagicNumber | '4' is a magic number. | 118 | |
| coding | MagicNumber | '10' is a magic number. | 118 | |
| coding | MagicNumber | '5' is a magic number. | 119 | |
| coding | MagicNumber | '10' is a magic number. | 119 | |
| coding | MagicNumber | '-7' is a magic number. | 120 | |
| coding | MagicNumber | '100' is a magic number. | 122 | |
| coding | MagicNumber | '-7' is a magic number. | 123 | |
| coding | MagicNumber | '5' is a magic number. | 126 | |
| coding | MagicNumber | '5' is a magic number. | 127 | |
| coding | MagicNumber | '100' is a magic number. | 128 | |
| coding | MagicNumber | '100' is a magic number. | 129 | |
| coding | MagicNumber | '98' is a magic number. | 130 | |
| coding | MagicNumber | '100' is a magic number. | 130 | |
| coding | MagicNumber | '-7' is a magic number. | 131 | |
| coding | MagicNumber | '100' is a magic number. | 133 | |
| coding | MagicNumber | '-7' is a magic number. | 134 | |
| coding | MagicNumber | '5' is a magic number. | 137 | |
| coding | MagicNumber | '5' is a magic number. | 138 | |
| coding | MagicNumber | '10' is a magic number. | 139 | |
| coding | MagicNumber | '10' is a magic number. | 140 | |
| coding | MagicNumber | '9' is a magic number. | 141 | |
| coding | MagicNumber | '10' is a magic number. | 141 | |
| coding | MagicNumber | '-7' is a magic number. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| misc | FinalParameters | Parameter parameterFile should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| misc | FinalParameters | Parameter output should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 133). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 46 | |
| misc | FinalParameters | Parameter initRes should be final. | 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 | |
| misc | FinalParameters | Parameter solveInfo should be final. | 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 | |
| misc | FinalParameters | Parameter param should be final. | 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 | |
| misc | FinalParameters | Parameter nDim should be final. | 46 | |
| coding | HiddenField | 'nDim' hides a field. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 61 | |
| misc | FinalParameters | Parameter currentRes should be final. | 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 | |
| misc | FinalParameters | Parameter solveInfo should be final. | 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 | |
| misc | FinalParameters | Parameter param should be final. | 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 | |
| naming | LocalFinalVariableName | Name 'NONZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 86 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 98 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 99 | |
| naming | LocalVariableName | Name 'PDgap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 171 | |
| misc | FinalParameters | Parameter ps should be final. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| misc | FinalParameters | Parameter nDim should be final. | 281 | |
| coding | HiddenField | 'nDim' hides a field. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 120). | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 44 | |
| misc | FinalParameters | Parameter param should be final. | 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 initRes should be final. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 66 | |
| misc | FinalParameters | Parameter reduction should be final. | 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 | |
| misc | FinalParameters | Parameter alpha should be final. | 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 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 81 | |
| naming | MethodName | Name 'update_exact' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| misc | FinalParameters | Parameter initRes should be final. | 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 | |
| misc | FinalParameters | Parameter currentRes should be final. | 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 | |
| coding | MagicNumber | '10' is a magic number. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter file should be final. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 130). | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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. | 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. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter elementUnit should be final. | 47 | |
| coding | HiddenField | 'elementUnit' hides a field. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 68 | |
| misc | FinalParameters | Parameter m should be final. | 68 | |
| misc | FinalParameters | Parameter blockSize should be final. | 68 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 68 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 90). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 86 | |
| misc | FinalParameters | Parameter m should be final. | 86 | |
| misc | FinalParameters | Parameter blockSize should be final. | 86 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 86 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| 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. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| misc | FinalParameters | Parameter vec should be final. | 147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| misc | FinalParameters | Parameter mat should be final. | 168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 212 | |
| misc | FinalParameters | Parameter m should be final. | 212 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| misc | FinalParameters | Parameter mu should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 241 | |
| misc | FinalParameters | Parameter m should be final. | 241 | |
| misc | FinalParameters | Parameter blockSize should be final. | 241 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 241 | |
| misc | FinalParameters | Parameter b should be final. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| misc | FinalParameters | Parameter C should be final. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| misc | FinalParameters | Parameter A should be final. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| misc | FinalParameters | Parameter currentPt should be final. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 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 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 120). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| 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. | 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. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 | |
| design | VisibilityModifier | Variable 'xMatzMat' must be private and have accessor methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| design | VisibilityModifier | Variable 'choleskyX' must be private and have accessor methods. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 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 | |
| design | VisibilityModifier | Variable 'invCholeskyX' must be private and have accessor methods. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 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 | |
| design | VisibilityModifier | Variable 'choleskyZ' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 | |
| design | VisibilityModifier | Variable 'invCholeskyZ' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 | |
| design | VisibilityModifier | Variable 'xzEigenValues' 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). | 47 | |
| design | VisibilityModifier | Variable 'xzMinEigenValue' must be private and have accessor methods. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| 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. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter unit should be final. | 61 | |
| coding | HiddenField | 'unit' hides a field. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| misc | FinalParameters | Parameter m should be final. | 86 | |
| misc | FinalParameters | Parameter blockSize should be final. | 86 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 86 | |
| misc | FinalParameters | Parameter lambda should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 97 | |
| misc | FinalParameters | Parameter m should be final. | 101 | |
| misc | FinalParameters | Parameter blockSize should be final. | 101 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 101 | |
| misc | FinalParameters | Parameter lambda should be final. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| coding | MagicNumber | '3' is a magic number. | 125 | |
| coding | MagicNumber | '-3' is a magic number. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 137 | |
| misc | FinalParameters | Parameter m should be final. | 140 | |
| misc | FinalParameters | Parameter blockSize should be final. | 140 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 162 | |
| misc | FinalParameters | Parameter blockSize should be final. | 165 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 165 | |
| coding | MagicNumber | '3' is a magic number. | 169 | |
| coding | MagicNumber | '-3' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 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 92). | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 197 | |
| misc | FinalParameters | Parameter alpha should be final. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| misc | FinalParameters | Parameter newton should be final. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| naming | LocalVariableName | Name 'total_judge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 201 | |
| coding | MagicNumber | '10' is a magic number. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| naming | MethodName | Name 'update_last' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| misc | FinalParameters | Parameter ps should be final. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| 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 98). | 313 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 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 | 'typecast' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 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 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 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 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 318 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 319 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 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 | 'typecast' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 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 110). | 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 102). | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 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. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 51 | |
| misc | FinalParameters | Parameter nDim should be final. | 51 | |
| misc | FinalParameters | Parameter b should be final. | 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 C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter initPt should be final. | 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 mu0 should be final. | 51 | |
| misc | FinalParameters | Parameter omegaStar should be final. | 51 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 268). | 109 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 109 | |
| misc | FinalParameters | Parameter nDim should be final. | 109 | |
| misc | FinalParameters | Parameter b should be final. | 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 | |
| misc | FinalParameters | Parameter C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| misc | FinalParameters | Parameter initPt should be final. | 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 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| misc | FinalParameters | Parameter currentRes should be final. | 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 | |
| misc | FinalParameters | Parameter mu should be final. | 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 | |
| misc | FinalParameters | Parameter theta should be final. | 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 | |
| misc | FinalParameters | Parameter param should be final. | 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 | ';' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| misc | FinalParameters | Parameter value should be final. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 113). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 223). | 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. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter alphaP should be final. | 70 | |
| misc | FinalParameters | Parameter alphaD should be final. | 70 | |
| misc | FinalParameters | Parameter nBlock should be final. | 70 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 70 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| coding | MagicNumber | '-3' is a magic number. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| misc | FinalParameters | Parameter a should be final. | 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. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| 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 115). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 127 | |
| naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter b should be final. | 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 C should be final. | 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 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| misc | FinalParameters | Parameter phase should be final. | 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 newton should be final. | 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 | |
| coding | MagicNumber | '9' is a magic number. | 128 | |
| coding | MagicNumber | '10' is a magic number. | 128 | |
| coding | MagicNumber | '9' is a magic number. | 129 | |
| coding | MagicNumber | '10' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 131 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 256). | 182 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 182 | |
| naming | MethodName | Name 'MehrotraCorrector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| misc | FinalParameters | Parameter nDim should be final. | 182 | |
| misc | FinalParameters | Parameter b should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| misc | FinalParameters | Parameter C should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| misc | FinalParameters | Parameter currentPt should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| misc | FinalParameters | Parameter phase should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| misc | FinalParameters | Parameter reduction should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| misc | FinalParameters | Parameter newton should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| misc | FinalParameters | Parameter mu should be final. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 183 | |
| misc | FinalParameters | Parameter theta should be final. | 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 | |
| misc | FinalParameters | Parameter lanczos should be final. | 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 | |
| misc | FinalParameters | Parameter param should be final. | 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 | |
| coding | MagicNumber | '100' is a magic number. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 197 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 254 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 257 | |
| coding | MagicNumber | '3' is a magic number. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 261 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 261 | |
| coding | MagicNumber | '95' is a magic number. | 261 | |
| coding | MagicNumber | '100' is a magic number. | 261 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 264 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 268 | |
| coding | MagicNumber | '10' is a magic number. | 268 | |
| coding | MagicNumber | '-6' is a magic number. | 268 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 284 | |
| 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 102). | 299 | |
| misc | FinalParameters | Parameter currentPt should be final. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| misc | FinalParameters | Parameter newton should be final. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| coding | MagicNumber | '0.1' is a magic number. | 314 | |
| coding | MagicNumber | '10' is a magic number. | 315 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 322 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 | |
| coding | MagicNumber | '26' is a magic number. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 326 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 329 | |
| coding | MagicNumber | '0.1' is a magic number. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 346 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| misc | FinalParameters | Parameter newton should be final. | 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 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 | |
| coding | MagicNumber | '0.1' is a magic number. | 361 | |
| coding | MagicNumber | '10' is a magic number. | 362 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 | |
| coding | MagicNumber | '26' is a magic number. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 373 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 376 | |
| coding | MagicNumber | '0.1' is a magic number. | 382 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| misc | FinalParameters | Parameter fpout should be final. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| misc | FinalParameters | Parameter switchType should be final. | 28 | |
| coding | HiddenField | 'switchType' hides a field. | 28 | |
| naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| misc | FinalParameters | Parameter phase should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| naming | TypeName | Name 'WHICH_DIRECTION' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 73 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| 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. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| 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. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| misc | FinalParameters | Parameter unit should be final. | 174 | |
| coding | HiddenField | 'unit' hides a field. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| misc | FinalParameters | Parameter unit should be final. | 186 | |
| coding | HiddenField | 'unit' hides a field. | 186 | |
| misc | FinalParameters | Parameter solver should be final. | 186 | |
| coding | HiddenField | 'solver' hides a field. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| coding | MagicNumber | '77' is a magic number. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| misc | FinalParameters | Parameter name should be final. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| misc | FinalParameters | Parameter replacement should be final. | 255 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 264 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 267 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 273 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| misc | FinalParameters | Parameter name should be final. | 289 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 290 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 293 | |
| coding | MagicNumber | '15' is a magic number. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| misc | FinalParameters | Parameter name should be final. | 309 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 310 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 313 | |
| coding | MagicNumber | '8' is a magic number. | 316 | |
| coding | MagicNumber | '6' is a magic number. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| misc | FinalParameters | Parameter name should be final. | 332 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 333 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 336 | |
| coding | MagicNumber | '13' is a magic number. | 340 | |
| coding | MagicNumber | '4' is a magic number. | 345 | |
| coding | MagicNumber | '4' is a magic number. | 350 | |
| coding | MagicNumber | '8' is a magic number. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 351 | |
| coding | MagicNumber | '4' is a magic number. | 351 | |
| coding | MagicNumber | '8' is a magic number. | 355 | |
| coding | MagicNumber | '12' is a magic number. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 356 | |
| coding | MagicNumber | '8' is a magic number. | 356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| misc | FinalParameters | Parameter name should be final. | 371 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 372 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 375 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| misc | FinalParameters | Parameter name should be final. | 391 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 392 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| misc | FinalParameters | Parameter name should be final. | 410 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 411 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 414 | |
| coding | MagicNumber | '5' is a magic number. | 418 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 421 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 423 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 423 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 425 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 425 | |
| coding | MagicNumber | '3' is a magic number. | 426 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 427 | |
| coding | MagicNumber | '4' is a magic number. | 428 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 429 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| misc | FinalParameters | Parameter name should be final. | 446 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 447 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 450 | |
| coding | MagicNumber | '13' is a magic number. | 454 | |
| coding | MagicNumber | '4' is a magic number. | 459 | |
| coding | MagicNumber | '4' is a magic number. | 464 | |
| coding | MagicNumber | '8' is a magic number. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 465 | |
| coding | MagicNumber | '4' is a magic number. | 465 | |
| coding | MagicNumber | '8' is a magic number. | 469 | |
| coding | MagicNumber | '12' is a magic number. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 470 | |
| coding | MagicNumber | '8' is a magic number. | 470 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| misc | FinalParameters | Parameter name should be final. | 485 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 486 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 489 | |
| coding | MagicNumber | '5' is a magic number. | 492 | |
| coding | MagicNumber | '10' is a magic number. | 492 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| misc | FinalParameters | Parameter name should be final. | 505 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 506 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| misc | FinalParameters | Parameter name should be final. | 526 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 527 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| misc | FinalParameters | Parameter name should be final. | 544 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 545 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 548 | |
| coding | MagicNumber | '6' is a magic number. | 550 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| misc | FinalParameters | Parameter name should be final. | 563 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 564 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 567 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| misc | FinalParameters | Parameter name should be final. | 585 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 586 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 589 | |
| coding | MagicNumber | '8' is a magic number. | 591 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| misc | FinalParameters | Parameter name should be final. | 604 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 605 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 608 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| misc | FinalParameters | Parameter name should be final. | 626 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 627 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 630 | |
| coding | MagicNumber | '11' is a magic number. | 632 | |
| misc | FinalParameters | Parameter unit should be final. | 642 | |
| coding | HiddenField | 'unit' hides a field. | 642 | |
| misc | FinalParameters | Parameter precision should be final. | 656 | |
| coding | HiddenField | 'precision' hides a field. | 656 | |
| misc | FinalParameters | Parameter solver should be final. | 671 | |
| coding | HiddenField | 'solver' hides a field. | 671 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| design | VisibilityModifier | Variable 'f' must be private and have accessor methods. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| design | VisibilityModifier | Variable 'l' must be private and have accessor methods. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| design | VisibilityModifier | Variable 'q' must be private and have accessor methods. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| design | VisibilityModifier | Variable 'xcomplex' must be private and have accessor methods. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| design | VisibilityModifier | Variable 'scomplex' must be private and have accessor methods. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| design | VisibilityModifier | Variable 'ycomplex' must be private and have accessor methods. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter s should be final. | 38 | |
| coding | HiddenField | 's' hides a field. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 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. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| misc | FinalParameters | Parameter row should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter row should be final. | 104 | |
| misc | FinalParameters | Parameter column should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| misc | FinalParameters | Parameter rowVector should be final. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| coding | HiddenField | 'value' hides a field. | 120 | |
| misc | FinalParameters | Parameter matrix should be final. | 134 | |
| coding | HiddenField | 'matrix' hides a field. | 134 | |
| misc | FinalParameters | Parameter transposition should be final. | 148 | |
| coding | HiddenField | 'transposition' hides a field. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| misc | FinalParameters | Parameter matrix should be final. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| misc | FinalParameters | Parameter matrix should be final. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| misc | FinalParameters | Parameter formula should be final. | 192 | |
| misc | FinalParameters | Parameter matrix should be final. | 192 | |
| blocks | RightCurly | '}' at column 11 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). | 210 | |
| blocks | RightCurly | '}' at column 11 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). | 230 | |
| blocks | RightCurly | '}' at column 7 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). | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| javadoc | JavadocMethod | Expected @return tag. | 267 | |
| misc | FinalParameters | Parameter matlabFormula should be final. | 267 | |
| 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 matxFormula should be final. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| misc | FinalParameters | Parameter matlabFormula should be final. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| misc | FinalParameters | Parameter matxFormula should be final. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| misc | FinalParameters | Parameter matlabFormula should be final. | 314 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 326 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 335 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 339 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| misc | FinalParameters | Parameter matlabFormula should be final. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| misc | FinalParameters | Parameter matxFormula should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 414 | |
| misc | FinalParameters | Parameter number should be final. | 425 | |
| coding | HiddenField | 'number' hides a field. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 48 | |
| misc | FinalParameters | Parameter mDIM should be final. | 48 | |
| coding | HiddenField | 'mDIM' hides a field. | 48 | |
| misc | FinalParameters | Parameter nBLOCK should be final. | 48 | |
| coding | HiddenField | 'nBLOCK' hides a field. | 48 | |
| misc | FinalParameters | Parameter bLOCKsTRUCT should be final. | 48 | |
| coding | HiddenField | 'bLOCKsTRUCT' hides a field. | 48 | |
| misc | FinalParameters | Parameter c should be final. | 48 | |
| coding | HiddenField | 'c' hides a field. | 48 | |
| misc | FinalParameters | Parameter sdpamF should be final. | 48 | |
| coding | HiddenField | 'sdpamF' hides a field. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter output should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter fileName should be final. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter file should be final. | 91 | |
| misc | FinalParameters | Parameter context should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 92 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 105 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| misc | FinalParameters | Parameter realNumberFormat should be final. | 174 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 176 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| 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. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| naming | MethodName | Name 'SedumiLoad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| misc | FinalParameters | Parameter mmFile should be final. | 37 | |
| misc | FinalParameters | Parameter datFile should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 | |
| naming | LocalFinalVariableName | Name 'K_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| naming | LocalFinalVariableName | Name 'primitiveK_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| misc | FinalParameters | Parameter matrix should be final. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 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 85). | 89 | |
| misc | FinalParameters | Parameter A should be final. | 89 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| misc | FinalParameters | Parameter b should be final. | 89 | |
| misc | FinalParameters | Parameter c should be final. | 89 | |
| misc | FinalParameters | Parameter k should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 90 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| 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 104). | 122 | |
| misc | FinalParameters | Parameter AFile should be final. | 122 | |
| naming | ParameterName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter bFile should be final. | 122 | |
| misc | FinalParameters | Parameter cFile should be final. | 122 | |
| misc | FinalParameters | Parameter KsFile should be final. | 122 | |
| naming | ParameterName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter mmFile should be final. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 123 | |
| 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 102). | 190 | |
| misc | FinalParameters | Parameter AFile should be final. | 190 | |
| naming | ParameterName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter bFile should be final. | 190 | |
| misc | FinalParameters | Parameter cFile should be final. | 190 | |
| misc | FinalParameters | Parameter KsFile should be final. | 190 | |
| naming | ParameterName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| misc | FinalParameters | Parameter mFile should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| misc | FinalParameters | Parameter mFile should be final. | 247 | |
| misc | FinalParameters | Parameter mmFile should be final. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| misc | FinalParameters | Parameter args should be final. | 279 | |
| naming | LocalVariableName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| misc | FinalParameters | Parameter F should be final. | 30 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| misc | FinalParameters | Parameter c should be final. | 30 | |
| misc | FinalParameters | Parameter k should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| naming | MethodName | Name 'KsCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| misc | FinalParameters | Parameter k should be final. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 113). | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter i should be final. | 32 | |
| coding | HiddenField | 'i' hides a field. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter l should be final. | 50 | |
| coding | HiddenField | 'l' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter j should be final. | 68 | |
| coding | HiddenField | 'j' hides a field. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter arrayIn should be final. | 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. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 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 | |
| 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. | 32 | |
| misc | FinalParameters | Parameter unit should be final. | 36 | |
| coding | HiddenField | 'unit' hides a field. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter blockSize should be final. | 50 | |
| coding | HiddenField | 'blockSize' hides a field. | 50 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 50 | |
| coding | HiddenField | 'blockStruct' hides a field. | 50 | |
| misc | FinalParameters | Parameter unit should be final. | 50 | |
| coding | HiddenField | 'unit' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter blockSize1 should be final. | 70 | |
| misc | FinalParameters | Parameter blockStruct1 should be final. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 102 | |
| misc | FinalParameters | Parameter out should be final. | 102 | |
| misc | FinalParameters | Parameter min should be final. | 102 | |
| misc | FinalParameters | Parameter max should be final. | 102 | |
| 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). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| misc | FinalParameters | Parameter out should be final. | 156 | |
| 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 123). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| misc | FinalParameters | Parameter out should be final. | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| misc | FinalParameters | Parameter source should be final. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| misc | FinalParameters | Parameter unit should be final. | 306 | |
| coding | HiddenField | 'unit' hides a field. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| 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. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| javadoc | JavadocMethod | Expected @return tag. | 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 | |
| misc | FinalParameters | Parameter index should be final. | 346 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| misc | FinalParameters | Parameter index should be final. | 356 | |
| misc | FinalParameters | Parameter block should be final. | 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 | JavadocStyle | First sentence should end with a period. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| javadoc | JavadocMethod | Expected @return tag. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 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 | 'typecast' is not followed by whitespace. | 390 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 456 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| misc | FinalParameters | Parameter a should be final. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 479 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 230). | 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 | |
| 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. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter blockSize should be final. | 42 | |
| coding | HiddenField | 'blockSize' hides a field. | 42 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 42 | |
| coding | HiddenField | 'blockStruct' hides a field. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| javadoc | JavadocMethod | Expected @return tag. | 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 | |
| misc | FinalParameters | Parameter index should be final. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter index should be final. | 132 | |
| misc | FinalParameters | Parameter block should be final. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 245 | |
| misc | FinalParameters | Parameter arrayMatrix should be final. | 249 | |
| misc | FinalParameters | Parameter dimensionArray should be final. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 308 |
| 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 224). | 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. | 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. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter unit should be final. | 37 | |
| coding | HiddenField | 'unit' hides a field. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter blockSize should be final. | 49 | |
| coding | HiddenField | 'blockSize' hides a field. | 49 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 49 | |
| coding | HiddenField | 'blockStruct' hides a field. | 49 | |
| misc | FinalParameters | Parameter unit should be final. | 49 | |
| coding | HiddenField | 'unit' hides a field. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter blockSize1 should be final. | 61 | |
| misc | FinalParameters | Parameter blockStruct1 should be final. | 61 | |
| misc | FinalParameters | Parameter value should be final. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter blockSize1 should be final. | 87 | |
| misc | FinalParameters | Parameter blockStruct1 should be final. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| misc | FinalParameters | Parameter source should be final. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 104 | |
| 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. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| 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 index should be final. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| misc | FinalParameters | Parameter index should be final. | 167 | |
| misc | FinalParameters | Parameter block should be final. | 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. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| 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 | |
| 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 86). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| misc | FinalParameters | Parameter value should be final. | 19 | |
| coding | HiddenField | 'value' hides a field. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| misc | FinalParameters | Parameter value should be final. | 28 | |
| coding | HiddenField | 'value' hides a field. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 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. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'denseElements' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'diagonalElements' must be private and have accessor methods. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| misc | FinalParameters | Parameter unit should be final. | 45 | |
| coding | HiddenField | 'unit' 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 91). | 60 | |
| misc | FinalParameters | Parameter rowSize should be final. | 60 | |
| coding | HiddenField | 'rowSize' hides a field. | 60 | |
| misc | FinalParameters | Parameter columnSize should be final. | 60 | |
| coding | HiddenField | 'columnSize' hides a field. | 60 | |
| misc | FinalParameters | Parameter denseOrDiagonal should be final. | 60 | |
| coding | HiddenField | 'denseOrDiagonal' hides a field. | 60 | |
| misc | FinalParameters | Parameter unit should be final. | 60 | |
| coding | HiddenField | 'unit' hides a field. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| misc | FinalParameters | Parameter out should be final. | 98 | |
| misc | FinalParameters | Parameter min should be final. | 98 | |
| misc | FinalParameters | Parameter max should be final. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| misc | FinalParameters | Parameter source should be final. | 188 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 229 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| javadoc | JavadocMethod | Expected @return tag. | 325 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| misc | FinalParameters | Parameter rowSize should be final. | 337 | |
| coding | HiddenField | 'rowSize' hides a field. | 337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| misc | FinalParameters | Parameter columnSize should be final. | 355 | |
| coding | HiddenField | 'columnSize' hides a field. | 355 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| misc | FinalParameters | Parameter a should be final. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| 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 value should be final. | 28 | |
| coding | HiddenField | 'value' hides a field. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| coding | HiddenField | 'value' hides a field. | 37 | |
| misc | FinalParameters | Parameter number should be final. | 44 | |
| misc | FinalParameters | Parameter number should be final. | 52 | |
| misc | FinalParameters | Parameter number should be final. | 60 | |
| misc | FinalParameters | Parameter number should be final. | 68 | |
| misc | FinalParameters | Parameter opponent should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 128). | 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 | |
| misc | FinalParameters | Parameter blockSize should be final. | 34 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 34 | |
| misc | FinalParameters | Parameter index should be final. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 130). | 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 | |
| misc | FinalParameters | Parameter blockSize should be final. | 41 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 41 | |
| misc | FinalParameters | Parameter index should be final. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 118). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| misc | FinalParameters | Parameter rowSize should be final. | 35 | |
| misc | FinalParameters | Parameter columnSize should be final. | 35 | |
| misc | FinalParameters | Parameter denseOrDiagonal should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 120). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 43 | |
| misc | FinalParameters | Parameter rowSize should be final. | 43 | |
| misc | FinalParameters | Parameter columnSize should be final. | 43 | |
| misc | FinalParameters | Parameter sparseOrDenseOrDiagonal should be final. | 43 | |
| misc | FinalParameters | Parameter nonZeroNumber should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 108). | 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 | |
| misc | FinalParameters | Parameter dimension should be final. | 34 | |
| misc | FinalParameters | Parameter value should be final. | 34 | |
| misc | FinalParameters | Parameter elements should be final. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 9 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 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. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| design | VisibilityModifier | Variable 'nonZeroCount' must be private and have accessor methods. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| design | VisibilityModifier | Variable 'nonZeroEffect' must be private and have accessor methods. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| design | VisibilityModifier | Variable 'denseElements' must be private and have accessor methods. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| design | VisibilityModifier | Variable 'rowIndex' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| design | VisibilityModifier | Variable 'columnIndex' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| design | VisibilityModifier | Variable 'sparseElements' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| design | VisibilityModifier | Variable 'diagonalElements' must be private and have accessor methods. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| 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 125). | 71 | |
| misc | FinalParameters | Parameter rowSize should be final. | 71 | |
| coding | HiddenField | 'rowSize' hides a field. | 71 | |
| misc | FinalParameters | Parameter columnSize should be final. | 71 | |
| coding | HiddenField | 'columnSize' hides a field. | 71 | |
| misc | FinalParameters | Parameter sparseOrDenseOrDiagonal should be final. | 71 | |
| coding | HiddenField | 'sparseOrDenseOrDiagonal' hides a field. | 71 | |
| misc | FinalParameters | Parameter nonZeroNumber should be final. | 71 | |
| coding | HiddenField | 'nonZeroNumber' hides a field. | 71 | |
| misc | FinalParameters | Parameter unit should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| misc | FinalParameters | Parameter forceChange should be final. | 181 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 186 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 186 | |
| coding | MagicNumber | '0.20' is a magic number. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| misc | FinalParameters | Parameter index should be final. | 293 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| misc | FinalParameters | Parameter index should be final. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| misc | FinalParameters | Parameter index should be final. | 313 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| javadoc | JavadocMethod | Expected @return tag. | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 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 elements should be final. | 40 | |
| coding | HiddenField | 'elements' hides a field. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter dimension should be final. | 55 | |
| coding | HiddenField | 'dimension' hides a field. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter dimension should be final. | 66 | |
| coding | HiddenField | 'dimension' hides a field. | 66 | |
| misc | FinalParameters | Parameter value should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 70 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter dimension should be final. | 82 | |
| coding | HiddenField | 'dimension' hides a field. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| misc | FinalParameters | Parameter out should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| misc | FinalParameters | Parameter out should be final. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| misc | FinalParameters | Parameter valueFormat should be final. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 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 | |
| misc | FinalParameters | Parameter index should be final. | 179 | |
| 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. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| misc | FinalParameters | Parameter index should be final. | 198 | |
| misc | FinalParameters | Parameter value should be final. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| 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 81). | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| misc | FinalParameters | Parameter data should be final. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 261 | |
| misc | FinalParameters | Parameter reader should be final. | 262 | |
| misc | FinalParameters | Parameter dimension should be final. | 262 | |
| misc | FinalParameters | Parameter unit should be final. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 | |
| 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 278). | 27 | |
| misc | FinalParameters | Parameter size should be final. | 27 | |
| misc | FinalParameters | Parameter value should be final. | 27 | |
| misc | FinalParameters | Parameter destination should be final. | 27 | |
| misc | FinalParameters | Parameter step should be final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 20 | |
| naming | ConstantName | Name 'threadableMatrixSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 | |
| naming | ConstantName | Name 'threadableVectorSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 42 | |
| misc | FinalParameters | Parameter n should be final. | 42 | |
| misc | FinalParameters | Parameter da should be final. | 42 | |
| misc | FinalParameters | Parameter dx should be final. | 42 | |
| misc | FinalParameters | Parameter incx should be final. | 42 | |
| misc | FinalParameters | Parameter dy should be final. | 42 | |
| misc | FinalParameters | Parameter incy should be final. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 61 | |
| misc | FinalParameters | Parameter n should be final. | 61 | |
| misc | FinalParameters | Parameter dx should be final. | 61 | |
| misc | FinalParameters | Parameter incx should be final. | 61 | |
| misc | FinalParameters | Parameter dy should be final. | 61 | |
| misc | FinalParameters | Parameter incy should be final. | 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. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 80 | |
| misc | FinalParameters | Parameter n should be final. | 80 | |
| misc | FinalParameters | Parameter dx should be final. | 80 | |
| misc | FinalParameters | Parameter incx should be final. | 80 | |
| misc | FinalParameters | Parameter dy should be final. | 80 | |
| misc | FinalParameters | Parameter incy should be final. | 80 | |
| 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. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 95 | |
| misc | FinalParameters | Parameter n should be final. | 95 | |
| misc | FinalParameters | Parameter dx should be final. | 95 | |
| misc | FinalParameters | Parameter incx should be final. | 95 | |
| misc | FinalParameters | Parameter dy should be final. | 95 | |
| misc | FinalParameters | Parameter incy should be final. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 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 | |
| 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 272). | 112 | |
| misc | FinalParameters | Parameter n should be final. | 112 | |
| misc | FinalParameters | Parameter dx should be final. | 112 | |
| misc | FinalParameters | Parameter incx should be final. | 112 | |
| misc | FinalParameters | Parameter dy should be final. | 112 | |
| misc | FinalParameters | Parameter incy should be final. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 269). | 132 | |
| misc | FinalParameters | Parameter n should be final. | 132 | |
| misc | FinalParameters | Parameter dx should be final. | 132 | |
| misc | FinalParameters | Parameter incx should be final. | 132 | |
| misc | FinalParameters | Parameter dy should be final. | 132 | |
| misc | FinalParameters | Parameter incy should be final. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 347). | 158 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 158 | |
| misc | FinalParameters | Parameter transa should be final. | 158 | |
| misc | FinalParameters | Parameter transb should be final. | 158 | |
| misc | FinalParameters | Parameter m should be final. | 158 | |
| misc | FinalParameters | Parameter n should be final. | 158 | |
| misc | FinalParameters | Parameter k should be final. | 158 | |
| misc | FinalParameters | Parameter alpha should be final. | 158 | |
| misc | FinalParameters | Parameter a should be final. | 158 | |
| misc | FinalParameters | Parameter lda should be final. | 158 | |
| misc | FinalParameters | Parameter b should be final. | 158 | |
| misc | FinalParameters | Parameter ldb should be final. | 158 | |
| misc | FinalParameters | Parameter beta should be final. | 158 | |
| misc | FinalParameters | Parameter c should be final. | 158 | |
| misc | FinalParameters | Parameter ldc should be final. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 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 104). | 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 | |
| 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 326). | 186 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 186 | |
| misc | FinalParameters | Parameter trans should be final. | 186 | |
| misc | FinalParameters | Parameter m should be final. | 186 | |
| misc | FinalParameters | Parameter n should be final. | 186 | |
| misc | FinalParameters | Parameter alpha should be final. | 186 | |
| misc | FinalParameters | Parameter a should be final. | 186 | |
| misc | FinalParameters | Parameter lda should be final. | 186 | |
| misc | FinalParameters | Parameter x should be final. | 186 | |
| misc | FinalParameters | Parameter incx should be final. | 186 | |
| misc | FinalParameters | Parameter beta should be final. | 186 | |
| misc | FinalParameters | Parameter y should be final. | 186 | |
| misc | FinalParameters | Parameter incy should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 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 | |
| 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 260). | 202 | |
| misc | FinalParameters | Parameter n should be final. | 202 | |
| misc | FinalParameters | Parameter da should be final. | 202 | |
| misc | FinalParameters | Parameter dx should be final. | 202 | |
| misc | FinalParameters | Parameter incx should be final. | 202 | |
| 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. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 320). | 225 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 225 | |
| misc | FinalParameters | Parameter uplo should be final. | 225 | |
| misc | FinalParameters | Parameter trans should be final. | 225 | |
| misc | FinalParameters | Parameter n should be final. | 225 | |
| misc | FinalParameters | Parameter k should be final. | 225 | |
| misc | FinalParameters | Parameter alpha should be final. | 225 | |
| misc | FinalParameters | Parameter a should be final. | 225 | |
| misc | FinalParameters | Parameter lda should be final. | 225 | |
| misc | FinalParameters | Parameter beta should be final. | 225 | |
| misc | FinalParameters | Parameter c should be final. | 225 | |
| misc | FinalParameters | Parameter ldc should be final. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 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 | |
| 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 338). | 249 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 249 | |
| misc | FinalParameters | Parameter side should be final. | 249 | |
| misc | FinalParameters | Parameter uplo should be final. | 249 | |
| misc | FinalParameters | Parameter transa should be final. | 249 | |
| misc | FinalParameters | Parameter diag should be final. | 249 | |
| misc | FinalParameters | Parameter m should be final. | 249 | |
| misc | FinalParameters | Parameter n should be final. | 249 | |
| misc | FinalParameters | Parameter alpha should be final. | 249 | |
| misc | FinalParameters | Parameter a should be final. | 249 | |
| misc | FinalParameters | Parameter lda should be final. | 249 | |
| misc | FinalParameters | Parameter b should be final. | 249 | |
| misc | FinalParameters | Parameter ldb should be final. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 338). | 271 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 271 | |
| misc | FinalParameters | Parameter side should be final. | 271 | |
| misc | FinalParameters | Parameter uplo should be final. | 271 | |
| misc | FinalParameters | Parameter transa should be final. | 271 | |
| misc | FinalParameters | Parameter diag should be final. | 271 | |
| misc | FinalParameters | Parameter m should be final. | 271 | |
| misc | FinalParameters | Parameter n should be final. | 271 | |
| misc | FinalParameters | Parameter alpha should be final. | 271 | |
| misc | FinalParameters | Parameter a should be final. | 271 | |
| misc | FinalParameters | Parameter lda should be final. | 271 | |
| misc | FinalParameters | Parameter b should be final. | 271 | |
| misc | FinalParameters | Parameter ldb should be final. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 290 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 290 | |
| misc | FinalParameters | Parameter uplo should be final. | 290 | |
| misc | FinalParameters | Parameter trans should be final. | 290 | |
| misc | FinalParameters | Parameter diag should be final. | 290 | |
| misc | FinalParameters | Parameter n should be final. | 290 | |
| misc | FinalParameters | Parameter a should be final. | 290 | |
| misc | FinalParameters | Parameter lda should be final. | 290 | |
| misc | FinalParameters | Parameter x should be final. | 290 | |
| misc | FinalParameters | Parameter incx should be final. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 308). | 309 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 309 | |
| misc | FinalParameters | Parameter uplo should be final. | 309 | |
| misc | FinalParameters | Parameter trans should be final. | 309 | |
| misc | FinalParameters | Parameter diag should be final. | 309 | |
| misc | FinalParameters | Parameter n should be final. | 309 | |
| misc | FinalParameters | Parameter a should be final. | 309 | |
| misc | FinalParameters | Parameter lda should be final. | 309 | |
| misc | FinalParameters | Parameter x should be final. | 309 | |
| misc | FinalParameters | Parameter incx should be final. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| misc | FinalParameters | Parameter s1 should be final. | 320 | |
| misc | FinalParameters | Parameter s2 should be final. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| misc | FinalParameters | Parameter srname should be final. | 331 | |
| misc | FinalParameters | Parameter info should be final. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 302). | 351 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 351 | |
| misc | FinalParameters | Parameter m should be final. | 351 | |
| misc | FinalParameters | Parameter n should be final. | 351 | |
| misc | FinalParameters | Parameter alpha should be final. | 351 | |
| misc | FinalParameters | Parameter x should be final. | 351 | |
| misc | FinalParameters | Parameter incx should be final. | 351 | |
| misc | FinalParameters | Parameter y should be final. | 351 | |
| misc | FinalParameters | Parameter incy should be final. | 351 | |
| misc | FinalParameters | Parameter a should be final. | 351 | |
| misc | FinalParameters | Parameter lda should be final. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 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 338). | 374 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 374 | |
| misc | FinalParameters | Parameter uplo should be final. | 374 | |
| misc | FinalParameters | Parameter trans should be final. | 374 | |
| misc | FinalParameters | Parameter n should be final. | 374 | |
| misc | FinalParameters | Parameter k should be final. | 374 | |
| misc | FinalParameters | Parameter alpha should be final. | 374 | |
| misc | FinalParameters | Parameter a should be final. | 374 | |
| misc | FinalParameters | Parameter lda should be final. | 374 | |
| misc | FinalParameters | Parameter b should be final. | 374 | |
| misc | FinalParameters | Parameter ldb should be final. | 374 | |
| misc | FinalParameters | Parameter beta should be final. | 374 | |
| misc | FinalParameters | Parameter c should be final. | 374 | |
| misc | FinalParameters | Parameter ldc should be final. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 389 | |
| misc | FinalParameters | Parameter n should be final. | 389 | |
| misc | FinalParameters | Parameter dx should be final. | 389 | |
| misc | FinalParameters | Parameter incx should be final. | 389 | |
| misc | FinalParameters | Parameter dy should be final. | 389 | |
| misc | FinalParameters | Parameter incy should be final. | 389 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 | |
| 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 250). | 407 | |
| misc | FinalParameters | Parameter n should be final. | 407 | |
| misc | FinalParameters | Parameter x should be final. | 407 | |
| misc | FinalParameters | Parameter incx should be final. | 407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 318). | 428 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 428 | |
| misc | FinalParameters | Parameter uplo should be final. | 428 | |
| misc | FinalParameters | Parameter n should be final. | 428 | |
| misc | FinalParameters | Parameter alpha should be final. | 428 | |
| misc | FinalParameters | Parameter a should be final. | 428 | |
| misc | FinalParameters | Parameter lda should be final. | 428 | |
| misc | FinalParameters | Parameter x should be final. | 428 | |
| misc | FinalParameters | Parameter incx should be final. | 428 | |
| misc | FinalParameters | Parameter beta should be final. | 428 | |
| misc | FinalParameters | Parameter y should be final. | 428 | |
| misc | FinalParameters | Parameter incy should be final. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 429 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 309). | 448 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 448 | |
| misc | FinalParameters | Parameter uplo should be final. | 448 | |
| misc | FinalParameters | Parameter n should be final. | 448 | |
| misc | FinalParameters | Parameter alpha should be final. | 448 | |
| misc | FinalParameters | Parameter x should be final. | 448 | |
| misc | FinalParameters | Parameter incx should be final. | 448 | |
| misc | FinalParameters | Parameter y should be final. | 448 | |
| misc | FinalParameters | Parameter incy should be final. | 448 | |
| misc | FinalParameters | Parameter a should be final. | 448 | |
| misc | FinalParameters | Parameter lda should be final. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 449 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 363). | 473 | |
| sizes | ParameterNumber | More than 7 parameters (found 14). | 473 | |
| misc | FinalParameters | Parameter transa should be final. | 473 | |
| misc | FinalParameters | Parameter transb should be final. | 473 | |
| misc | FinalParameters | Parameter m should be final. | 473 | |
| misc | FinalParameters | Parameter n should be final. | 473 | |
| misc | FinalParameters | Parameter k should be final. | 473 | |
| misc | FinalParameters | Parameter alpha should be final. | 473 | |
| misc | FinalParameters | Parameter a should be final. | 473 | |
| misc | FinalParameters | Parameter lda should be final. | 473 | |
| misc | FinalParameters | Parameter b should be final. | 473 | |
| misc | FinalParameters | Parameter ldb should be final. | 473 | |
| misc | FinalParameters | Parameter beta should be final. | 473 | |
| misc | FinalParameters | Parameter c should be final. | 473 | |
| misc | FinalParameters | Parameter ldc should be final. | 473 | |
| misc | FinalParameters | Parameter thread should be final. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 29 | |
| misc | FinalParameters | Parameter a should be final. | 29 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| misc | FinalParameters | Parameter incx should be final. | 29 | |
| misc | FinalParameters | Parameter y should be final. | 29 | |
| misc | FinalParameters | Parameter incy should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| misc | FinalParameters | Parameter size should be final. | 27 | |
| misc | FinalParameters | Parameter x should be final. | 27 | |
| misc | FinalParameters | Parameter incx should be final. | 27 | |
| misc | FinalParameters | Parameter y should be final. | 27 | |
| misc | FinalParameters | Parameter incy should be final. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter size should be final. | 57 | |
| misc | FinalParameters | Parameter x should be final. | 57 | |
| misc | FinalParameters | Parameter incx should be final. | 57 | |
| misc | FinalParameters | Parameter y should be final. | 57 | |
| misc | FinalParameters | Parameter incy should be final. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 217). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 29 | |
| misc | FinalParameters | Parameter x should be final. | 29 | |
| misc | FinalParameters | Parameter incx should be final. | 29 | |
| misc | FinalParameters | Parameter y should be final. | 29 | |
| misc | FinalParameters | Parameter incy should be final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| 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 134). | 129 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 129 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 129 | |
| misc | FinalParameters | Parameter transa should be final. | 129 | |
| misc | FinalParameters | Parameter transb should be final. | 129 | |
| misc | FinalParameters | Parameter m should be final. | 129 | |
| misc | FinalParameters | Parameter n should be final. | 129 | |
| misc | FinalParameters | Parameter k should be final. | 129 | |
| misc | FinalParameters | Parameter alpha should be final. | 129 | |
| misc | FinalParameters | Parameter a should be final. | 129 | |
| misc | FinalParameters | Parameter lda should be final. | 129 | |
| misc | FinalParameters | Parameter b should be final. | 129 | |
| misc | FinalParameters | Parameter ldb should be final. | 129 | |
| misc | FinalParameters | Parameter beta should be final. | 129 | |
| misc | FinalParameters | Parameter c should be final. | 129 | |
| misc | FinalParameters | Parameter ldc should be final. | 129 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 167 | |
| coding | MagicNumber | '3' is a magic number. | 170 | |
| coding | MagicNumber | '4' is a magic number. | 172 | |
| coding | MagicNumber | '5' is a magic number. | 174 | |
| coding | MagicNumber | '8' is a magic number. | 176 | |
| coding | MagicNumber | '10' is a magic number. | 178 | |
| coding | MagicNumber | '13' is a magic number. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 224). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 51 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 51 | |
| misc | FinalParameters | Parameter transa should be final. | 51 | |
| misc | FinalParameters | Parameter transb should be final. | 51 | |
| misc | FinalParameters | Parameter m should be final. | 51 | |
| misc | FinalParameters | Parameter n should be final. | 51 | |
| misc | FinalParameters | Parameter k should be final. | 51 | |
| misc | FinalParameters | Parameter alpha should be final. | 51 | |
| misc | FinalParameters | Parameter a should be final. | 51 | |
| misc | FinalParameters | Parameter lda should be final. | 51 | |
| misc | FinalParameters | Parameter b should be final. | 51 | |
| misc | FinalParameters | Parameter ldb should be final. | 51 | |
| misc | FinalParameters | Parameter beta should be final. | 51 | |
| misc | FinalParameters | Parameter c should be final. | 51 | |
| misc | FinalParameters | Parameter ldc should be final. | 51 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 90 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 90 | |
| misc | FinalParameters | Parameter ch should be final. | 90 | |
| misc | FinalParameters | Parameter m should be final. | 90 | |
| misc | FinalParameters | Parameter n should be final. | 90 | |
| misc | FinalParameters | Parameter k should be final. | 90 | |
| misc | FinalParameters | Parameter alpha should be final. | 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 lda should be final. | 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 ldb should be final. | 90 | |
| misc | FinalParameters | Parameter beta should be final. | 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 ldc should be final. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 92 | |
| blocks | EmptyBlock | Must have at least one statement. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 115 | |
| sizes | ParameterNumber | More than 7 parameters (found 13). | 115 | |
| misc | FinalParameters | Parameter ch should be final. | 115 | |
| misc | FinalParameters | Parameter startLoopCount should be final. | 115 | |
| misc | FinalParameters | Parameter m2 should be final. | 115 | |
| misc | FinalParameters | Parameter n should be final. | 115 | |
| misc | FinalParameters | Parameter k should be final. | 115 | |
| misc | FinalParameters | Parameter alpha should be final. | 115 | |
| 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 lda should be final. | 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 ldb should be final. | 115 | |
| misc | FinalParameters | Parameter beta should be final. | 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 ldc should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 246). | 18 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| 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 125). | 62 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 62 | |
| misc | FinalParameters | Parameter ch should be final. | 62 | |
| coding | HiddenField | 'ch' hides a field. | 62 | |
| misc | FinalParameters | Parameter m should be final. | 62 | |
| misc | FinalParameters | Parameter n should be final. | 62 | |
| coding | HiddenField | 'n' hides a field. | 62 | |
| misc | FinalParameters | Parameter k should be final. | 62 | |
| coding | HiddenField | 'k' hides a field. | 62 | |
| misc | FinalParameters | Parameter alpha should be final. | 62 | |
| coding | HiddenField | 'alpha' hides a field. | 62 | |
| misc | FinalParameters | Parameter a should be final. | 62 | |
| misc | FinalParameters | Parameter lda should be final. | 62 | |
| coding | HiddenField | 'lda' hides a field. | 62 | |
| misc | FinalParameters | Parameter b should be final. | 62 | |
| misc | FinalParameters | Parameter ldb should be final. | 62 | |
| coding | HiddenField | 'ldb' hides a field. | 62 | |
| misc | FinalParameters | Parameter beta should be final. | 62 | |
| coding | HiddenField | 'beta' hides a field. | 62 | |
| misc | FinalParameters | Parameter c should be final. | 62 | |
| misc | FinalParameters | Parameter ldc should be final. | 62 | |
| coding | HiddenField | 'ldc' hides a field. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| 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 122). | 104 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 104 | |
| misc | FinalParameters | Parameter trans should be final. | 104 | |
| misc | FinalParameters | Parameter m should be final. | 104 | |
| misc | FinalParameters | Parameter n should be final. | 104 | |
| misc | FinalParameters | Parameter alpha should be final. | 104 | |
| misc | FinalParameters | Parameter a should be final. | 104 | |
| misc | FinalParameters | Parameter lda should be final. | 104 | |
| misc | FinalParameters | Parameter x should be final. | 104 | |
| misc | FinalParameters | Parameter incx should be final. | 104 | |
| misc | FinalParameters | Parameter beta should be final. | 104 | |
| misc | FinalParameters | Parameter y should be final. | 104 | |
| misc | FinalParameters | Parameter incy should be final. | 104 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 111 | |
| coding | MagicNumber | '3' is a magic number. | 116 | |
| coding | MagicNumber | '6' is a magic number. | 118 | |
| coding | MagicNumber | '8' is a magic number. | 120 | |
| coding | MagicNumber | '11' is a magic number. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 217). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 85 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 85 | |
| misc | FinalParameters | Parameter m should be final. | 85 | |
| misc | FinalParameters | Parameter n should be final. | 85 | |
| misc | FinalParameters | Parameter alpha should be final. | 85 | |
| misc | FinalParameters | Parameter x should be final. | 85 | |
| misc | FinalParameters | Parameter incx should be final. | 85 | |
| misc | FinalParameters | Parameter y should be final. | 85 | |
| misc | FinalParameters | Parameter incy should be final. | 85 | |
| misc | FinalParameters | Parameter a should be final. | 85 | |
| misc | FinalParameters | Parameter lda should be final. | 85 | |
| naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Name 'pointer_y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| coding | MagicNumber | '5' is a magic number. | 99 | |
| coding | MagicNumber | '7' is a magic number. | 101 | |
| coding | MagicNumber | '9' is a magic number. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| misc | FinalParameters | Parameter size should be final. | 28 | |
| misc | FinalParameters | Parameter x should be final. | 28 | |
| misc | FinalParameters | Parameter incx should be final. | 28 | |
| naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 27 | |
| misc | FinalParameters | Parameter a should be final. | 27 | |
| misc | FinalParameters | Parameter x should be final. | 27 | |
| misc | FinalParameters | Parameter incx should be final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 28 | |
| misc | FinalParameters | Parameter x should be final. | 28 | |
| misc | FinalParameters | Parameter incx should be final. | 28 | |
| misc | FinalParameters | Parameter y should be final. | 28 | |
| misc | FinalParameters | Parameter incy should be final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 244). | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| misc | FinalParameters | Parameter n should be final. | 39 | |
| coding | HiddenField | 'n' hides a field. | 39 | |
| misc | FinalParameters | Parameter dx should be final. | 39 | |
| coding | HiddenField | 'dx' hides a field. | 39 | |
| misc | FinalParameters | Parameter incx should be final. | 39 | |
| coding | HiddenField | 'incx' hides a field. | 39 | |
| misc | FinalParameters | Parameter dy should be final. | 39 | |
| coding | HiddenField | 'dy' hides a field. | 39 | |
| misc | FinalParameters | Parameter incy should be final. | 39 | |
| coding | HiddenField | 'incy' hides a field. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter n should be final. | 61 | |
| coding | HiddenField | 'n' hides a field. | 61 | |
| misc | FinalParameters | Parameter dx should be final. | 61 | |
| coding | HiddenField | 'dx' hides a field. | 61 | |
| misc | FinalParameters | Parameter incx should be final. | 61 | |
| coding | HiddenField | 'incx' hides a field. | 61 | |
| misc | FinalParameters | Parameter dy should be final. | 61 | |
| coding | HiddenField | 'dy' hides a field. | 61 | |
| misc | FinalParameters | Parameter incy should be final. | 61 | |
| coding | HiddenField | 'incy' hides a field. | 61 | |
| misc | FinalParameters | Parameter n should be final. | 101 | |
| coding | HiddenField | 'n' hides a field. | 101 | |
| misc | FinalParameters | Parameter dx should be final. | 101 | |
| coding | HiddenField | 'dx' hides a field. | 101 | |
| misc | FinalParameters | Parameter incx should be final. | 101 | |
| coding | HiddenField | 'incx' hides a field. | 101 | |
| misc | FinalParameters | Parameter dy should be final. | 101 | |
| coding | HiddenField | 'dy' hides a field. | 101 | |
| misc | FinalParameters | Parameter incy should be final. | 101 | |
| coding | HiddenField | 'incy' hides a field. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 102 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 102 | |
| misc | FinalParameters | Parameter uplo should be final. | 102 | |
| misc | FinalParameters | Parameter n should be final. | 102 | |
| misc | FinalParameters | Parameter alpha should be final. | 102 | |
| misc | FinalParameters | Parameter a should be final. | 102 | |
| misc | FinalParameters | Parameter lda should be final. | 102 | |
| misc | FinalParameters | Parameter x should be final. | 102 | |
| misc | FinalParameters | Parameter incx should be final. | 102 | |
| misc | FinalParameters | Parameter beta should be final. | 102 | |
| misc | FinalParameters | Parameter y should be final. | 102 | |
| misc | FinalParameters | Parameter incy should be final. | 102 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 110 | |
| coding | MagicNumber | '5' is a magic number. | 115 | |
| coding | MagicNumber | '7' is a magic number. | 117 | |
| coding | MagicNumber | '10' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 100 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 100 | |
| misc | FinalParameters | Parameter uplo should be final. | 100 | |
| misc | FinalParameters | Parameter n should be final. | 100 | |
| misc | FinalParameters | Parameter alpha should be final. | 100 | |
| misc | FinalParameters | Parameter x should be final. | 100 | |
| misc | FinalParameters | Parameter incx should be final. | 100 | |
| misc | FinalParameters | Parameter y should be final. | 100 | |
| misc | FinalParameters | Parameter incy should be final. | 100 | |
| misc | FinalParameters | Parameter a should be final. | 100 | |
| misc | FinalParameters | Parameter lda should be final. | 100 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 106 | |
| coding | MagicNumber | '5' is a magic number. | 111 | |
| coding | MagicNumber | '7' is a magic number. | 113 | |
| coding | MagicNumber | '9' is a magic number. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 133 | |
| sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 133 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 133 | |
| misc | FinalParameters | Parameter uplo should be final. | 133 | |
| misc | FinalParameters | Parameter trans should be final. | 133 | |
| misc | FinalParameters | Parameter n should be final. | 133 | |
| misc | FinalParameters | Parameter k should be final. | 133 | |
| misc | FinalParameters | Parameter alpha should be final. | 133 | |
| misc | FinalParameters | Parameter a should be final. | 133 | |
| misc | FinalParameters | Parameter lda should be final. | 133 | |
| misc | FinalParameters | Parameter b should be final. | 133 | |
| misc | FinalParameters | Parameter ldb should be final. | 133 | |
| misc | FinalParameters | Parameter beta should be final. | 133 | |
| misc | FinalParameters | Parameter c should be final. | 133 | |
| misc | FinalParameters | Parameter ldc should be final. | 133 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 159 | |
| coding | MagicNumber | '3' is a magic number. | 162 | |
| coding | MagicNumber | '4' is a magic number. | 164 | |
| coding | MagicNumber | '7' is a magic number. | 166 | |
| coding | MagicNumber | '9' is a magic number. | 168 | |
| coding | MagicNumber | '12' is a magic number. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 114 | |
| sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 114 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 114 | |
| misc | FinalParameters | Parameter uplo should be final. | 114 | |
| misc | FinalParameters | Parameter trans should be final. | 114 | |
| misc | FinalParameters | Parameter n should be final. | 114 | |
| misc | FinalParameters | Parameter k should be final. | 114 | |
| misc | FinalParameters | Parameter alpha should be final. | 114 | |
| misc | FinalParameters | Parameter a should be final. | 114 | |
| misc | FinalParameters | Parameter lda should be final. | 114 | |
| misc | FinalParameters | Parameter beta should be final. | 114 | |
| misc | FinalParameters | Parameter c should be final. | 114 | |
| misc | FinalParameters | Parameter ldc should be final. | 114 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 135 | |
| coding | MagicNumber | '3' is a magic number. | 138 | |
| coding | MagicNumber | '4' is a magic number. | 140 | |
| coding | MagicNumber | '7' is a magic number. | 142 | |
| coding | MagicNumber | '10' is a magic number. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 117 | |
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 117 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 117 | |
| misc | FinalParameters | Parameter side should be final. | 117 | |
| misc | FinalParameters | Parameter uplo should be final. | 117 | |
| misc | FinalParameters | Parameter transa should be final. | 117 | |
| misc | FinalParameters | Parameter diag should be final. | 117 | |
| misc | FinalParameters | Parameter m should be final. | 117 | |
| misc | FinalParameters | Parameter n should be final. | 117 | |
| misc | FinalParameters | Parameter alpha should be final. | 117 | |
| misc | FinalParameters | Parameter a should be final. | 117 | |
| misc | FinalParameters | Parameter lda should be final. | 117 | |
| misc | FinalParameters | Parameter b should be final. | 117 | |
| misc | FinalParameters | Parameter ldb should be final. | 117 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 142 | |
| coding | MagicNumber | '3' is a magic number. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 144 | |
| coding | MagicNumber | '4' is a magic number. | 145 | |
| coding | MagicNumber | '5' is a magic number. | 147 | |
| coding | MagicNumber | '6' is a magic number. | 149 | |
| coding | MagicNumber | '9' is a magic number. | 151 | |
| coding | MagicNumber | '11' is a magic number. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 96 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 96 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 96 | |
| misc | FinalParameters | Parameter uplo should be final. | 96 | |
| misc | FinalParameters | Parameter trans should be final. | 96 | |
| misc | FinalParameters | Parameter diag should be final. | 96 | |
| misc | FinalParameters | Parameter n should be final. | 96 | |
| misc | FinalParameters | Parameter a should be final. | 96 | |
| misc | FinalParameters | Parameter lda should be final. | 96 | |
| misc | FinalParameters | Parameter x should be final. | 96 | |
| misc | FinalParameters | Parameter incx should be final. | 96 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 106 | |
| coding | MagicNumber | '3' is a magic number. | 107 | |
| coding | MagicNumber | '4' is a magic number. | 109 | |
| coding | MagicNumber | '6' is a magic number. | 111 | |
| coding | MagicNumber | '8' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 119 | |
| sizes | MethodLength | Method length is 278 lines (max allowed is 150). | 119 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 119 | |
| misc | FinalParameters | Parameter side should be final. | 119 | |
| misc | FinalParameters | Parameter uplo should be final. | 119 | |
| misc | FinalParameters | Parameter transa should be final. | 119 | |
| misc | FinalParameters | Parameter diag should be final. | 119 | |
| misc | FinalParameters | Parameter m should be final. | 119 | |
| misc | FinalParameters | Parameter n should be final. | 119 | |
| misc | FinalParameters | Parameter alpha should be final. | 119 | |
| misc | FinalParameters | Parameter a should be final. | 119 | |
| misc | FinalParameters | Parameter lda should be final. | 119 | |
| misc | FinalParameters | Parameter b should be final. | 119 | |
| misc | FinalParameters | Parameter ldb should be final. | 119 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 146 | |
| coding | MagicNumber | '3' is a magic number. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 148 | |
| coding | MagicNumber | '4' is a magic number. | 149 | |
| coding | MagicNumber | '5' is a magic number. | 151 | |
| coding | MagicNumber | '6' is a magic number. | 153 | |
| coding | MagicNumber | '9' is a magic number. | 155 | |
| coding | MagicNumber | '11' is a magic number. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 99 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 99 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 99 | |
| misc | FinalParameters | Parameter uplo should be final. | 99 | |
| misc | FinalParameters | Parameter trans should be final. | 99 | |
| misc | FinalParameters | Parameter diag should be final. | 99 | |
| misc | FinalParameters | Parameter n should be final. | 99 | |
| misc | FinalParameters | Parameter a should be final. | 99 | |
| misc | FinalParameters | Parameter lda should be final. | 99 | |
| misc | FinalParameters | Parameter x should be final. | 99 | |
| misc | FinalParameters | Parameter incx should be final. | 99 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 109 | |
| coding | MagicNumber | '3' is a magic number. | 110 | |
| coding | MagicNumber | '4' is a magic number. | 112 | |
| coding | MagicNumber | '6' is a magic number. | 114 | |
| coding | MagicNumber | '8' is a magic number. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 217). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 28 | |
| misc | FinalParameters | Parameter x should be final. | 28 | |
| misc | FinalParameters | Parameter incx should be final. | 28 | |
| misc | FinalParameters | Parameter y should be final. | 28 | |
| misc | FinalParameters | Parameter incy should be final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 217). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| misc | FinalParameters | Parameter size should be final. | 28 | |
| misc | FinalParameters | Parameter x should be final. | 28 | |
| misc | FinalParameters | Parameter incx should be final. | 28 | |
| misc | FinalParameters | Parameter y should be final. | 28 | |
| misc | FinalParameters | Parameter incy should be final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter srname should be final. | 37 | |
| misc | FinalParameters | Parameter info should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 40 | |
| naming | LocalVariableName | Name 'fmt_9999' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| misc | FinalParameters | Parameter a should be final. | 23 | |
| misc | FinalParameters | Parameter b should be final. | 23 | |
| misc | FinalParameters | Parameter la should be final. | 23 | |
| misc | FinalParameters | Parameter lb should be final. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter a should be final. | 53 | |
| misc | FinalParameters | Parameter b should be final. | 53 | |
| misc | FinalParameters | Parameter la should be final. | 53 | |
| misc | FinalParameters | Parameter lb should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 103 | |
| naming | MethodName | Name 'd_sign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| misc | FinalParameters | Parameter a should be final. | 104 | |
| misc | FinalParameters | Parameter b should be final. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 33 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 34 | |
| misc | FinalParameters | Parameter ispec should be final. | 34 | |
| misc | FinalParameters | Parameter name should be final. | 34 | |
| misc | FinalParameters | Parameter opts should be final. | 34 | |
| misc | FinalParameters | Parameter n1 should be final. | 34 | |
| misc | FinalParameters | Parameter n2 should be final. | 34 | |
| misc | FinalParameters | Parameter n3 should be final. | 34 | |
| misc | FinalParameters | Parameter n4 should be final. | 34 | |
| misc | FinalParameters | Parameter name_len should be final. | 34 | |
| naming | ParameterName | Name 'name_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter opts_len should be final. | 34 | |
| naming | ParameterName | Name 'opts_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| misc | FinalParameters | Parameter unit should be final. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 49 | |
| misc | FinalParameters | Parameter uplo should be final. | 50 | |
| misc | FinalParameters | Parameter n should be final. | 50 | |
| misc | FinalParameters | Parameter a should be final. | 50 | |
| misc | FinalParameters | Parameter lda should be final. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 65 | |
| misc | FinalParameters | Parameter uplo should be final. | 66 | |
| misc | FinalParameters | Parameter n should be final. | 66 | |
| misc | FinalParameters | Parameter a should be final. | 66 | |
| misc | FinalParameters | Parameter lda should be final. | 66 | |
| 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 226). | 84 | |
| misc | FinalParameters | Parameter compz should be final. | 85 | |
| misc | FinalParameters | Parameter n should be final. | 85 | |
| misc | FinalParameters | Parameter d should be final. | 85 | |
| misc | FinalParameters | Parameter e should be final. | 85 | |
| misc | FinalParameters | Parameter z should be final. | 85 | |
| misc | FinalParameters | Parameter ldz should be final. | 85 | |
| misc | FinalParameters | Parameter work should be final. | 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 | |
| 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 225). | 106 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 107 | |
| misc | FinalParameters | Parameter jobz should be final. | 107 | |
| misc | FinalParameters | Parameter uplo should be final. | 107 | |
| misc | FinalParameters | Parameter n should be final. | 107 | |
| misc | FinalParameters | Parameter a should be final. | 107 | |
| misc | FinalParameters | Parameter lda should be final. | 107 | |
| misc | FinalParameters | Parameter w should be final. | 107 | |
| misc | FinalParameters | Parameter work should be final. | 107 | |
| misc | FinalParameters | Parameter lwork should be final. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 125 | |
| misc | FinalParameters | Parameter uplo should be final. | 126 | |
| misc | FinalParameters | Parameter n should be final. | 126 | |
| misc | FinalParameters | Parameter a should be final. | 126 | |
| misc | FinalParameters | Parameter lda should be final. | 126 | |
| misc | FinalParameters | Parameter tau should be final. | 126 | |
| misc | FinalParameters | Parameter work should be final. | 126 | |
| misc | FinalParameters | Parameter lwork should be final. | 126 | |
| 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 226). | 140 | |
| misc | FinalParameters | Parameter n should be final. | 141 | |
| misc | FinalParameters | Parameter d should be final. | 141 | |
| misc | FinalParameters | Parameter e should be final. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 161 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 162 | |
| misc | FinalParameters | Parameter uplo should be final. | 162 | |
| misc | FinalParameters | Parameter n should be final. | 162 | |
| misc | FinalParameters | Parameter a should be final. | 162 | |
| misc | FinalParameters | Parameter lda should be final. | 162 | |
| misc | FinalParameters | Parameter d should be final. | 162 | |
| misc | FinalParameters | Parameter e should be final. | 162 | |
| misc | FinalParameters | Parameter tau should be final. | 162 | |
| misc | FinalParameters | Parameter work should be final. | 162 | |
| misc | FinalParameters | Parameter lwork should be final. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 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 230). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 200 | |
| misc | FinalParameters | Parameter norm should be final. | 201 | |
| misc | FinalParameters | Parameter uplo should be final. | 201 | |
| misc | FinalParameters | Parameter n should be final. | 201 | |
| misc | FinalParameters | Parameter a should be final. | 201 | |
| misc | FinalParameters | Parameter lda should be final. | 201 | |
| misc | FinalParameters | Parameter work should be final. | 201 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 222 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 223 | |
| misc | FinalParameters | Parameter type should be final. | 223 | |
| misc | FinalParameters | Parameter kl should be final. | 223 | |
| misc | FinalParameters | Parameter ku should be final. | 223 | |
| misc | FinalParameters | Parameter cfrom should be final. | 223 | |
| misc | FinalParameters | Parameter cto should be final. | 223 | |
| misc | FinalParameters | Parameter m should be final. | 223 | |
| misc | FinalParameters | Parameter n2 should be final. | 223 | |
| misc | FinalParameters | Parameter a should be final. | 223 | |
| misc | FinalParameters | Parameter lda should be final. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 236 | |
| misc | FinalParameters | Parameter string should be final. | 237 | |
| misc | FinalParameters | Parameter unit should be final. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 255 | |
| misc | FinalParameters | Parameter x should be final. | 256 | |
| misc | FinalParameters | Parameter y should be final. | 256 | |
| 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 227). | 269 | |
| misc | FinalParameters | Parameter f should be final. | 270 | |
| misc | FinalParameters | Parameter g should be final. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 284 | |
| misc | FinalParameters | Parameter a should be final. | 285 | |
| misc | FinalParameters | Parameter b should be final. | 285 | |
| misc | FinalParameters | Parameter c should be final. | 285 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 299 | |
| misc | FinalParameters | Parameter a should be final. | 300 | |
| misc | FinalParameters | Parameter b should be final. | 300 | |
| misc | FinalParameters | Parameter c should be final. | 300 | |
| 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 226). | 319 | |
| misc | FinalParameters | Parameter uplo should be final. | 320 | |
| misc | FinalParameters | Parameter n should be final. | 320 | |
| misc | FinalParameters | Parameter a should be final. | 320 | |
| misc | FinalParameters | Parameter lda should be final. | 320 | |
| misc | FinalParameters | Parameter d should be final. | 320 | |
| misc | FinalParameters | Parameter e should be final. | 320 | |
| misc | FinalParameters | Parameter tau should be final. | 320 | |
| 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 226). | 340 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 341 | |
| misc | FinalParameters | Parameter uplo should be final. | 341 | |
| misc | FinalParameters | Parameter n should be final. | 341 | |
| misc | FinalParameters | Parameter nb should be final. | 341 | |
| misc | FinalParameters | Parameter a should be final. | 341 | |
| misc | FinalParameters | Parameter lda should be final. | 341 | |
| misc | FinalParameters | Parameter e should be final. | 341 | |
| misc | FinalParameters | Parameter tau should be final. | 341 | |
| misc | FinalParameters | Parameter w should be final. | 341 | |
| misc | FinalParameters | Parameter ldw should be final. | 341 | |
| 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 357 | |
| misc | FinalParameters | Parameter n should be final. | 358 | |
| misc | FinalParameters | Parameter x should be final. | 358 | |
| misc | FinalParameters | Parameter incx should be final. | 358 | |
| misc | FinalParameters | Parameter scale should be final. | 358 | |
| misc | FinalParameters | Parameter sumsq should be final. | 358 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 373 | |
| misc | FinalParameters | Parameter norm should be final. | 374 | |
| misc | FinalParameters | Parameter n should be final. | 374 | |
| misc | FinalParameters | Parameter d should be final. | 374 | |
| misc | FinalParameters | Parameter e should be final. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 390 | |
| misc | FinalParameters | Parameter n should be final. | 391 | |
| misc | FinalParameters | Parameter alpha should be final. | 391 | |
| misc | FinalParameters | Parameter x should be final. | 391 | |
| misc | FinalParameters | Parameter incx should be final. | 391 | |
| misc | FinalParameters | Parameter tau should be final. | 391 | |
| 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 226). | 405 | |
| misc | FinalParameters | Parameter id should be final. | 406 | |
| misc | FinalParameters | Parameter n should be final. | 406 | |
| misc | FinalParameters | Parameter d should be final. | 406 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 424 | |
| misc | FinalParameters | Parameter uplo should be final. | 425 | |
| misc | FinalParameters | Parameter m should be final. | 425 | |
| misc | FinalParameters | Parameter n should be final. | 425 | |
| misc | FinalParameters | Parameter alpha should be final. | 425 | |
| misc | FinalParameters | Parameter beta should be final. | 425 | |
| misc | FinalParameters | Parameter a should be final. | 425 | |
| misc | FinalParameters | Parameter lda should be final. | 425 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 445 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 446 | |
| misc | FinalParameters | Parameter side should be final. | 446 | |
| misc | FinalParameters | Parameter pivot should be final. | 446 | |
| misc | FinalParameters | Parameter direct should be final. | 446 | |
| misc | FinalParameters | Parameter m should be final. | 446 | |
| misc | FinalParameters | Parameter n should be final. | 446 | |
| misc | FinalParameters | Parameter c should be final. | 446 | |
| misc | FinalParameters | Parameter s should be final. | 446 | |
| misc | FinalParameters | Parameter a should be final. | 446 | |
| misc | FinalParameters | Parameter lda should be final. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 226). | 472 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 473 | |
| misc | FinalParameters | Parameter side should be final. | 473 | |
| misc | FinalParameters | Parameter trans should be final. | 473 | |
| misc | FinalParameters | Parameter direct should be final. | 473 | |
| misc | FinalParameters | Parameter storev should be final. | 473 | |
| misc | FinalParameters | Parameter m should be final. | 473 | |
| misc | FinalParameters | Parameter n should be final. | 473 | |
| misc | FinalParameters | Parameter k should be final. | 473 | |
| misc | FinalParameters | Parameter vin should be final. | 473 | |
| misc | FinalParameters | Parameter ldv should be final. | 473 | |
| misc | FinalParameters | Parameter tin should be final. | 473 | |
| misc | FinalParameters | Parameter ldt should be final. | 473 | |
| misc | FinalParameters | Parameter c__in should be final. | 473 | |
| naming | ParameterName | Name 'c__in' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 | |
| misc | FinalParameters | Parameter ldc should be final. | 473 | |
| misc | FinalParameters | Parameter workin should be final. | 473 | |
| misc | FinalParameters | Parameter ldwork should be final. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 17 | |
| misc | FinalParameters | Parameter a should be final. | 48 | |
| misc | FinalParameters | Parameter b should be final. | 48 | |
| misc | FinalParameters | Parameter c should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter a should be final. | 85 | |
| misc | FinalParameters | Parameter b should be final. | 85 | |
| misc | FinalParameters | Parameter c should be final. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| coding | MagicNumber | '4' is a magic number. | 180 | |
| coding | MagicNumber | '3' is a magic number. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| misc | FinalParameters | Parameter cmach should be final. | 109 | |
| misc | FinalParameters | Parameter unit should be final. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| misc | FinalParameters | Parameter beta should be final. | 231 | |
| coding | HiddenField | 'beta' hides a field. | 231 | |
| misc | FinalParameters | Parameter t should be final. | 231 | |
| coding | HiddenField | 't' hides a field. | 231 | |
| misc | FinalParameters | Parameter unit should be final. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| coding | MagicNumber | '4' is a magic number. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| coding | MagicNumber | '100' is a magic number. | 290 | |
| coding | MagicNumber | '100' is a magic number. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 408 | |
| misc | FinalParameters | Parameter unit should be final. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| coding | MagicNumber | '3' is a magic number. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| coding | MagicNumber | '3' is a magic number. | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 510 | |
| coding | MagicNumber | '3' is a magic number. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 523 | |
| coding | MagicNumber | '3' is a magic number. | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| misc | FinalParameters | Parameter a should be final. | 624 | |
| misc | FinalParameters | Parameter b should be final. | 624 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 625 | |
| misc | FinalParameters | Parameter emino should be final. | 664 | |
| misc | FinalParameters | Parameter start should be final. | 664 | |
| misc | FinalParameters | Parameter base should be final. | 664 | |
| coding | HiddenField | 'base' hides a field. | 664 | |
| misc | FinalParameters | Parameter unit should be final. | 664 | |
| coding | MagicNumber | '1000' is a magic number. | 684 | |
| coding | MagicNumber | '1000' is a magic number. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 768 | |
| misc | FinalParameters | Parameter lbeta should be final. | 768 | |
| misc | FinalParameters | Parameter lt should be final. | 768 | |
| misc | FinalParameters | Parameter emini should be final. | 768 | |
| misc | FinalParameters | Parameter ieee should be final. | 768 | |
| misc | FinalParameters | Parameter unit should be final. | 768 | |
| naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 776 | |
| naming | LocalVariableName | Name 'try__' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 797 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 842 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 875 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 878 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 879 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 880 | |
| design | VisibilityModifier | Variable 'lemax' must be private and have accessor methods. | 880 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 881 | |
| design | VisibilityModifier | Variable 'y' must be private and have accessor methods. | 881 | |
| misc | FinalParameters | Parameter cmach should be final. | 889 | |
| misc | FinalParameters | Parameter unit should be final. | 889 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 362). | 952 |
| 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 226). | 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. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter constantName should be final. | 38 | |
| misc | FinalParameters | Parameter unit should be final. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| misc | FinalParameters | Parameter norm should be final. | 77 | |
| misc | FinalParameters | Parameter n should be final. | 77 | |
| misc | FinalParameters | Parameter d should be final. | 77 | |
| misc | FinalParameters | Parameter e should be final. | 77 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 116 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 220). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| 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. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter norm should be final. | 104 | |
| misc | FinalParameters | Parameter uplo should be final. | 104 | |
| misc | FinalParameters | Parameter n should be final. | 104 | |
| misc | FinalParameters | Parameter ain should be final. | 104 | |
| misc | FinalParameters | Parameter lda should be final. | 104 | |
| misc | FinalParameters | Parameter workin should be final. | 104 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 173 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| misc | FinalParameters | Parameter n should be final. | 250 | |
| misc | FinalParameters | Parameter xIndex should be final. | 250 | |
| misc | FinalParameters | Parameter incx should be final. | 250 | |
| naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 220). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter x should be final. | 44 | |
| misc | FinalParameters | Parameter y should be final. | 44 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 17 | |
| naming | MemberName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| naming | MemberName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| naming | MemberName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| naming | MemberName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| naming | MemberName | Name 'v_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| naming | MemberName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| naming | MemberName | Name 'work_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| naming | MemberName | Name 't_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 150 | |
| sizes | MethodLength | Method length is 559 lines (max allowed is 150). | 150 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 150 | |
| naming | MethodName | Name 'dlarfb_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| misc | FinalParameters | Parameter side should be final. | 150 | |
| misc | FinalParameters | Parameter trans should be final. | 150 | |
| misc | FinalParameters | Parameter direct should be final. | 150 | |
| misc | FinalParameters | Parameter storev should be final. | 150 | |
| misc | FinalParameters | Parameter m should be final. | 150 | |
| misc | FinalParameters | Parameter n should be final. | 150 | |
| misc | FinalParameters | Parameter k should be final. | 150 | |
| misc | FinalParameters | Parameter vin should be final. | 150 | |
| misc | FinalParameters | Parameter ldv should be final. | 150 | |
| misc | FinalParameters | Parameter tin should be final. | 150 | |
| misc | FinalParameters | Parameter ldt should be final. | 150 | |
| misc | FinalParameters | Parameter cin should be final. | 150 | |
| misc | FinalParameters | Parameter ldc should be final. | 150 | |
| misc | FinalParameters | Parameter workin should be final. | 150 | |
| misc | FinalParameters | Parameter ldwork should be final. | 150 | |
| naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| naming | LocalVariableName | Name 'c_b25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| naming | LocalVariableName | Name 'v_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| coding | HiddenField | 'pointer_v' hides a field. | 163 | |
| naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| naming | LocalVariableName | Name 't_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| coding | HiddenField | 'pointer_t' hides a field. | 167 | |
| naming | LocalVariableName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| coding | HiddenField | 'pointer_c' hides a field. | 171 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| naming | LocalVariableName | Name 'work_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| coding | HiddenField | 'pointer_work' hides a field. | 175 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 547 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 549 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 565 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 574 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 698 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 719 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 728 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 737 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 744 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 774 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 774 | |
| misc | FinalParameters | Parameter side should be final. | 774 | |
| misc | FinalParameters | Parameter trans should be final. | 774 | |
| misc | FinalParameters | Parameter direct should be final. | 774 | |
| misc | FinalParameters | Parameter storev should be final. | 774 | |
| misc | FinalParameters | Parameter m should be final. | 774 | |
| misc | FinalParameters | Parameter n should be final. | 774 | |
| misc | FinalParameters | Parameter k should be final. | 774 | |
| misc | FinalParameters | Parameter vin should be final. | 774 | |
| misc | FinalParameters | Parameter ldv should be final. | 774 | |
| misc | FinalParameters | Parameter tin should be final. | 774 | |
| misc | FinalParameters | Parameter ldt should be final. | 774 | |
| misc | FinalParameters | Parameter cin should be final. | 774 | |
| misc | FinalParameters | Parameter ldc should be final. | 774 | |
| misc | FinalParameters | Parameter workin should be final. | 774 | |
| misc | FinalParameters | Parameter ldwork should be final. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 775 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| 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. | 45 | |
| 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. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter n should be final. | 81 | |
| misc | FinalParameters | Parameter alpha should be final. | 81 | |
| misc | FinalParameters | Parameter x should be final. | 81 | |
| misc | FinalParameters | Parameter incx should be final. | 81 | |
| misc | FinalParameters | Parameter tau should be final. | 81 | |
| naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 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 | GenericWhitespace | '>' is 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 | GenericWhitespace | '>' is followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 | |
| naming | LocalVariableName | Name 'd__1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'd__2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| misc | FinalParameters | Parameter rs should be final. | 47 | |
| 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 | GenericWhitespace | '>' is followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 52 | |
| misc | FinalParameters | Parameter f should be final. | 63 | |
| misc | FinalParameters | Parameter g should be final. | 63 | |
| coding | MagicNumber | '3' is a magic number. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 99 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 99 | |
| misc | FinalParameters | Parameter type should be final. | 99 | |
| misc | FinalParameters | Parameter kl should be final. | 99 | |
| misc | FinalParameters | Parameter ku should be final. | 99 | |
| misc | FinalParameters | Parameter cfrom should be final. | 99 | |
| misc | FinalParameters | Parameter cto should be final. | 99 | |
| misc | FinalParameters | Parameter m should be final. | 99 | |
| misc | FinalParameters | Parameter n should be final. | 99 | |
| misc | FinalParameters | Parameter a should be final. | 99 | |
| misc | FinalParameters | Parameter lda should be final. | 99 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| coding | MagicNumber | '3' is a magic number. | 115 | |
| coding | MagicNumber | '4' is a magic number. | 117 | |
| coding | MagicNumber | '5' is a magic number. | 119 | |
| coding | MagicNumber | '6' is a magic number. | 121 | |
| coding | MagicNumber | '-4' is a magic number. | 129 | |
| coding | MagicNumber | '-6' is a magic number. | 131 | |
| coding | MagicNumber | '4' is a magic number. | 132 | |
| coding | MagicNumber | '5' is a magic number. | 132 | |
| coding | MagicNumber | '-7' is a magic number. | 133 | |
| coding | MagicNumber | '3' is a magic number. | 134 | |
| coding | MagicNumber | '-9' is a magic number. | 135 | |
| coding | MagicNumber | '4' is a magic number. | 136 | |
| coding | MagicNumber | '-2' is a magic number. | 139 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 141 | |
| coding | MagicNumber | '4' is a magic number. | 141 | |
| coding | MagicNumber | '5' is a magic number. | 141 | |
| coding | MagicNumber | '-3' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 143 | |
| coding | MagicNumber | '4' is a magic number. | 143 | |
| coding | MagicNumber | '5' is a magic number. | 143 | |
| coding | MagicNumber | '6' is a magic number. | 143 | |
| coding | MagicNumber | '-9' is a magic number. | 144 | |
| coding | MagicNumber | '3' is a magic number. | 208 | |
| coding | MagicNumber | '4' is a magic number. | 216 | |
| coding | MagicNumber | '5' is a magic number. | 225 | |
| coding | MagicNumber | '6' is a magic number. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| 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. | 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. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| 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. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter uplo should be final. | 81 | |
| misc | FinalParameters | Parameter m should be final. | 81 | |
| misc | FinalParameters | Parameter n should be final. | 81 | |
| misc | FinalParameters | Parameter alpha should be final. | 81 | |
| misc | FinalParameters | Parameter beta should be final. | 81 | |
| misc | FinalParameters | Parameter a should be final. | 81 | |
| misc | FinalParameters | Parameter lda should be final. | 81 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 218). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| 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. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| 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. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 128 | |
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 128 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 128 | |
| misc | FinalParameters | Parameter side should be final. | 128 | |
| misc | FinalParameters | Parameter pivot should be final. | 128 | |
| misc | FinalParameters | Parameter direct should be final. | 128 | |
| misc | FinalParameters | Parameter m should be final. | 128 | |
| misc | FinalParameters | Parameter n should be final. | 128 | |
| misc | FinalParameters | Parameter c should be final. | 128 | |
| misc | FinalParameters | Parameter s should be final. | 128 | |
| misc | FinalParameters | Parameter a should be final. | 128 | |
| misc | FinalParameters | Parameter lda should be final. | 128 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| naming | LocalVariableName | Name 'pointer_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 140 | |
| coding | MagicNumber | '3' is a magic number. | 141 | |
| coding | MagicNumber | '4' is a magic number. | 143 | |
| coding | MagicNumber | '5' is a magic number. | 145 | |
| coding | MagicNumber | '9' is a magic number. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| 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. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 63 | |
| misc | FinalParameters | Parameter id should be final. | 63 | |
| misc | FinalParameters | Parameter n should be final. | 63 | |
| misc | FinalParameters | Parameter d should be final. | 63 | |
| coding | MagicNumber | '64' is a magic number. | 64 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'pointer_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| coding | MagicNumber | '-2' is a magic number. | 78 | |
| coding | MagicNumber | '3' is a magic number. | 91 | |
| coding | MagicNumber | '3' is a magic number. | 92 | |
| coding | MagicNumber | '3' is a magic number. | 95 | |
| coding | MagicNumber | '3' is a magic number. | 96 | |
| coding | MagicNumber | '20' is a magic number. | 99 | |
| coding | MagicNumber | '20' is a magic number. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| coding | MagicNumber | '3' is a magic number. | 180 | |
| coding | MagicNumber | '3' is a magic number. | 181 | |
| coding | MagicNumber | '3' is a magic number. | 183 | |
| coding | MagicNumber | '3' is a magic number. | 184 | |
| coding | MagicNumber | '3' is a magic number. | 187 | |
| coding | MagicNumber | '3' is a magic number. | 188 | |
| coding | MagicNumber | '3' is a magic number. | 190 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| coding | MagicNumber | '3' is a magic number. | 218 | |
| coding | MagicNumber | '3' is a magic number. | 219 | |
| coding | MagicNumber | '3' is a magic number. | 221 | |
| coding | MagicNumber | '3' is a magic number. | 222 | |
| coding | MagicNumber | '3' is a magic number. | 225 | |
| coding | MagicNumber | '3' is a magic number. | 226 | |
| coding | MagicNumber | '3' is a magic number. | 228 | |
| coding | MagicNumber | '3' is a magic number. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| 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. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter n should be final. | 76 | |
| misc | FinalParameters | Parameter x should be final. | 76 | |
| misc | FinalParameters | Parameter incx should be final. | 76 | |
| misc | FinalParameters | Parameter scale should be final. | 76 | |
| misc | FinalParameters | Parameter sumsq should be final. | 76 | |
| naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| 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. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| 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. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 166 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 166 | |
| misc | FinalParameters | Parameter uplo should be final. | 166 | |
| misc | FinalParameters | Parameter n should be final. | 166 | |
| misc | FinalParameters | Parameter nb should be final. | 166 | |
| misc | FinalParameters | Parameter ai should be final. | 166 | |
| misc | FinalParameters | Parameter lda should be final. | 166 | |
| misc | FinalParameters | Parameter e should be final. | 166 | |
| misc | FinalParameters | Parameter tau should be final. | 166 | |
| misc | FinalParameters | Parameter wi should be final. | 166 | |
| misc | FinalParameters | Parameter ldw should be final. | 166 | |
| naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| naming | LocalVariableName | Name 'c_b6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Name 'c_b16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| naming | LocalVariableName | Name 'w_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| naming | LocalVariableName | Name 'w_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| naming | LocalVariableName | Name 'pointer_w' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 185). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 253 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| misc | FinalParameters | Parameter n should be final. | 272 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 272 | |
| misc | FinalParameters | Parameter incx should be final. | 272 | |
| misc | FinalParameters | Parameter dyIndex should be final. | 272 | |
| misc | FinalParameters | Parameter incy should be final. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 291 | |
| misc | FinalParameters | Parameter n should be final. | 291 | |
| misc | FinalParameters | Parameter alpha should be final. | 291 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 291 | |
| misc | FinalParameters | Parameter incx should be final. | 291 | |
| misc | FinalParameters | Parameter dyIndex should be final. | 291 | |
| misc | FinalParameters | Parameter incy should be final. | 291 | |
| misc | FinalParameters | Parameter n should be final. | 307 | |
| misc | FinalParameters | Parameter da should be final. | 307 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 307 | |
| misc | FinalParameters | Parameter incx should be final. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 328 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 328 | |
| misc | FinalParameters | Parameter uplo should be final. | 328 | |
| misc | FinalParameters | Parameter n should be final. | 328 | |
| misc | FinalParameters | Parameter alpha should be final. | 328 | |
| misc | FinalParameters | Parameter aIndex should be final. | 328 | |
| misc | FinalParameters | Parameter lda should be final. | 328 | |
| misc | FinalParameters | Parameter xIndex should be final. | 328 | |
| misc | FinalParameters | Parameter incx should be final. | 328 | |
| misc | FinalParameters | Parameter beta should be final. | 328 | |
| misc | FinalParameters | Parameter yIndex should be final. | 328 | |
| misc | FinalParameters | Parameter incy should be final. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 336 | |
| misc | FinalParameters | Parameter n should be final. | 350 | |
| misc | FinalParameters | Parameter alpha should be final. | 350 | |
| misc | FinalParameters | Parameter xIndex should be final. | 350 | |
| misc | FinalParameters | Parameter incx should be final. | 350 | |
| misc | FinalParameters | Parameter tau should be final. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 372 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 372 | |
| naming | MethodName | Name 'dgemv_aww' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
| misc | FinalParameters | Parameter trans should be final. | 372 | |
| misc | FinalParameters | Parameter m should be final. | 372 | |
| misc | FinalParameters | Parameter n should be final. | 372 | |
| misc | FinalParameters | Parameter alpha should be final. | 372 | |
| misc | FinalParameters | Parameter aIndex should be final. | 372 | |
| misc | FinalParameters | Parameter lda should be final. | 372 | |
| misc | FinalParameters | Parameter xIndex should be final. | 372 | |
| misc | FinalParameters | Parameter incx should be final. | 372 | |
| misc | FinalParameters | Parameter beta should be final. | 372 | |
| misc | FinalParameters | Parameter yIndex should be final. | 372 | |
| misc | FinalParameters | Parameter incy should be final. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 397 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 397 | |
| naming | MethodName | Name 'dgemv_awa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 397 | |
| misc | FinalParameters | Parameter trans should be final. | 397 | |
| misc | FinalParameters | Parameter m should be final. | 397 | |
| misc | FinalParameters | Parameter n should be final. | 397 | |
| misc | FinalParameters | Parameter alpha should be final. | 397 | |
| misc | FinalParameters | Parameter aIndex should be final. | 397 | |
| misc | FinalParameters | Parameter lda should be final. | 397 | |
| misc | FinalParameters | Parameter xIndex should be final. | 397 | |
| misc | FinalParameters | Parameter incx should be final. | 397 | |
| misc | FinalParameters | Parameter beta should be final. | 397 | |
| misc | FinalParameters | Parameter yIndex should be final. | 397 | |
| misc | FinalParameters | Parameter incy should be final. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 422 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 422 | |
| naming | MethodName | Name 'dgemv_waa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 422 | |
| misc | FinalParameters | Parameter trans should be final. | 422 | |
| misc | FinalParameters | Parameter m should be final. | 422 | |
| misc | FinalParameters | Parameter n should be final. | 422 | |
| misc | FinalParameters | Parameter alpha should be final. | 422 | |
| misc | FinalParameters | Parameter aIndex should be final. | 422 | |
| misc | FinalParameters | Parameter lda should be final. | 422 | |
| misc | FinalParameters | Parameter xIndex should be final. | 422 | |
| misc | FinalParameters | Parameter incx should be final. | 422 | |
| misc | FinalParameters | Parameter beta should be final. | 422 | |
| misc | FinalParameters | Parameter yIndex should be final. | 422 | |
| misc | FinalParameters | Parameter incy should be final. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 447 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 447 | |
| naming | MethodName | Name 'dgemv_aaw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 447 | |
| misc | FinalParameters | Parameter trans should be final. | 447 | |
| misc | FinalParameters | Parameter m should be final. | 447 | |
| misc | FinalParameters | Parameter n should be final. | 447 | |
| misc | FinalParameters | Parameter alpha should be final. | 447 | |
| misc | FinalParameters | Parameter aIndex should be final. | 447 | |
| misc | FinalParameters | Parameter lda should be final. | 447 | |
| misc | FinalParameters | Parameter xIndex should be final. | 447 | |
| misc | FinalParameters | Parameter incx should be final. | 447 | |
| misc | FinalParameters | Parameter beta should be final. | 447 | |
| misc | FinalParameters | Parameter yIndex should be final. | 447 | |
| misc | FinalParameters | Parameter incy should be final. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 472 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 472 | |
| naming | MethodName | Name 'dgemv_www' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 472 | |
| misc | FinalParameters | Parameter trans should be final. | 472 | |
| misc | FinalParameters | Parameter m should be final. | 472 | |
| misc | FinalParameters | Parameter n should be final. | 472 | |
| misc | FinalParameters | Parameter alpha should be final. | 472 | |
| misc | FinalParameters | Parameter aIndex should be final. | 472 | |
| misc | FinalParameters | Parameter lda should be final. | 472 | |
| misc | FinalParameters | Parameter xIndex should be final. | 472 | |
| misc | FinalParameters | Parameter incx should be final. | 472 | |
| misc | FinalParameters | Parameter beta should be final. | 472 | |
| misc | FinalParameters | Parameter yIndex should be final. | 472 | |
| misc | FinalParameters | Parameter incy should be final. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 497 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 497 | |
| naming | MethodName | Name 'dgemv_waw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 | |
| misc | FinalParameters | Parameter trans should be final. | 497 | |
| misc | FinalParameters | Parameter m should be final. | 497 | |
| misc | FinalParameters | Parameter n should be final. | 497 | |
| misc | FinalParameters | Parameter alpha should be final. | 497 | |
| misc | FinalParameters | Parameter aIndex should be final. | 497 | |
| misc | FinalParameters | Parameter lda should be final. | 497 | |
| misc | FinalParameters | Parameter xIndex should be final. | 497 | |
| misc | FinalParameters | Parameter incx should be final. | 497 | |
| misc | FinalParameters | Parameter beta should be final. | 497 | |
| misc | FinalParameters | Parameter yIndex should be final. | 497 | |
| misc | FinalParameters | Parameter incy should be final. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 98 | |
| misc | FinalParameters | Parameter uplo should be final. | 98 | |
| misc | FinalParameters | Parameter n should be final. | 98 | |
| misc | FinalParameters | Parameter at should be final. | 98 | |
| misc | FinalParameters | Parameter lda should be final. | 98 | |
| misc | FinalParameters | Parameter taut should be final. | 98 | |
| misc | FinalParameters | Parameter workt should be final. | 98 | |
| misc | FinalParameters | Parameter lwork should be final. | 98 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| coding | MagicNumber | '-2' is a magic number. | 120 | |
| coding | MagicNumber | '-4' is a magic number. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| coding | MagicNumber | '-7' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 132 | |
| coding | MagicNumber | '6' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 134 | |
| coding | MagicNumber | '6' is a magic number. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| 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 105). | 277 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 277 | |
| naming | MethodName | Name 'dorgql_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| misc | FinalParameters | Parameter m should be final. | 277 | |
| misc | FinalParameters | Parameter n should be final. | 277 | |
| misc | FinalParameters | Parameter k should be final. | 277 | |
| misc | FinalParameters | Parameter aIndex should be final. | 277 | |
| misc | FinalParameters | Parameter lda should be final. | 277 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 277 | |
| misc | FinalParameters | Parameter workIndex should be final. | 277 | |
| misc | FinalParameters | Parameter lwork should be final. | 277 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 287 | |
| coding | MagicNumber | '6' is a magic number. | 287 | |
| coding | MagicNumber | '-2' is a magic number. | 294 | |
| coding | MagicNumber | '-3' is a magic number. | 296 | |
| coding | MagicNumber | '-5' is a magic number. | 298 | |
| coding | MagicNumber | '-8' is a magic number. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 321 | |
| coding | MagicNumber | '3' is a magic number. | 321 | |
| coding | MagicNumber | '6' is a magic number. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 332 | |
| coding | MagicNumber | '6' is a magic number. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 238). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 454 | |
| naming | MethodName | Name 'dorg2l_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
| misc | FinalParameters | Parameter m should be final. | 454 | |
| misc | FinalParameters | Parameter n should be final. | 454 | |
| misc | FinalParameters | Parameter k should be final. | 454 | |
| misc | FinalParameters | Parameter aIndex should be final. | 454 | |
| misc | FinalParameters | Parameter lda should be final. | 454 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 454 | |
| misc | FinalParameters | Parameter workIndex should be final. | 454 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 459 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
| coding | MagicNumber | '-2' is a magic number. | 467 | |
| coding | MagicNumber | '-3' is a magic number. | 469 | |
| coding | MagicNumber | '-5' is a magic number. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 585 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 585 | |
| naming | MethodName | Name 'dlarf_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 585 | |
| misc | FinalParameters | Parameter side should be final. | 585 | |
| misc | FinalParameters | Parameter m should be final. | 585 | |
| misc | FinalParameters | Parameter n should be final. | 585 | |
| misc | FinalParameters | Parameter vIndex should be final. | 585 | |
| misc | FinalParameters | Parameter incv should be final. | 585 | |
| misc | FinalParameters | Parameter tau should be final. | 585 | |
| coding | HiddenField | 'tau' hides a field. | 585 | |
| misc | FinalParameters | Parameter cIndex should be final. | 585 | |
| misc | FinalParameters | Parameter ldc should be final. | 585 | |
| misc | FinalParameters | Parameter workIndex should be final. | 585 | |
| naming | LocalVariableName | Name 'c_b4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 | |
| naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 592 | |
| naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 594 | |
| naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 595 | |
| naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 596 | |
| naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 597 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 658 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 674 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 680 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 690 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 696 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 717 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 717 | |
| naming | MethodName | Name 'dorgqr_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 717 | |
| misc | FinalParameters | Parameter m should be final. | 717 | |
| misc | FinalParameters | Parameter n should be final. | 717 | |
| misc | FinalParameters | Parameter k should be final. | 717 | |
| misc | FinalParameters | Parameter aIndex should be final. | 717 | |
| misc | FinalParameters | Parameter lda should be final. | 717 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 717 | |
| misc | FinalParameters | Parameter workIndex should be final. | 717 | |
| misc | FinalParameters | Parameter lwork should be final. | 717 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 720 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 721 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 723 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 726 | |
| coding | MagicNumber | '6' is a magic number. | 726 | |
| coding | MagicNumber | '-2' is a magic number. | 735 | |
| coding | MagicNumber | '-3' is a magic number. | 737 | |
| coding | MagicNumber | '-5' is a magic number. | 739 | |
| coding | MagicNumber | '-8' is a magic number. | 741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 764 | |
| coding | MagicNumber | '3' is a magic number. | 764 | |
| coding | MagicNumber | '6' is a magic number. | 764 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 776 | |
| coding | MagicNumber | '6' is a magic number. | 776 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 839 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 847 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 854 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 862 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 875 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 877 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 880 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 887 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 889 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 892 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 895 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 896 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 901 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 902 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 904 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 914 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 918 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 920 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 922 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 924 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 926 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 927 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 928 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 929 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 946 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 946 | |
| naming | MethodName | Name 'dlarft_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 946 | |
| misc | FinalParameters | Parameter direct should be final. | 946 | |
| misc | FinalParameters | Parameter storev should be final. | 946 | |
| misc | FinalParameters | Parameter n should be final. | 946 | |
| misc | FinalParameters | Parameter k should be final. | 946 | |
| misc | FinalParameters | Parameter aIndex should be final. | 946 | |
| misc | FinalParameters | Parameter ldv should be final. | 946 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 946 | |
| misc | FinalParameters | Parameter workIndex should be final. | 946 | |
| misc | FinalParameters | Parameter ldt should be final. | 946 | |
| naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 | |
| naming | LocalVariableName | Name 'v_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 954 | |
| naming | LocalVariableName | Name 'v_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 955 | |
| naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 956 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 957 | |
| naming | LocalVariableName | Name 't_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 958 | |
| naming | LocalVariableName | Name 't_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 959 | |
| naming | LocalVariableName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 985 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1032 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1041 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1042 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1045 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1049 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1049 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1057 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1060 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1061 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1070 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1075 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1086 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 1106 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 1106 | |
| naming | MethodName | Name 'dlarfb_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1106 | |
| misc | FinalParameters | Parameter side should be final. | 1106 | |
| misc | FinalParameters | Parameter trans should be final. | 1106 | |
| misc | FinalParameters | Parameter direct should be final. | 1106 | |
| misc | FinalParameters | Parameter storev should be final. | 1106 | |
| misc | FinalParameters | Parameter m should be final. | 1106 | |
| misc | FinalParameters | Parameter n should be final. | 1106 | |
| misc | FinalParameters | Parameter k should be final. | 1106 | |
| misc | FinalParameters | Parameter vIndex should be final. | 1106 | |
| misc | FinalParameters | Parameter ldv should be final. | 1106 | |
| misc | FinalParameters | Parameter tIndex should be final. | 1106 | |
| misc | FinalParameters | Parameter ldt should be final. | 1106 | |
| misc | FinalParameters | Parameter cIndex should be final. | 1106 | |
| misc | FinalParameters | Parameter ldc should be final. | 1106 | |
| misc | FinalParameters | Parameter workIndex should be final. | 1106 | |
| misc | FinalParameters | Parameter ldwork2 should be final. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1134 | |
| naming | MethodName | Name 'dorg2r_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1134 | |
| misc | FinalParameters | Parameter m should be final. | 1134 | |
| misc | FinalParameters | Parameter n should be final. | 1134 | |
| misc | FinalParameters | Parameter k should be final. | 1134 | |
| misc | FinalParameters | Parameter aIndex should be final. | 1134 | |
| misc | FinalParameters | Parameter lda should be final. | 1134 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 1134 | |
| misc | FinalParameters | Parameter workIndex should be final. | 1134 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1137 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1138 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1139 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1140 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1141 | |
| coding | MagicNumber | '-2' is a magic number. | 1147 | |
| coding | MagicNumber | '-3' is a magic number. | 1149 | |
| coding | MagicNumber | '-5' is a magic number. | 1151 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 1175 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1179 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| 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. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| misc | FinalParameters | Parameter uplo should be final. | 84 | |
| misc | FinalParameters | Parameter n should be final. | 84 | |
| misc | FinalParameters | Parameter a should be final. | 84 | |
| misc | FinalParameters | Parameter lda should be final. | 84 | |
| naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'c_b12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| coding | MagicNumber | '-2' is a magic number. | 100 | |
| coding | MagicNumber | '-4' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 119 | |
| naming | LocalVariableName | Name 'a_1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 134 | |
| naming | LocalVariableName | Name 'a_1j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| naming | LocalVariableName | Name 'a_jj1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 145 | |
| naming | LocalVariableName | Name 'a_j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 169 | |
| naming | LocalVariableName | Name 'a_j11Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 170 | |
| naming | LocalVariableName | Name 'a_j1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 180 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| 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. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter uplo should be final. | 81 | |
| misc | FinalParameters | Parameter n should be final. | 81 | |
| misc | FinalParameters | Parameter a should be final. | 81 | |
| misc | FinalParameters | Parameter lda should be final. | 81 | |
| naming | LocalVariableName | Name 'c_b13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| coding | MagicNumber | '-2' is a magic number. | 96 | |
| coding | MagicNumber | '-4' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 112 | |
| coding | MagicNumber | '6' is a magic number. | 112 | |
| naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| naming | LocalVariableName | Name 'a_1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 133 | |
| naming | LocalVariableName | Name 'a_jjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 157 | |
| naming | LocalVariableName | Name 'a_1jjbTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 160 | |
| naming | LocalVariableName | Name 'a_jjjbTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| naming | LocalVariableName | Name 'a_j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 184 | |
| naming | LocalVariableName | Name 'a_jjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 199 | |
| naming | LocalVariableName | Name 'a_jjb1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 200 | |
| naming | LocalVariableName | Name 'a_jjbjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 210 |
| 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 219). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 109 | |
| sizes | MethodLength | Method length is 514 lines (max allowed is 150). | 109 | |
| misc | FinalParameters | Parameter compz should be final. | 109 | |
| misc | FinalParameters | Parameter n should be final. | 109 | |
| misc | FinalParameters | Parameter di should be final. | 109 | |
| misc | FinalParameters | Parameter ei should be final. | 109 | |
| misc | FinalParameters | Parameter zi should be final. | 109 | |
| misc | FinalParameters | Parameter ldz should be final. | 109 | |
| misc | FinalParameters | Parameter worki should be final. | 109 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| naming | LocalVariableName | Name 'z_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'z_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalVariableName | Name 'pointer_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| coding | MagicNumber | '-2' is a magic number. | 145 | |
| coding | MagicNumber | '-6' is a magic number. | 147 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 | |
| coding | MagicNumber | '3' is a magic number. | 172 | |
| naming | LocalVariableName | Name 'c_b9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| coding | MagicNumber | '30' is a magic number. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 324 | |
| coding | MagicNumber | '3' is a magic number. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 356 | |
| naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 460 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 471 | |
| coding | MagicNumber | '3' is a magic number. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 480 | |
| coding | MagicNumber | '-2' is a magic number. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 503 | |
| naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 636 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 636 | |
| misc | FinalParameters | Parameter pointer_d should be final. | 636 | |
| naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| misc | FinalParameters | Parameter pointer_e should be final. | 636 | |
| naming | ParameterName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 | |
| misc | FinalParameters | Parameter n should be final. | 636 | |
| misc | FinalParameters | Parameter iscale should be final. | 636 | |
| misc | FinalParameters | Parameter lendsv should be final. | 636 | |
| misc | FinalParameters | Parameter lsv should be final. | 636 | |
| misc | FinalParameters | Parameter anorm should be final. | 636 | |
| misc | FinalParameters | Parameter ssfmin should be final. | 636 | |
| misc | FinalParameters | Parameter ssfmax should be final. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 660 | |
| misc | FinalParameters | Parameter pointer_d should be final. | 660 | |
| naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 | |
| misc | FinalParameters | Parameter pointer_z should be final. | 660 | |
| naming | ParameterName | Name 'pointer_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 | |
| misc | FinalParameters | Parameter n should be final. | 660 | |
| misc | FinalParameters | Parameter icompz should be final. | 660 | |
| misc | FinalParameters | Parameter z_dim1 should be final. | 660 | |
| naming | ParameterName | Name 'z_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 701 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 701 | |
| misc | FinalParameters | Parameter side should be final. | 701 | |
| misc | FinalParameters | Parameter pivot should be final. | 701 | |
| misc | FinalParameters | Parameter direct should be final. | 701 | |
| misc | FinalParameters | Parameter m should be final. | 701 | |
| misc | FinalParameters | Parameter n should be final. | 701 | |
| misc | FinalParameters | Parameter cIndex should be final. | 701 | |
| misc | FinalParameters | Parameter sIndex should be final. | 701 | |
| misc | FinalParameters | Parameter aIndex should be final. | 701 | |
| misc | FinalParameters | Parameter lda should be final. | 701 | |
| misc | FinalParameters | Parameter n should be final. | 720 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 720 | |
| misc | FinalParameters | Parameter incx should be final. | 720 | |
| misc | FinalParameters | Parameter dyIndex should be final. | 720 | |
| misc | FinalParameters | Parameter incy should be final. | 720 | |
| misc | FinalParameters | Parameter id should be final. | 737 | |
| misc | FinalParameters | Parameter n should be final. | 737 | |
| misc | FinalParameters | Parameter dIndex should be final. | 737 | |
| misc | FinalParameters | Parameter norm should be final. | 753 | |
| misc | FinalParameters | Parameter n should be final. | 753 | |
| misc | FinalParameters | Parameter dIndex should be final. | 753 | |
| misc | FinalParameters | Parameter eIndex should be final. | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 771 | |
| misc | FinalParameters | Parameter uplo should be final. | 771 | |
| misc | FinalParameters | Parameter m should be final. | 771 | |
| misc | FinalParameters | Parameter n2 should be final. | 771 | |
| misc | FinalParameters | Parameter alpha should be final. | 771 | |
| misc | FinalParameters | Parameter beta should be final. | 771 | |
| misc | FinalParameters | Parameter aIndex should be final. | 771 | |
| misc | FinalParameters | Parameter lda should be final. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 791 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 791 | |
| naming | MethodName | Name 'dlascl_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 791 | |
| misc | FinalParameters | Parameter type should be final. | 791 | |
| misc | FinalParameters | Parameter kl should be final. | 791 | |
| misc | FinalParameters | Parameter ku should be final. | 791 | |
| misc | FinalParameters | Parameter cfrom should be final. | 791 | |
| misc | FinalParameters | Parameter cto should be final. | 791 | |
| misc | FinalParameters | Parameter m should be final. | 791 | |
| misc | FinalParameters | Parameter n2 should be final. | 791 | |
| misc | FinalParameters | Parameter aIndex should be final. | 791 | |
| misc | FinalParameters | Parameter lda should be final. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 812 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 812 | |
| naming | MethodName | Name 'dlascl_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 812 | |
| misc | FinalParameters | Parameter type should be final. | 812 | |
| misc | FinalParameters | Parameter kl should be final. | 812 | |
| misc | FinalParameters | Parameter ku should be final. | 812 | |
| misc | FinalParameters | Parameter cfrom should be final. | 812 | |
| misc | FinalParameters | Parameter cto should be final. | 812 | |
| misc | FinalParameters | Parameter m should be final. | 812 | |
| misc | FinalParameters | Parameter n2 should be final. | 812 | |
| misc | FinalParameters | Parameter aIndex should be final. | 812 | |
| misc | FinalParameters | Parameter lda should be final. | 812 |
| 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 219). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | MethodLength | Method length is 389 lines (max allowed is 150). | 69 | |
| misc | FinalParameters | Parameter n should be final. | 69 | |
| misc | FinalParameters | Parameter di should be final. | 69 | |
| misc | FinalParameters | Parameter ei should be final. | 69 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 | |
| coding | MagicNumber | '3' is a magic number. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 99 | |
| coding | MagicNumber | '30' is a magic number. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 255 | |
| naming | LocalVariableName | Name 'c_b32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 350 | |
| coding | MagicNumber | '-2' is a magic number. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 374 | |
| naming | LocalVariableName | Name 'c_b32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 470 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 470 | |
| misc | FinalParameters | Parameter pointer_d should be final. | 470 | |
| naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 | |
| misc | FinalParameters | Parameter n should be final. | 470 | |
| misc | FinalParameters | Parameter iscale should be final. | 470 | |
| misc | FinalParameters | Parameter lendsv should be final. | 470 | |
| misc | FinalParameters | Parameter lsv should be final. | 470 | |
| misc | FinalParameters | Parameter anorm should be final. | 470 | |
| misc | FinalParameters | Parameter ssfmin should be final. | 470 | |
| misc | FinalParameters | Parameter ssfmax should be final. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 494 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 494 | |
| naming | MethodName | Name 'dlascl_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 | |
| misc | FinalParameters | Parameter type should be final. | 494 | |
| misc | FinalParameters | Parameter kl should be final. | 494 | |
| misc | FinalParameters | Parameter ku should be final. | 494 | |
| misc | FinalParameters | Parameter cfrom should be final. | 494 | |
| misc | FinalParameters | Parameter cto should be final. | 494 | |
| misc | FinalParameters | Parameter m should be final. | 494 | |
| misc | FinalParameters | Parameter n2 should be final. | 494 | |
| misc | FinalParameters | Parameter aIndex should be final. | 494 | |
| misc | FinalParameters | Parameter lda should be final. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 515 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 515 | |
| naming | MethodName | Name 'dlascl_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 515 | |
| misc | FinalParameters | Parameter type should be final. | 515 | |
| misc | FinalParameters | Parameter kl should be final. | 515 | |
| misc | FinalParameters | Parameter ku should be final. | 515 | |
| misc | FinalParameters | Parameter cfrom should be final. | 515 | |
| misc | FinalParameters | Parameter cto should be final. | 515 | |
| misc | FinalParameters | Parameter m should be final. | 515 | |
| misc | FinalParameters | Parameter n2 should be final. | 515 | |
| misc | FinalParameters | Parameter aIndex should be final. | 515 | |
| misc | FinalParameters | Parameter lda should be final. | 515 | |
| misc | FinalParameters | Parameter id should be final. | 530 | |
| misc | FinalParameters | Parameter n should be final. | 530 | |
| misc | FinalParameters | Parameter dIndex should be final. | 530 | |
| misc | FinalParameters | Parameter norm should be final. | 546 | |
| misc | FinalParameters | Parameter n should be final. | 546 | |
| misc | FinalParameters | Parameter dIndex should be final. | 546 | |
| misc | FinalParameters | Parameter eIndex should be final. | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| 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. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 101 | |
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 101 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 101 | |
| misc | FinalParameters | Parameter jobz should be final. | 101 | |
| misc | FinalParameters | Parameter uplo should be final. | 101 | |
| misc | FinalParameters | Parameter n should be final. | 101 | |
| misc | FinalParameters | Parameter a should be final. | 101 | |
| misc | FinalParameters | Parameter lda should be final. | 101 | |
| misc | FinalParameters | Parameter w should be final. | 101 | |
| misc | FinalParameters | Parameter work should be final. | 101 | |
| misc | FinalParameters | Parameter lwork should be final. | 101 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| naming | LocalVariableName | Name 'pointer_w' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| coding | MagicNumber | '-2' is a magic number. | 119 | |
| coding | MagicNumber | '-3' is a magic number. | 121 | |
| coding | MagicNumber | '-5' is a magic number. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 124 | |
| coding | MagicNumber | '3' is a magic number. | 125 | |
| coding | MagicNumber | '-8' is a magic number. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 132 | |
| coding | MagicNumber | '6' is a magic number. | 132 | |
| coding | MagicNumber | '3' is a magic number. | 152 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'c_b17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 222 | |
| naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 237 | |
| naming | LocalVariableName | Name 'work_indtau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 238 | |
| naming | LocalVariableName | Name 'work_indwrk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 239 | |
| naming | LocalVariableName | Name 'work_inde' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| 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. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| 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. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| misc | FinalParameters | Parameter uplo should be final. | 142 | |
| misc | FinalParameters | Parameter n should be final. | 142 | |
| misc | FinalParameters | Parameter ai should be final. | 142 | |
| misc | FinalParameters | Parameter lda should be final. | 142 | |
| misc | FinalParameters | Parameter d should be final. | 142 | |
| misc | FinalParameters | Parameter e should be final. | 142 | |
| misc | FinalParameters | Parameter tauii should be final. | 142 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| coding | MagicNumber | '-2' is a magic number. | 160 | |
| coding | MagicNumber | '-4' is a magic number. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 179 | |
| naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 200 | |
| naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 233 | |
| naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 235 | |
| misc | FinalParameters | Parameter n should be final. | 256 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 256 | |
| misc | FinalParameters | Parameter incx should be final. | 256 | |
| misc | FinalParameters | Parameter dyIndex should be final. | 256 | |
| misc | FinalParameters | Parameter incy should be final. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 277 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 277 | |
| misc | FinalParameters | Parameter uplo should be final. | 277 | |
| misc | FinalParameters | Parameter n should be final. | 277 | |
| misc | FinalParameters | Parameter alpha should be final. | 277 | |
| misc | FinalParameters | Parameter xIndex should be final. | 277 | |
| misc | FinalParameters | Parameter incx should be final. | 277 | |
| misc | FinalParameters | Parameter yIndex should be final. | 277 | |
| misc | FinalParameters | Parameter incy should be final. | 277 | |
| misc | FinalParameters | Parameter aIndex should be final. | 277 | |
| misc | FinalParameters | Parameter lda should be final. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 298 | |
| misc | FinalParameters | Parameter n should be final. | 298 | |
| misc | FinalParameters | Parameter da should be final. | 298 | |
| misc | FinalParameters | Parameter dxIndex should be final. | 298 | |
| misc | FinalParameters | Parameter incx should be final. | 298 | |
| misc | FinalParameters | Parameter dyIndex should be final. | 298 | |
| misc | FinalParameters | Parameter incy should be final. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 321 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 321 | |
| misc | FinalParameters | Parameter uplo should be final. | 321 | |
| misc | FinalParameters | Parameter n should be final. | 321 | |
| misc | FinalParameters | Parameter alpha should be final. | 321 | |
| misc | FinalParameters | Parameter aIndex should be final. | 321 | |
| misc | FinalParameters | Parameter lda should be final. | 321 | |
| misc | FinalParameters | Parameter xIndex should be final. | 321 | |
| misc | FinalParameters | Parameter incx should be final. | 321 | |
| misc | FinalParameters | Parameter beta should be final. | 321 | |
| misc | FinalParameters | Parameter yIndex should be final. | 321 | |
| misc | FinalParameters | Parameter incy should be final. | 321 | |
| misc | FinalParameters | Parameter n should be final. | 342 | |
| misc | FinalParameters | Parameter alpha should be final. | 342 | |
| misc | FinalParameters | Parameter xIndex should be final. | 342 | |
| misc | FinalParameters | Parameter incx should be final. | 342 | |
| misc | FinalParameters | Parameter tau should be final. | 342 | |
| coding | HiddenField | 'tau' hides a field. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| 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. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| 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. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| 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. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 162 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 162 | |
| misc | FinalParameters | Parameter uplo should be final. | 162 | |
| misc | FinalParameters | Parameter n should be final. | 162 | |
| misc | FinalParameters | Parameter ai should be final. | 162 | |
| misc | FinalParameters | Parameter lda should be final. | 162 | |
| misc | FinalParameters | Parameter di should be final. | 162 | |
| misc | FinalParameters | Parameter ei should be final. | 162 | |
| misc | FinalParameters | Parameter taui should be final. | 162 | |
| misc | FinalParameters | Parameter worki should be final. | 162 | |
| misc | FinalParameters | Parameter lwork should be final. | 162 | |
| naming | LocalVariableName | Name 'c_b22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| coding | MagicNumber | '-2' is a magic number. | 187 | |
| coding | MagicNumber | '-4' is a magic number. | 189 | |
| coding | MagicNumber | '-9' is a magic number. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 198 | |
| coding | MagicNumber | '6' is a magic number. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 222 | |
| coding | MagicNumber | '3' is a magic number. | 222 | |
| coding | MagicNumber | '6' is a magic number. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 234 | |
| coding | MagicNumber | '6' is a magic number. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 254 | |
| naming | LocalVariableName | Name 'c_b23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 274 | |
| naming | LocalVariableName | Name 'c_b23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 286 | |
| 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 119). | 306 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 306 | |
| misc | FinalParameters | Parameter uplo should be final. | 306 | |
| misc | FinalParameters | Parameter n should be final. | 306 | |
| misc | FinalParameters | Parameter nb should be final. | 306 | |
| misc | FinalParameters | Parameter aIndex should be final. | 306 | |
| misc | FinalParameters | Parameter lda should be final. | 306 | |
| misc | FinalParameters | Parameter eIndex should be final. | 306 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 306 | |
| misc | FinalParameters | Parameter wIndex should be final. | 306 | |
| misc | FinalParameters | Parameter ldw should be final. | 306 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 342 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 342 | |
| misc | FinalParameters | Parameter uplo should be final. | 342 | |
| misc | FinalParameters | Parameter trans should be final. | 342 | |
| misc | FinalParameters | Parameter n should be final. | 342 | |
| misc | FinalParameters | Parameter k should be final. | 342 | |
| misc | FinalParameters | Parameter alpha should be final. | 342 | |
| misc | FinalParameters | Parameter aIndex should be final. | 342 | |
| misc | FinalParameters | Parameter lda should be final. | 342 | |
| misc | FinalParameters | Parameter bIndex should be final. | 342 | |
| misc | FinalParameters | Parameter ldb should be final. | 342 | |
| misc | FinalParameters | Parameter beta should be final. | 342 | |
| misc | FinalParameters | Parameter cIndex should be final. | 342 | |
| misc | FinalParameters | Parameter ldc should be final. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 352 | |
| 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 101). | 368 | |
| misc | FinalParameters | Parameter uplo should be final. | 368 | |
| misc | FinalParameters | Parameter n should be final. | 368 | |
| misc | FinalParameters | Parameter aIndex should be final. | 368 | |
| misc | FinalParameters | Parameter lda should be final. | 368 | |
| misc | FinalParameters | Parameter dIndex should be final. | 368 | |
| misc | FinalParameters | Parameter eIndex should be final. | 368 | |
| misc | FinalParameters | Parameter tauIndex should be final. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| 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. | 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 | |
| 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. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter ispec should be final. | 61 | |
| misc | FinalParameters | Parameter zero should be final. | 61 | |
| misc | FinalParameters | Parameter one should be final. | 61 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 219). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| 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. | 39 | |
| 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. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| 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. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 129 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 129 | |
| misc | FinalParameters | Parameter ispec should be final. | 129 | |
| misc | FinalParameters | Parameter name should be final. | 129 | |
| misc | FinalParameters | Parameter opts should be final. | 129 | |
| misc | FinalParameters | Parameter n1 should be final. | 129 | |
| misc | FinalParameters | Parameter n2 should be final. | 129 | |
| misc | FinalParameters | Parameter n3 should be final. | 129 | |
| misc | FinalParameters | Parameter n4 should be final. | 129 | |
| misc | FinalParameters | Parameter name_len should be final. | 129 | |
| naming | ParameterName | Name 'name_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter opts_len should be final. | 129 | |
| naming | ParameterName | Name 'opts_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| misc | FinalParameters | Parameter unit should be final. | 129 | |
| naming | LocalVariableName | Name 'c_b162' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Name 'c_b163' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| coding | MagicNumber | '3' is a magic number. | 135 | |
| coding | MagicNumber | '6' is a magic number. | 137 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 139 | |
| coding | MagicNumber | '3' is a magic number. | 144 | |
| coding | MagicNumber | '4' is a magic number. | 146 | |
| coding | MagicNumber | '6' is a magic number. | 148 | |
| coding | MagicNumber | '5' is a magic number. | 150 | |
| coding | MagicNumber | '6' is a magic number. | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 156 | |
| coding | MagicNumber | '1.6f' is a magic number. | 156 | |
| coding | MagicNumber | '7' is a magic number. | 158 | |
| coding | MagicNumber | '8' is a magic number. | 162 | |
| coding | MagicNumber | '50' is a magic number. | 164 | |
| coding | MagicNumber | '9' is a magic number. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 168 | |
| coding | MagicNumber | '25' is a magic number. | 169 | |
| coding | MagicNumber | '10' is a magic number. | 171 | |
| coding | MagicNumber | '11' is a magic number. | 178 | |
| coding | MagicNumber | '3' is a magic number. | 189 | |
| coding | MagicNumber | '6' is a magic number. | 192 | |
| coding | MagicNumber | '90' is a magic number. | 197 | |
| coding | MagicNumber | '122' is a magic number. | 197 | |
| coding | MagicNumber | '97' is a magic number. | 198 | |
| coding | MagicNumber | '122' is a magic number. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 199 | |
| coding | MagicNumber | '32' is a magic number. | 199 | |
| coding | MagicNumber | '6' is a magic number. | 200 | |
| coding | MagicNumber | '97' is a magic number. | 202 | |
| coding | MagicNumber | '122' is a magic number. | 202 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 | |
| coding | MagicNumber | '32' is a magic number. | 203 | |
| coding | MagicNumber | '233' is a magic number. | 210 | |
| coding | MagicNumber | '169' is a magic number. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 211 | |
| coding | MagicNumber | '129' is a magic number. | 211 | |
| coding | MagicNumber | '137' is a magic number. | 211 | |
| coding | MagicNumber | '145' is a magic number. | 211 | |
| coding | MagicNumber | '153' is a magic number. | 211 | |
| coding | MagicNumber | '162' is a magic number. | 211 | |
| coding | MagicNumber | '169' is a magic number. | 211 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 212 | |
| coding | MagicNumber | '64' is a magic number. | 212 | |
| coding | MagicNumber | '6' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 215 | |
| coding | MagicNumber | '129' is a magic number. | 215 | |
| coding | MagicNumber | '137' is a magic number. | 215 | |
| coding | MagicNumber | '145' is a magic number. | 215 | |
| coding | MagicNumber | '153' is a magic number. | 215 | |
| coding | MagicNumber | '162' is a magic number. | 215 | |
| coding | MagicNumber | '169' is a magic number. | 215 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 | |
| coding | MagicNumber | '64' is a magic number. | 216 | |
| coding | MagicNumber | '218' is a magic number. | 223 | |
| coding | MagicNumber | '250' is a magic number. | 223 | |
| coding | MagicNumber | '225' is a magic number. | 224 | |
| coding | MagicNumber | '250' is a magic number. | 224 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 | |
| coding | MagicNumber | '32' is a magic number. | 225 | |
| coding | MagicNumber | '6' is a magic number. | 226 | |
| coding | MagicNumber | '225' is a magic number. | 228 | |
| coding | MagicNumber | '250' is a magic number. | 228 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 | |
| coding | MagicNumber | '32' is a magic number. | 229 | |
| coding | MagicNumber | '6' is a magic number. | 242 | |
| coding | MagicNumber | '6' is a magic number. | 243 | |
| coding | MagicNumber | '3' is a magic number. | 243 | |
| naming | LocalVariableName | Name 'c3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| coding | MagicNumber | '3' is a magic number. | 244 | |
| coding | MagicNumber | '5' is a magic number. | 245 | |
| coding | MagicNumber | '3' is a magic number. | 246 | |
| coding | MagicNumber | '3' is a magic number. | 246 | |
| coding | MagicNumber | '3' is a magic number. | 249 | |
| coding | MagicNumber | '3' is a magic number. | 249 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 253 | |
| coding | MagicNumber | '3' is a magic number. | 258 | |
| misc | FinalParameters | Parameter c should be final. | 273 | |
| misc | FinalParameters | Parameter c_b162 should be final. | 273 | |
| naming | ParameterName | Name 'c_b162' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 | |
| misc | FinalParameters | Parameter c_b163 should be final. | 273 | |
| naming | ParameterName | Name 'c_b163' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 293 | |
| naming | MethodName | Name 'L110' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 | |
| misc | FinalParameters | Parameter sname should be final. | 293 | |
| misc | FinalParameters | Parameter cname should be final. | 293 | |
| misc | FinalParameters | Parameter n2 should be final. | 293 | |
| misc | FinalParameters | Parameter n4 should be final. | 293 | |
| misc | FinalParameters | Parameter c2 should be final. | 293 | |
| misc | FinalParameters | Parameter c3 should be final. | 293 | |
| misc | FinalParameters | Parameter c4 should be final. | 293 | |
| coding | MagicNumber | '3' is a magic number. | 297 | |
| coding | MagicNumber | '3' is a magic number. | 297 | |
| coding | MagicNumber | '64' is a magic number. | 299 | |
| coding | MagicNumber | '64' is a magic number. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 232). | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '3' is a magic number. | 303 | |
| coding | MagicNumber | '32' is a magic number. | 305 | |
| coding | MagicNumber | '32' is a magic number. | 307 | |
| coding | MagicNumber | '3' is a magic number. | 309 | |
| coding | MagicNumber | '3' is a magic number. | 309 | |
| coding | MagicNumber | '32' is a magic number. | 311 | |
| coding | MagicNumber | '32' is a magic number. | 313 | |
| coding | MagicNumber | '3' is a magic number. | 315 | |
| coding | MagicNumber | '3' is a magic number. | 315 | |
| coding | MagicNumber | '32' is a magic number. | 317 | |
| coding | MagicNumber | '32' is a magic number. | 319 | |
| coding | MagicNumber | '3' is a magic number. | 321 | |
| coding | MagicNumber | '3' is a magic number. | 321 | |
| coding | MagicNumber | '64' is a magic number. | 323 | |
| coding | MagicNumber | '64' is a magic number. | 325 | |
| coding | MagicNumber | '3' is a magic number. | 329 | |
| coding | MagicNumber | '3' is a magic number. | 329 | |
| coding | MagicNumber | '64' is a magic number. | 331 | |
| coding | MagicNumber | '64' is a magic number. | 333 | |
| coding | MagicNumber | '3' is a magic number. | 337 | |
| coding | MagicNumber | '3' is a magic number. | 337 | |
| coding | MagicNumber | '64' is a magic number. | 339 | |
| coding | MagicNumber | '64' is a magic number. | 341 | |
| coding | MagicNumber | '3' is a magic number. | 343 | |
| coding | MagicNumber | '3' is a magic number. | 343 | |
| coding | MagicNumber | '32' is a magic number. | 344 | |
| coding | MagicNumber | '3' is a magic number. | 345 | |
| coding | MagicNumber | '3' is a magic number. | 345 | |
| coding | MagicNumber | '64' is a magic number. | 346 | |
| coding | MagicNumber | '3' is a magic number. | 349 | |
| coding | MagicNumber | '3' is a magic number. | 349 | |
| coding | MagicNumber | '64' is a magic number. | 350 | |
| coding | MagicNumber | '3' is a magic number. | 351 | |
| coding | MagicNumber | '3' is a magic number. | 351 | |
| coding | MagicNumber | '32' is a magic number. | 352 | |
| coding | MagicNumber | '3' is a magic number. | 353 | |
| coding | MagicNumber | '3' is a magic number. | 353 | |
| coding | MagicNumber | '64' is a magic number. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 358 | |
| coding | MagicNumber | '32' is a magic number. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 363 | |
| coding | MagicNumber | '32' is a magic number. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 370 | |
| coding | MagicNumber | '32' is a magic number. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 375 | |
| coding | MagicNumber | '32' is a magic number. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 381 | |
| coding | MagicNumber | '3' is a magic number. | 381 | |
| coding | MagicNumber | '64' is a magic number. | 383 | |
| coding | MagicNumber | '32' is a magic number. | 386 | |
| coding | MagicNumber | '64' is a magic number. | 389 | |
| coding | MagicNumber | '32' is a magic number. | 392 | |
| coding | MagicNumber | '3' is a magic number. | 397 | |
| coding | MagicNumber | '3' is a magic number. | 397 | |
| coding | MagicNumber | '64' is a magic number. | 399 | |
| coding | MagicNumber | '32' is a magic number. | 402 | |
| coding | MagicNumber | '64' is a magic number. | 405 | |
| coding | MagicNumber | '32' is a magic number. | 408 | |
| coding | MagicNumber | '3' is a magic number. | 413 | |
| coding | MagicNumber | '3' is a magic number. | 413 | |
| coding | MagicNumber | '64' is a magic number. | 415 | |
| coding | MagicNumber | '64' is a magic number. | 417 | |
| coding | MagicNumber | '3' is a magic number. | 421 | |
| coding | MagicNumber | '3' is a magic number. | 421 | |
| coding | MagicNumber | '64' is a magic number. | 423 | |
| coding | MagicNumber | '64' is a magic number. | 425 | |
| coding | MagicNumber | '3' is a magic number. | 429 | |
| coding | MagicNumber | '3' is a magic number. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 444 | |
| naming | MethodName | Name 'L200' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 | |
| misc | FinalParameters | Parameter sname should be final. | 444 | |
| misc | FinalParameters | Parameter cname should be final. | 444 | |
| misc | FinalParameters | Parameter c2 should be final. | 444 | |
| misc | FinalParameters | Parameter c3 should be final. | 444 | |
| misc | FinalParameters | Parameter c4 should be final. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 449 | |
| coding | MagicNumber | '3' is a magic number. | 455 | |
| coding | MagicNumber | '3' is a magic number. | 455 | |
| coding | MagicNumber | '3' is a magic number. | 461 | |
| coding | MagicNumber | '3' is a magic number. | 461 | |
| coding | MagicNumber | '3' is a magic number. | 467 | |
| coding | MagicNumber | '3' is a magic number. | 467 | |
| coding | MagicNumber | '3' is a magic number. | 475 | |
| coding | MagicNumber | '3' is a magic number. | 475 | |
| coding | MagicNumber | '8' is a magic number. | 477 | |
| coding | MagicNumber | '8' is a magic number. | 479 | |
| coding | MagicNumber | '3' is a magic number. | 481 | |
| coding | MagicNumber | '3' is a magic number. | 481 | |
| coding | MagicNumber | '3' is a magic number. | 485 | |
| coding | MagicNumber | '3' is a magic number. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 524 | |
| naming | MethodName | Name 'L300' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 524 | |
| misc | FinalParameters | Parameter sname should be final. | 524 | |
| misc | FinalParameters | Parameter cname should be final. | 524 | |
| misc | FinalParameters | Parameter c2 should be final. | 524 | |
| misc | FinalParameters | Parameter c3 should be final. | 524 | |
| misc | FinalParameters | Parameter c4 should be final. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '3' is a magic number. | 529 | |
| coding | MagicNumber | '128' is a magic number. | 531 | |
| coding | MagicNumber | '128' is a magic number. | 533 | |
| coding | MagicNumber | '3' is a magic number. | 535 | |
| coding | MagicNumber | '3' is a magic number. | 535 | |
| coding | MagicNumber | '128' is a magic number. | 537 | |
| coding | MagicNumber | '128' is a magic number. | 539 | |
| coding | MagicNumber | '3' is a magic number. | 541 | |
| coding | MagicNumber | '3' is a magic number. | 541 | |
| coding | MagicNumber | '128' is a magic number. | 543 | |
| coding | MagicNumber | '128' is a magic number. | 545 | |
| coding | MagicNumber | '3' is a magic number. | 549 | |
| coding | MagicNumber | '3' is a magic number. | 549 | |
| coding | MagicNumber | '32' is a magic number. | 550 | |
| coding | MagicNumber | '3' is a magic number. | 553 | |
| coding | MagicNumber | '3' is a magic number. | 553 | |
| coding | MagicNumber | '32' is a magic number. | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 558 | |
| coding | MagicNumber | '128' is a magic number. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 326). | 565 | |
| coding | MagicNumber | '128' is a magic number. | 567 |
| 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. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 19 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 21 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter string should be final. | 37 | |
| 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 92). | 54 | |
| misc | FinalParameters | Parameter reader should be final. | 54 | |
| misc | FinalParameters | Parameter out should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter reader should be final. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| 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 95). | 95 | |
| misc | FinalParameters | Parameter string should be final. | 95 | |
| misc | FinalParameters | Parameter pattern should be final. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 109 | |
| misc | FinalParameters | Parameter reader should be final. | 109 | |
| misc | FinalParameters | Parameter nBlock should be final. | 109 | |
| misc | FinalParameters | Parameter reader should be final. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| misc | FinalParameters | Parameter string should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 156 | |
| misc | FinalParameters | Parameter reader should be final. | 156 | |
| misc | FinalParameters | Parameter dimension should be final. | 156 | |
| 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 113). | 174 | |
| misc | FinalParameters | Parameter reader should be final. | 174 | |
| misc | FinalParameters | Parameter m should be final. | 174 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 174 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 236 | |
| misc | FinalParameters | Parameter blockSizes should be final. | 236 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 236 | |
| misc | FinalParameters | Parameter j should be final. | 236 | |
| misc | FinalParameters | Parameter k should be final. | 236 | |
| misc | FinalParameters | Parameter l should be final. | 236 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 240 | |
| 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 112). | 256 | |
| misc | FinalParameters | Parameter reader should be final. | 256 | |
| misc | FinalParameters | Parameter m should be final. | 256 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 256 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| misc | FinalParameters | Parameter value should be final. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| javadoc | JavadocMethod | Expected @return tag. | 298 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 221). | 51 | |
| 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 | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| 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 | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| naming | MemberName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| naming | MemberName | Name 'Display' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| 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. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| misc | FinalParameters | Parameter Save should be final. | 132 | |
| coding | HiddenField | 'Save' hides a field. | 132 | |
| naming | ParameterName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter Display should be final. | 132 | |
| coding | HiddenField | 'Display' hides a field. | 132 | |
| naming | ParameterName | Name 'Display' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| misc | FinalParameters | Parameter unit should be final. | 132 | |
| coding | HiddenField | 'unit' hides a field. | 132 | |
| misc | FinalParameters | Parameter m should be final. | 166 | |
| coding | HiddenField | 'm' hides a field. | 166 | |
| misc | FinalParameters | Parameter outFile should be final. | 173 | |
| coding | HiddenField | 'outFile' hides a field. | 173 | |
| misc | FinalParameters | Parameter param should be final. | 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 | HiddenField | 'param' hides a field. | 180 | |
| misc | FinalParameters | Parameter A should be final. | 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 | |
| coding | HiddenField | 'A' hides a field. | 187 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
| misc | FinalParameters | Parameter C should be final. | 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 | |
| coding | HiddenField | 'C' hides a field. | 194 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 | |
| misc | FinalParameters | Parameter b 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 | |
| coding | HiddenField | 'b' hides a field. | 201 | |
| misc | FinalParameters | Parameter nDim should be final. | 208 | |
| coding | HiddenField | 'nDim' hides a field. | 208 | |
| misc | FinalParameters | Parameter currentPt should be final. | 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 | |
| coding | HiddenField | 'currentPt' hides a field. | 215 | |
| misc | FinalParameters | Parameter phase should be final. | 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 | |
| coding | HiddenField | 'phase' hides a field. | 222 | |
| misc | FinalParameters | Parameter currentRes should be final. | 229 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 | |
| coding | HiddenField | 'currentRes' hides a field. | 229 | |
| misc | FinalParameters | Parameter beta should be final. | 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 | |
| coding | HiddenField | 'beta' hides a field. | 236 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 243 | |
| coding | HiddenField | 'blockStruct' hides a field. | 243 | |
| misc | FinalParameters | Parameter alpha should be final. | 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 | |
| coding | HiddenField | 'alpha' hides a field. | 250 | |
| misc | FinalParameters | Parameter solveInfo should be final. | 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 | |
| coding | HiddenField | 'solveInfo' hides a field. | 257 | |
| misc | FinalParameters | Parameter theta should be final. | 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 | |
| coding | HiddenField | 'theta' hides a field. | 264 | |
| misc | FinalParameters | Parameter mu should be final. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 | |
| coding | HiddenField | 'mu' hides a field. | 271 | |
| misc | FinalParameters | Parameter pIteration should be final. | 278 | |
| coding | HiddenField | 'pIteration' hides a field. | 278 | |
| misc | FinalParameters | Parameter parameterType should be final. | 285 | |
| coding | HiddenField | 'parameterType' hides a field. | 285 | |
| misc | FinalParameters | Parameter isParameter should be final. | 292 | |
| coding | HiddenField | 'isParameter' hides a field. | 292 | |
| misc | FinalParameters | Parameter paraFile should be final. | 299 | |
| coding | HiddenField | 'paraFile' hides a field. | 299 | |
| misc | FinalParameters | Parameter isDataSparse should be final. | 306 | |
| coding | HiddenField | 'isDataSparse' hides a field. | 306 | |
| misc | FinalParameters | Parameter isInitFile should be final. | 313 | |
| coding | HiddenField | 'isInitFile' hides a field. | 313 | |
| misc | FinalParameters | Parameter initFile should be final. | 320 | |
| coding | HiddenField | 'initFile' hides a field. | 320 | |
| misc | FinalParameters | Parameter isInitSparse should be final. | 327 | |
| coding | HiddenField | 'isInitSparse' hides a field. | 327 | |
| misc | FinalParameters | Parameter matrixData should be final. | 334 | |
| coding | HiddenField | 'matrixData' hides a field. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 340 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 250). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 254). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 247). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 256). | 353 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 364 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| misc | FinalParameters | Parameter num should be final. | 376 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 398 | |
| naming | LocalVariableName | Name 'PDgap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 413 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 | |
| coding | HiddenField | 'vsolution' hides a field. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 522 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| misc | FinalParameters | Parameter fileName should be final. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 559 | |
| misc | FinalParameters | Parameter currentPt should be final. | 559 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 | |
| coding | HiddenField | 'currentPt' hides a field. | 559 | |
| misc | FinalParameters | Parameter outFile should be final. | 559 | |
| coding | HiddenField | 'outFile' hides a field. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 582 | |
| misc | FinalParameters | Parameter save should be final. | 591 | |
| misc | FinalParameters | Parameter display should be final. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 276). | 593 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 597 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 | |
| misc | FinalParameters | Parameter dataFile should be final. | 606 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 614 | |
| coding | HiddenField | 'm' hides a field. | 616 | |
| coding | HiddenField | 'nDim' hides a field. | 620 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| coding | HiddenField | 'b' hides a field. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 627 | |
| naming | LocalVariableName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 628 | |
| naming | LocalVariableName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 | |
| coding | HiddenField | 'C' hides a field. | 634 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 634 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 641 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 | |
| coding | HiddenField | 'A' hides a field. | 646 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 646 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 655 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 710 | |
| misc | FinalParameters | Parameter reader should be final. | 710 | |
| misc | FinalParameters | Parameter x should be final. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| misc | FinalParameters | Parameter y should be final. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| misc | FinalParameters | Parameter z should be final. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 | |
| misc | FinalParameters | Parameter nBlock should be final. | 710 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 710 | |
| coding | HiddenField | 'blockStruct' hides a field. | 710 | |
| misc | FinalParameters | Parameter isSparse should be final. | 710 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 768 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 783 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 802 | |
| misc | FinalParameters | Parameter reader should be final. | 802 | |
| misc | FinalParameters | Parameter m should be final. | 802 | |
| coding | HiddenField | 'm' hides a field. | 802 | |
| misc | FinalParameters | Parameter nBlock should be final. | 802 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 802 | |
| coding | HiddenField | 'blockStruct' hides a field. | 802 | |
| misc | FinalParameters | Parameter CNonZeroCount should be final. | 802 | |
| naming | ParameterName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 802 | |
| misc | FinalParameters | Parameter ANonZeroCount should be final. | 802 | |
| naming | ParameterName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 802 | |
| misc | FinalParameters | Parameter isSparse should be final. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 849 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 869 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 870 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 894 | |
| misc | FinalParameters | Parameter C should be final. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| coding | HiddenField | 'C' hides a field. | 894 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 894 | |
| misc | FinalParameters | Parameter A should be final. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 | |
| coding | HiddenField | 'A' hides a field. | 894 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 894 | |
| misc | FinalParameters | Parameter m should be final. | 894 | |
| coding | HiddenField | 'm' hides a field. | 894 | |
| misc | FinalParameters | Parameter nBlock should be final. | 894 | |
| misc | FinalParameters | Parameter argBlockStruct should be final. | 894 | |
| misc | FinalParameters | Parameter isSparse should be final. | 894 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 929 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 950 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 980 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 999 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1031 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1044 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1051 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1054 | |
| misc | FinalParameters | Parameter vsolution should be final. | 1056 | |
| coding | HiddenField | 'vsolution' hides a field. | 1056 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1060 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1068 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1071 | |
| misc | FinalParameters | Parameter isDisplay should be final. | 1073 | |
| coding | HiddenField | 'isDisplay' hides a field. | 1073 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1077 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| misc | FinalParameters | Parameter isVsdpj should be final. | 1089 | |
| coding | HiddenField | 'isVsdpj' hides a field. | 1089 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1093 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1095 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1104 | |
| misc | FinalParameters | Parameter vsolution should be final. | 1107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 | |
| coding | HiddenField | 'vsolution' hides a field. | 1107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1113 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 61 | |
| 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 113). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| naming | MemberName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| naming | MemberName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 168 | |
| naming | MemberName | Name 'Format' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| 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 | JavadocStyle | First sentence should end with a period. | 185 | |
| 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 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| design | VisibilityModifier | Variable 'isExternal' must be private and have accessor methods. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| misc | FinalParameters | Parameter unit should be final. | 213 | |
| coding | HiddenField | 'unit' hides a field. | 213 | |
| coding | MagicNumber | '64' is a magic number. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 251 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 284 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| misc | FinalParameters | Parameter outputFileName should be final. | 298 | |
| coding | HiddenField | 'outputFileName' hides a field. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| misc | FinalParameters | Parameter initialFile should be final. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| misc | FinalParameters | Parameter solutionFile should be final. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| misc | FinalParameters | Parameter fileName should be final. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 346 | |
| misc | FinalParameters | Parameter solutionFile should be final. | 346 | |
| misc | FinalParameters | Parameter base should be final. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| misc | FinalParameters | Parameter unit should be final. | 367 | |
| coding | HiddenField | 'unit' hides a field. | 367 | |
| misc | FinalParameters | Parameter precision should be final. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 388 | |
| misc | FinalParameters | Parameter isExampleFormat should be final. | 390 | |
| coding | HiddenField | 'isExampleFormat' hides a field. | 390 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 391 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| misc | FinalParameters | Parameter precision should be final. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| misc | FinalParameters | Parameter dimension should be final. | 413 | |
| coding | HiddenField | 'dimension' hides a field. | 413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| misc | FinalParameters | Parameter m should be final. | 481 | |
| coding | HiddenField | 'm' hides a field. | 481 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| misc | FinalParameters | Parameter c should be final. | 494 | |
| coding | HiddenField | 'c' hides a field. | 494 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| misc | FinalParameters | Parameter x should be final. | 503 | |
| coding | HiddenField | 'x' hides a field. | 503 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| misc | FinalParameters | Parameter Fi should be final. | 514 | |
| naming | ParameterName | Name 'Fi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 514 | |
| misc | FinalParameters | Parameter i should be final. | 514 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| misc | FinalParameters | Parameter X should be final. | 523 | |
| coding | HiddenField | 'X' hides a field. | 523 | |
| naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 523 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| misc | FinalParameters | Parameter Y should be final. | 532 | |
| coding | HiddenField | 'Y' hides a field. | 532 | |
| naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| misc | FinalParameters | Parameter problemFileName should be final. | 541 | |
| coding | HiddenField | 'problemFileName' hides a field. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| misc | FinalParameters | Parameter notShowTime should be final. | 550 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| naming | LocalFinalVariableName | Name 'D10E9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 | |
| naming | LocalFinalVariableName | Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 | |
| naming | LocalFinalVariableName | Name 'EndTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 598 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 603 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| misc | FinalParameters | Parameter array should be final. | 648 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| misc | FinalParameters | Parameter x2 should be final. | 663 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| misc | FinalParameters | Parameter fileName should be final. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 | |
| whitespace | GenericWhitespace | '>' is followed by whitespace. | 737 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 751 | |
| misc | FinalParameters | Parameter reader should be final. | 751 | |
| misc | FinalParameters | Parameter fileName should be final. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 756 | |
| whitespace | GenericWhitespace | '>' is followed by an illegal character. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 802 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 832 | |
| misc | FinalParameters | Parameter reader should be final. | 837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| misc | FinalParameters | Parameter reader should be final. | 854 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 868 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 875 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 881 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 882 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 883 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 209). | 885 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 889 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 893 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 894 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 896 | |
| sizes | LineLength | Line is longer than 80 characters (found 208). | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 898 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 901 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 906 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 908 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 937 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 941 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 946 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 949 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 952 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 959 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 960 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 960 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 973 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 979 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 985 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 988 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 995 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1000 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1013 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1015 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1025 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1025 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 1031 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1039 | |
| misc | FinalParameters | Parameter FileName should be final. | 1039 | |
| naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1039 | |
| misc | FinalParameters | Parameter Base should be final. | 1039 | |
| naming | ParameterName | Name 'Base' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1040 | |
| naming | LocalFinalVariableName | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1042 | |
| naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1047 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1048 | |
| naming | LocalFinalVariableName | Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1049 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1060 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1082 | |
| misc | FinalParameters | Parameter Base should be final. | 1082 | |
| naming | ParameterName | Name 'Base' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1082 | |
| misc | FinalParameters | Parameter reader should be final. | 1082 | |
| naming | LocalVariableName | Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1083 | |
| naming | LocalVariableName | Name 'Index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1087 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1090 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1094 | |
| coding | MagicNumber | '10' is a magic number. | 1102 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1107 | |
| coding | MagicNumber | '10' is a magic number. | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 1122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1124 | |
| misc | FinalParameters | Parameter FileName should be final. | 1128 | |
| naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1128 | |
| naming | LocalFinalVariableName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1131 | |
| naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1142 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1143 | |
| naming | LocalFinalVariableName | Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1144 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1154 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1170 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1175 | |
| misc | FinalParameters | Parameter FileName should be final. | 1175 | |
| naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1175 | |
| naming | LocalFinalVariableName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1206 | |
| naming | ParameterName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1206 | |
| misc | FinalParameters | Parameter reader should be final. | 1206 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1207 | |
| coding | MagicNumber | '4' is a magic number. | 1207 | |
| coding | MagicNumber | '24' is a magic number. | 1209 | |
| coding | MagicNumber | '16' is a magic number. | 1209 | |
| coding | MagicNumber | '8' is a magic number. | 1209 | |
| coding | MagicNumber | '3' is a magic number. | 1209 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1225 | |
| misc | FinalParameters | Parameter reader should be final. | 1225 | |
| misc | FinalParameters | Parameter FileName should be final. | 1225 | |
| naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1225 | |
| misc | FinalParameters | Parameter sdpj should be final. | 1225 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1226 | |
| coding | MagicNumber | '4' is a magic number. | 1227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1228 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1228 | |
| coding | MagicNumber | '5' is a magic number. | 1231 | |
| coding | MagicNumber | '4' is a magic number. | 1233 | |
| coding | MagicNumber | '10' is a magic number. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1237 | |
| coding | MagicNumber | '9' is a magic number. | 1239 | |
| coding | MagicNumber | '9' is a magic number. | 1242 | |
| coding | MagicNumber | '10' is a magic number. | 1242 | |
| naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1248 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1249 | |
| coding | MagicNumber | '5' is a magic number. | 1250 | |
| coding | MagicNumber | '4' is a magic number. | 1252 | |
| coding | MagicNumber | '10' is a magic number. | 1252 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1257 | |
| coding | MagicNumber | '5' is a magic number. | 1259 | |
| coding | MagicNumber | '4' is a magic number. | 1261 | |
| coding | MagicNumber | '10' is a magic number. | 1261 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1266 | |
| coding | MagicNumber | '9' is a magic number. | 1267 | |
| coding | MagicNumber | '9' is a magic number. | 1270 | |
| coding | MagicNumber | '10' is a magic number. | 1270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1284 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1285 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1289 | |
| misc | FinalParameters | Parameter reader should be final. | 1289 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1291 | |
| coding | MagicNumber | '9' is a magic number. | 1292 | |
| coding | MagicNumber | '8' is a magic number. | 1294 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1296 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1307 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1312 | |
| misc | FinalParameters | Parameter reader should be final. | 1312 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1314 | |
| coding | MagicNumber | '5' is a magic number. | 1315 | |
| coding | MagicNumber | '4' is a magic number. | 1317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1324 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1330 | |
| misc | FinalParameters | Parameter reader should be final. | 1330 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1331 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1339 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1345 | |
| misc | FinalParameters | Parameter exampleFormat should be final. | 1345 | |
| misc | FinalParameters | Parameter buf should be final. | 1345 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1354 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1354 | |
| coding | MagicNumber | '10' is a magic number. | 1354 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1366 | |
| misc | FinalParameters | Parameter buf should be final. | 1370 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1391 | |
| misc | FinalParameters | Parameter byteData should be final. | 1395 | |
| coding | MagicNumber | '8' is a magic number. | 1397 | |
| coding | MagicNumber | '8' is a magic number. | 1399 | |
| coding | MagicNumber | '8' is a magic number. | 1404 | |
| coding | MagicNumber | '24' is a magic number. | 1405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1413 | |
| misc | FinalParameters | Parameter value should be final. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1431 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1448 | |
| misc | FinalParameters | Parameter exponentValue should be final. | 1448 | |
| misc | FinalParameters | Parameter sign should be final. | 1448 | |
| misc | FinalParameters | Parameter fractionBitBegin should be final. | 1448 | |
| misc | FinalParameters | Parameter bitLength should be final. | 1448 | |
| coding | MagicNumber | '0.5' is a magic number. | 1452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1461 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1476 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1494 | |
| misc | FinalParameters | Parameter doublePrecisionBitString should be final. | 1498 | |
| coding | MagicNumber | '64' is a magic number. | 1500 | |
| misc | FinalParameters | Parameter io should be final. | 1509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 | |
| coding | HiddenField | 'io' hides a field. | 1509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 | |
| misc | FinalParameters | Parameter problem should be final. | 1523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 | |
| coding | HiddenField | 'problem' hides a field. | 1523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 | |
| misc | FinalParameters | Parameter initialCurrentPt should be final. | 1537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 | |
| coding | HiddenField | 'initialCurrentPt' hides a field. | 1537 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 | |
| misc | FinalParameters | Parameter dualValue should be final. | 1551 | |
| coding | HiddenField | 'dualValue' hides a field. | 1551 | |
| misc | FinalParameters | Parameter primalValue should be final. | 1565 | |
| coding | HiddenField | 'primalValue' hides a field. | 1565 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 1579 | |
| coding | HiddenField | 'blockStruct' hides a field. | 1579 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 199). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| 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 | |
| misc | FinalParameters | Parameter args should be final. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| 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. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter solver should be final. | 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 | |
| coding | HiddenField | 'solver' hides a field. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter parameters should be final. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 125 | |
| coding | MagicNumber | '1e9' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | VisibilityModifier | Variable 'precision' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'isInitFile' must be private and have accessor methods. | 44 | |
| design | VisibilityModifier | Variable 'isInitSparse' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'isDataSparse' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable 'isParameter' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'dataFile' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'initFile' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'outFile' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'paraFile' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'kappaString' must be private and have accessor methods. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'parameterType' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'fpOut' must be private and have accessor methods. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| coding | MagicNumber | '77' is a magic number. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 89 | |
| misc | FinalParameters | Parameter arguments should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 102 | |
| coding | MagicNumber | '3' is a magic number. | 167 | |
| coding | MagicNumber | '4' is a magic number. | 170 | |
| coding | MagicNumber | '3' is a magic number. | 176 | |
| coding | MagicNumber | '4' is a magic number. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 190 | |
| coding | MagicNumber | '3' is a magic number. | 209 | |
| coding | MagicNumber | '4' is a magic number. | 212 | |
| coding | MagicNumber | '3' is a magic number. | 218 | |
| coding | MagicNumber | '4' is a magic number. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 284 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 284 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 286 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| misc | FinalParameters | Parameter argv0 should be final. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 341 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| misc | FinalParameters | Parameter arguments should be final. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 371 | |
| misc | FinalParameters | Parameter parameterFile should be final. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 374 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 374 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| misc | FinalParameters | Parameter str should be final. | 402 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 404 | |
| coding | MagicNumber | '3' is a magic number. | 412 | |
| coding | MagicNumber | '4' is a magic number. | 414 | |
| coding | MagicNumber | '5' is a magic number. | 416 | |
| coding | MagicNumber | '6' is a magic number. | 418 | |
| coding | MagicNumber | '7' is a magic number. | 420 | |
| coding | MagicNumber | '8' is a magic number. | 422 | |
| coding | MagicNumber | '9' is a magic number. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| 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 | |
| misc | FinalParameters | Parameter args should be final. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 110). | 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. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 45 | |
| misc | FinalParameters | Parameter m should be final. | 45 | |
| misc | FinalParameters | Parameter nBlock should be final. | 45 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 45 | |
| misc | FinalParameters | Parameter A should be final. | 45 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 46 | |
| misc | FinalParameters | Parameter b should be final. | 46 | |
| misc | FinalParameters | Parameter C should be final. | 46 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 47 | |
| misc | FinalParameters | Parameter param should be final. | 47 | |
| misc | FinalParameters | Parameter currentPt should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 48 | |
| misc | FinalParameters | Parameter initPt should be final. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 220). | 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 | |
| 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 | |
| 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. | 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 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| 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 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| 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. | 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. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| 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 242). | 70 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 70 | |
| misc | FinalParameters | Parameter m should be final. | 70 | |
| coding | HiddenField | 'm' hides a field. | 70 | |
| misc | FinalParameters | Parameter nBlock should be final. | 70 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 70 | |
| coding | HiddenField | 'blockStruct' hides a field. | 70 | |
| misc | FinalParameters | Parameter A should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'A' hides a field. | 70 | |
| naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter b should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'b' hides a field. | 70 | |
| misc | FinalParameters | Parameter C should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'C' hides a field. | 70 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter param should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'param' hides a field. | 70 | |
| misc | FinalParameters | Parameter currentPt should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'currentPt' hides a field. | 70 | |
| misc | FinalParameters | Parameter initPt should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'initPt' hides a field. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| misc | FinalParameters | Parameter dim should be final. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| misc | FinalParameters | Parameter param should be final. | 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 | |
| coding | HiddenField | 'param' hides a field. | 167 | |
| 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 86). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| 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. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| misc | FinalParameters | Parameter out should be final. | 252 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| misc | FinalParameters | Parameter C should be final. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| coding | HiddenField | 'C' hides a field. | 281 | |
| naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| misc | FinalParameters | Parameter vector should be final. | 288 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| misc | FinalParameters | Parameter initialC should be final. | 295 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 | |
| coding | HiddenField | 'initialC' hides a field. | 295 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 | |
| misc | FinalParameters | Parameter initialVector should be final. | 309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 | |
| coding | HiddenField | 'initialVector' hides a field. | 309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | FinalClass | Class ProblemCreater should be declared as final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 227). | 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. | 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 | |
| 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. | 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 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| 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 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| naming | MemberName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| naming | MemberName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 85 | |
| misc | FinalParameters | Parameter F should be final. | 85 | |
| coding | HiddenField | 'F' hides a field. | 85 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| misc | FinalParameters | Parameter vec should be final. | 85 | |
| coding | HiddenField | 'vec' hides a field. | 85 | |
| misc | FinalParameters | Parameter m should be final. | 85 | |
| coding | HiddenField | 'm' hides a field. | 85 | |
| misc | FinalParameters | Parameter nBlock should be final. | 85 | |
| coding | HiddenField | 'nBlock' hides a field. | 85 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 85 | |
| coding | HiddenField | 'blockStruct' hides a field. | 85 | |
| misc | FinalParameters | Parameter parameter should be final. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| coding | HiddenField | 'parameter' hides a field. | 85 | |
| misc | FinalParameters | Parameter unit should be final. | 85 | |
| coding | HiddenField | 'unit' hides a field. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| 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 109). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| misc | FinalParameters | Parameter F should be final. | 207 | |
| coding | HiddenField | 'F' hides a field. | 207 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| 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. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 | |
| 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. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 344). | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| misc | FinalParameters | Parameter F should be final. | 332 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter vec should be final. | 332 | |
| misc | FinalParameters | Parameter m should be final. | 332 | |
| misc | FinalParameters | Parameter nBlock should be final. | 332 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 332 | |
| misc | FinalParameters | Parameter parameter should be final. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 336 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 300). | 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 | |
| misc | FinalParameters | Parameter dataFileName should be final. | 362 | |
| misc | FinalParameters | Parameter isSparse should be final. | 362 | |
| misc | FinalParameters | Parameter unit should be final. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 363 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 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 | |
| misc | FinalParameters | Parameter vec should be final. | 392 | |
| coding | HiddenField | 'vec' hides a field. | 392 | |
| misc | FinalParameters | Parameter isDataSparse should be final. | 406 | |
| coding | HiddenField | 'isDataSparse' hides a field. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| 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. | 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 | |
| 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 | |
| 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. | 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 | |
| naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| 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 | |
| naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| naming | MemberName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| naming | MemberName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| 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. | 49 | |
| 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. | 51 | |
| naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 70 | |
| misc | FinalParameters | Parameter F should be final. | 70 | |
| coding | HiddenField | 'F' hides a field. | 70 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| misc | FinalParameters | Parameter vec should be final. | 70 | |
| coding | HiddenField | 'vec' hides a field. | 70 | |
| misc | FinalParameters | Parameter m should be final. | 70 | |
| coding | HiddenField | 'm' hides a field. | 70 | |
| misc | FinalParameters | Parameter nBlock should be final. | 70 | |
| coding | HiddenField | 'nBlock' hides a field. | 70 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 70 | |
| coding | HiddenField | 'blockStruct' hides a field. | 70 | |
| misc | FinalParameters | Parameter parameter should be final. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'parameter' hides a field. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 340). | 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 | |
| misc | FinalParameters | Parameter F should be final. | 113 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| misc | FinalParameters | Parameter vec should be final. | 113 | |
| misc | FinalParameters | Parameter m should be final. | 113 | |
| misc | FinalParameters | Parameter nBlock should be final. | 113 | |
| misc | FinalParameters | Parameter blockStruct should be final. | 113 | |
| misc | FinalParameters | Parameter parameter should be final. | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 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. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| 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 133). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| misc | FinalParameters | Parameter F should be final. | 146 | |
| coding | HiddenField | 'F' hides a field. | 146 | |
| naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| 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. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 256 | |
| misc | FinalParameters | Parameter vec should be final. | 326 | |
| coding | HiddenField | 'vec' hides a field. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 108). | 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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 | |
| 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 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 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 190). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 217). | 100 | |
| naming | MemberName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| naming | MemberName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| naming | MemberName | Name 'ParameterFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 143 | |
| naming | MemberName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 168 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 184 | |
| 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 99). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 198 | |
| misc | FinalParameters | Parameter unit should be final. | 200 | |
| coding | HiddenField | 'unit' hides a field. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 210 | |
| misc | FinalParameters | Parameter InputFile should be final. | 212 | |
| naming | ParameterName | Name 'InputFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| misc | FinalParameters | Parameter Id should be final. | 212 | |
| naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 238 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 238 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 263 | |
| misc | FinalParameters | Parameter unit should be final. | 266 | |
| coding | HiddenField | 'unit' hides a field. | 266 | |
| misc | FinalParameters | Parameter Precision should be final. | 266 | |
| naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| misc | FinalParameters | Parameter unit should be final. | 277 | |
| coding | HiddenField | 'unit' hides a field. | 277 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 277 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 277 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| misc | FinalParameters | Parameter unit should be final. | 294 | |
| coding | HiddenField | 'unit' hides a field. | 294 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 294 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 294 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| misc | FinalParameters | Parameter SolutionFile should be final. | 294 | |
| coding | HiddenField | 'SolutionFile' hides a field. | 294 | |
| naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 309 | |
| misc | FinalParameters | Parameter unit should be final. | 311 | |
| coding | HiddenField | 'unit' hides a field. | 311 | |
| misc | FinalParameters | Parameter Precision should be final. | 311 | |
| naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 311 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 311 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| misc | FinalParameters | Parameter SolutionFile should be final. | 311 | |
| coding | HiddenField | 'SolutionFile' hides a field. | 311 | |
| naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 332 | |
| misc | FinalParameters | Parameter unit should be final. | 332 | |
| coding | HiddenField | 'unit' hides a field. | 332 | |
| misc | FinalParameters | Parameter Precision should be final. | 332 | |
| naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 332 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 332 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter SolutionFile should be final. | 332 | |
| coding | HiddenField | 'SolutionFile' hides a field. | 332 | |
| naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter SetFile should be final. | 332 | |
| naming | ParameterName | Name 'SetFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| misc | FinalParameters | Parameter Id should be final. | 332 | |
| naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| naming | LocalFinalVariableName | Name 'D10E9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 | |
| naming | LocalFinalVariableName | Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 370 | |
| naming | LocalFinalVariableName | Name 'EndTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 392 | |
| misc | FinalParameters | Parameter isDisplay should be final. | 402 | |
| coding | HiddenField | 'isDisplay' hides a field. | 402 | |
| misc | FinalParameters | Parameter Save should be final. | 416 | |
| coding | HiddenField | 'Save' hides a field. | 416 | |
| naming | ParameterName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 416 | |
| misc | FinalParameters | Parameter vsolution should be final. | 423 | |
| coding | HiddenField | 'vsolution' hides a field. | 423 | |
| misc | FinalParameters | Parameter phaseValue should be final. | 437 | |
| coding | HiddenField | 'phaseValue' hides a field. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| misc | FinalParameters | Parameter SetFile should be final. | 454 | |
| naming | ParameterName | Name 'SetFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
| misc | FinalParameters | Parameter Id should be final. | 454 | |
| naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 478 | |
| misc | FinalParameters | Parameter parameterType should be final. | 480 | |
| coding | HiddenField | 'parameterType' hides a field. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| misc | FinalParameters | Parameter ParameterFile should be final. | 491 | |
| coding | HiddenField | 'ParameterFile' hides a field. | 491 | |
| naming | ParameterName | Name 'ParameterFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 500 | |
| misc | FinalParameters | Parameter InitialFile should be final. | 502 | |
| naming | ParameterName | Name 'InitialFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| misc | FinalParameters | Parameter ProblemFile should be final. | 513 | |
| coding | HiddenField | 'ProblemFile' hides a field. | 513 | |
| naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| misc | FinalParameters | Parameter SolutionFile should be final. | 527 | |
| coding | HiddenField | 'SolutionFile' hides a field. | 527 | |
| naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| misc | FinalParameters | Parameter unit should be final. | 536 | |
| coding | HiddenField | 'unit' hides a field. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| misc | FinalParameters | Parameter unit should be final. | 547 | |
| coding | HiddenField | 'unit' hides a field. | 547 | |
| misc | FinalParameters | Parameter Precision should be final. | 547 | |
| naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| misc | FinalParameters | Parameter Precision should be final. | 558 | |
| naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| misc | FinalParameters | Parameter File should be final. | 581 | |
| naming | ParameterName | Name 'File' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 | |
| coding | MagicNumber | '64' is a magic number. | 594 | |
| coding | MagicNumber | '16' is a magic number. | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 613 | |
| blocks | RightCurly | '}' at column 5 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). | 618 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 622 | |
| blocks | RightCurly | '}' at column 5 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). | 627 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 654 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 669 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 669 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 671 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 673 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 682 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 684 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 691 | |
| misc | FinalParameters | Parameter time should be final. | 694 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 715 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 722 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 724 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 735 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 741 | |
| misc | FinalParameters | Parameter isVsdpj should be final. | 749 | |
| coding | HiddenField | 'isVsdpj' hides a field. | 749 | |
| misc | FinalParameters | Parameter vsolution should be final. | 763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 | |
| coding | HiddenField | 'vsolution' hides a field. | 763 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| misc | FinalParameters | Parameter problem should be final. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 | |
| coding | HiddenField | 'problem' hides a field. | 777 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 | |
| misc | FinalParameters | Parameter elapsedTIME should be final. | 791 | |
| coding | HiddenField | 'elapsedTIME' hides a field. | 791 | |
| misc | FinalParameters | Parameter currentPt should be final. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 | |
| coding | HiddenField | 'currentPt' hides a field. | 805 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 819 | |
| misc | FinalParameters | Parameter solutionInformation should be final. | 819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 | |
| coding | HiddenField | 'solutionInformation' hides a field. | 819 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 | |
| misc | FinalParameters | Parameter solver should be final. | 833 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 | |
| coding | HiddenField | 'solver' hides a field. | 833 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 195). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 59 | |
| 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. | 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 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| 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. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| 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. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 97 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| misc | FinalParameters | Parameter problem should be final. | 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 | |
| coding | HiddenField | 'problem' hides a field. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| misc | FinalParameters | Parameter dataFile should be final. | 133 | |
| coding | HiddenField | 'dataFile' hides a field. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| misc | FinalParameters | Parameter initFile should be final. | 142 | |
| coding | HiddenField | 'initFile' hides a field. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter outFile should be final. | 151 | |
| coding | HiddenField | 'outFile' hides a field. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| misc | FinalParameters | Parameter paraFile should be final. | 160 | |
| coding | HiddenField | 'paraFile' hides a field. | 160 | |
| misc | FinalParameters | Parameter isInitFile should be final. | 167 | |
| coding | HiddenField | 'isInitFile' hides a field. | 167 | |
| misc | FinalParameters | Parameter isInitSparse should be final. | 174 | |
| coding | HiddenField | 'isInitSparse' hides a field. | 174 | |
| misc | FinalParameters | Parameter isDataSparse should be final. | 181 | |
| coding | HiddenField | 'isDataSparse' hides a field. | 181 | |
| misc | FinalParameters | Parameter isParameter should be final. | 188 | |
| coding | HiddenField | 'isParameter' hides a field. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| misc | FinalParameters | Parameter parameterType should be final. | 197 | |
| coding | HiddenField | 'parameterType' hides a field. | 197 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| misc | FinalParameters | Parameter display should be final. | 206 | |
| coding | HiddenField | 'display' hides a field. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| misc | FinalParameters | Parameter fpOut should be final. | 215 | |
| coding | HiddenField | 'fpOut' hides a field. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| misc | FinalParameters | Parameter unit should be final. | 224 | |
| coding | HiddenField | 'unit' hides a field. | 224 | |
| coding | MagicNumber | '10' is a magic number. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| misc | FinalParameters | Parameter kappa should be final. | 246 | |
| coding | HiddenField | 'kappa' hides a field. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| misc | FinalParameters | Parameter mu should be final. | 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 | |
| coding | HiddenField | 'mu' hides a field. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| misc | FinalParameters | Parameter relativeGap should be final. | 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 | |
| coding | HiddenField | 'relativeGap' hides a field. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 290 | |
| misc | FinalParameters | Parameter solutionInformation should be final. | 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 | JavadocStyle | First sentence should end with a period. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 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 | |
| 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 84). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 365 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 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 | |
| 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 93). | 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 | |
| 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 93). | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 398 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 493 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 494 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 495 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| misc | FinalParameters | Parameter io should be final. | 527 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 | |
| coding | HiddenField | 'io' hides a field. | 527 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| misc | FinalParameters | Parameter currentPt should be final. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 | |
| coding | HiddenField | 'currentPt' hides a field. | 536 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| misc | FinalParameters | Parameter vsolution should be final. | 545 | |
| coding | HiddenField | 'vsolution' hides a field. | 545 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| misc | FinalParameters | Parameter isDisplay should be final. | 563 | |
| coding | HiddenField | 'isDisplay' hides a field. | 563 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| misc | FinalParameters | Parameter phaseValue should be final. | 581 | |
| coding | HiddenField | 'phaseValue' hides a field. | 581 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 596 | |
| misc | FinalParameters | Parameter isVsdpj should be final. | 599 | |
| coding | HiddenField | 'isVsdpj' hides a field. | 599 | |
| 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 | |
| misc | FinalParameters | Parameter vsolution should be final. | 617 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 | |
| coding | HiddenField | 'vsolution' hides a field. | 617 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| misc | FinalParameters | Parameter isSolver should be final. | 644 | |
| coding | HiddenField | 'isSolver' hides a field. | 644 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| misc | FinalParameters | Parameter tempCurrentPt should be final. | 662 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 | |
| coding | HiddenField | 'tempCurrentPt' hides a field. | 662 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 668 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 674 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 679 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 319). | 69 | |
| misc | FinalParameters | Parameter mDIM should be final. | 69 | |
| misc | FinalParameters | Parameter nBLOCK should be final. | 69 | |
| misc | FinalParameters | Parameter bLOCKsTRUCT0 should be final. | 69 | |
| misc | FinalParameters | Parameter c0 should be final. | 69 | |
| misc | FinalParameters | Parameter sdpaF should be final. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| naming | LocalVariableName | Name 'Fsize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 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 152). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 | |
| 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 | |
| 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 | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 295). | 158 | |
| misc | FinalParameters | Parameter A0 should be final. | 158 | |
| naming | ParameterName | Name 'A0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| misc | FinalParameters | Parameter b0 should be final. | 158 | |
| misc | FinalParameters | Parameter c0 should be final. | 158 | |
| misc | FinalParameters | Parameter k0 should be final. | 158 | |
| naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 | |
| naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 | |
| naming | LocalVariableName | Name 'Fsize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 | |
| 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 | WhitespaceAfter | 'typecast' is not followed by whitespace. | 223 | |
| 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. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 | |
| naming | StaticVariableName | Name 'REVERSE_PRIMAL_DUAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| design | VisibilityModifier | Variable 'REVERSE_PRIMAL_DUAL' must be private and have accessor methods. | 20 | |
| misc | FinalParameters | Parameter mess should be final. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter mess should be final. | 38 | |
| misc | FinalParameters | Parameter output should be final. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter message should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 59 | |
| naming | MethodName | Name 'NumericalScalarToInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| misc | FinalParameters | Parameter num should be final. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter fileName should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 103 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 103 | |
| whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 112 | |
| whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 113 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 115 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |