The following document contains the results of Checkstyle 8.19 with sun_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
115 | 0 | 0 | 14371 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | Error |
RightCurly | 5 | Error | |
coding | HiddenField | 239 | Error |
InnerAssignment | 1 | Error | |
MagicNumber | 825 | Error | |
MissingSwitchDefault | 6 | Error | |
SimplifyBooleanExpression | 159 | Error | |
design | FinalClass | 1 | Error |
HideUtilityClassConstructor | 11 | Error | |
VisibilityModifier | 52 | Error | |
javadoc | JavadocMethod | 14 | Error |
JavadocPackage | 15 | Error | |
JavadocStyle | 701 | Error | |
JavadocType | 2 | Error | |
JavadocVariable | 6 | Error | |
misc | ArrayTypeStyle | 2 | Error |
FinalParameters | 2151 | Error | |
NewlineAtEndOfFile | 7 | Error | |
modifier | ModifierOrder | 9 | Error |
RedundantModifier | 5 | Error | |
naming | ConstantName | 2 | Error |
LocalFinalVariableName | 41 | Error | |
LocalVariableName | 325 | Error | |
MemberName | 39 | Error | |
MethodName | 51 | Error | |
ParameterName | 107 | Error | |
StaticVariableName | 1 | Error | |
TypeName | 1 | Error | |
regexp | RegexpSingleline
|
3226 | Error |
sizes | FileLength | 2 | Error |
LineLength | 2481 | Error | |
MethodLength | 16 | Error | |
ParameterNumber | 70 | Error | |
whitespace | FileTabCharacter | 3 | Error |
GenericWhitespace | 16 | Error | |
ParenPad | 1 | Error | |
WhitespaceAfter | 3735 | Error | |
WhitespaceAround | 42 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
Error | misc | FinalParameters | Parameter args should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 50 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 216). | 63 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | design | VisibilityModifier | Variable 'sdpjType' must be private and have accessor methods. | 65 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
Error | misc | FinalParameters | Parameter type should be final. | 67 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Error | naming | LocalFinalVariableName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | coding | MagicNumber | '16' is a magic number. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 88 |
Error | misc | FinalParameters | Parameter problemFile should be final. | 103 |
Error | coding | MagicNumber | '16' is a magic number. | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 3,565 lines (max allowed is 2,000). | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 42 |
Error | misc | FinalParameters | Parameter a should be final. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | misc | FinalParameters | Parameter eigenValues should be final. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | misc | FinalParameters | Parameter workVec should be final. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | coding | MagicNumber | '3' is a magic number. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 331). | 84 |
Error | misc | FinalParameters | Parameter a should be final. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | misc | FinalParameters | Parameter eigenVec should be final. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | misc | FinalParameters | Parameter workVec should be final. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
Error | coding | MagicNumber | '3' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 92 |
Error | naming | LocalVariableName | Name 'min_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 97 |
Error | coding | MagicNumber | '3' is a magic number. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
Error | naming | LocalVariableName | Name 'tmp_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 282). | 121 |
Error | misc | FinalParameters | Parameter a should be final. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | misc | FinalParameters | Parameter b should be final. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 140 |
Error | misc | FinalParameters | Parameter a should be final. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | misc | FinalParameters | Parameter b should be final. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 166 |
Error | misc | FinalParameters | Parameter a should be final. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | misc | FinalParameters | Parameter b should be final. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 174 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 293). | 193 |
Error | misc | FinalParameters | Parameter a should be final. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | misc | FinalParameters | Parameter b should be final. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 195 |
Error | coding | MagicNumber | '4' is a magic number. | 208 |
Error | coding | MagicNumber | '4' is a magic number. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 252 |
Error | coding | MagicNumber | '3' is a magic number. | 255 |
Error | coding | MagicNumber | '3' is a magic number. | 256 |
Error | coding | MagicNumber | '3' is a magic number. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 262 |
Error | coding | MagicNumber | '4' is a magic number. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 302). | 291 |
Error | misc | FinalParameters | Parameter a should be final. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | misc | FinalParameters | Parameter b should be final. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 293 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 316 |
Error | misc | FinalParameters | Parameter a should be final. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | misc | FinalParameters | Parameter b should be final. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 318 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 282). | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | misc | FinalParameters | Parameter a should be final. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 350 |
Error | coding | MagicNumber | '4' is a magic number. | 355 |
Error | coding | MagicNumber | '4' is a magic number. | 356 |
Error | coding | MagicNumber | '4' is a magic number. | 362 |
Error | coding | MagicNumber | '3' is a magic number. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 371 |
Error | coding | MagicNumber | '4' is a magic number. | 373 |
Error | coding | MagicNumber | '4' is a magic number. | 374 |
Error | coding | MagicNumber | '4' is a magic number. | 381 |
Error | coding | MagicNumber | '3' is a magic number. | 385 |
Error | coding | MagicNumber | '3' is a magic number. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 296). | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | misc | FinalParameters | Parameter a should be final. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 204). | 413 |
Error | coding | MagicNumber | '4' is a magic number. | 416 |
Error | coding | MagicNumber | '4' is a magic number. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 419 |
Error | coding | MagicNumber | '4' is a magic number. | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 422 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 425 |
Error | coding | MagicNumber | '3' is a magic number. | 425 |
Error | coding | MagicNumber | '3' is a magic number. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | misc | FinalParameters | Parameter a should be final. | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 444 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 444 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 463 |
Error | misc | FinalParameters | Parameter a should be final. | 463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 470 |
Error | naming | LocalVariableName | Name 'aMat_index2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 |
Error | naming | LocalVariableName | Name 'aMat_index1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 485 |
Error | coding | MagicNumber | '5' is a magic number. | 489 |
Error | coding | MagicNumber | '10' is a magic number. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 492 |
Error | naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 518 |
Error | misc | FinalParameters | Parameter a should be final. | 518 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 283). | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | misc | FinalParameters | Parameter a should be final. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | coding | MagicNumber | '4' is a magic number. | 543 |
Error | coding | MagicNumber | '4' is a magic number. | 544 |
Error | coding | MagicNumber | '4' is a magic number. | 552 |
Error | naming | LocalVariableName | Name 'index_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 554 |
Error | naming | LocalVariableName | Name 'index_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 |
Error | naming | LocalVariableName | Name 'index_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 562 |
Error | coding | MagicNumber | '3' is a magic number. | 565 |
Error | naming | LocalVariableName | Name 'index_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 |
Error | coding | MagicNumber | '3' is a magic number. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | misc | FinalParameters | Parameter a should be final. | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 588 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 588 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 277). | 606 |
Error | misc | FinalParameters | Parameter a should be final. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | misc | FinalParameters | Parameter a should be final. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | misc | FinalParameters | Parameter b should be final. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 638 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | misc | FinalParameters | Parameter a should be final. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | misc | FinalParameters | Parameter b should be final. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 659 |
Error | misc | FinalParameters | Parameter scalar should be final. | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 665 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 670 |
Error | coding | MagicNumber | '4' is a magic number. | 674 |
Error | coding | MagicNumber | '4' is a magic number. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 677 |
Error | coding | MagicNumber | '4' is a magic number. | 681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 685 |
Error | coding | MagicNumber | '3' is a magic number. | 685 |
Error | coding | MagicNumber | '3' is a magic number. | 685 |
Error | coding | MagicNumber | '3' is a magic number. | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 307). | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | misc | FinalParameters | Parameter a should be final. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | misc | FinalParameters | Parameter b should be final. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 708 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 713 |
Error | coding | MagicNumber | '4' is a magic number. | 717 |
Error | coding | MagicNumber | '4' is a magic number. | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 720 |
Error | coding | MagicNumber | '4' is a magic number. | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 728 |
Error | coding | MagicNumber | '3' is a magic number. | 728 |
Error | coding | MagicNumber | '3' is a magic number. | 728 |
Error | coding | MagicNumber | '3' is a magic number. | 728 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 736 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 738 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | misc | FinalParameters | Parameter a should be final. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | misc | FinalParameters | Parameter b should be final. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 748 |
Error | misc | FinalParameters | Parameter scalar should be final. | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 758 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 758 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 759 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 766 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 769 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 770 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 771 |
Error | naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 775 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 778 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 780 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 785 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 790 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 791 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 794 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 798 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 799 |
Error | coding | MagicNumber | '4' is a magic number. | 802 |
Error | coding | MagicNumber | '4' is a magic number. | 803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 805 |
Error | coding | MagicNumber | '4' is a magic number. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 813 |
Error | coding | MagicNumber | '3' is a magic number. | 813 |
Error | coding | MagicNumber | '3' is a magic number. | 813 |
Error | coding | MagicNumber | '3' is a magic number. | 813 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 821 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 823 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | misc | FinalParameters | Parameter a should be final. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | misc | FinalParameters | Parameter b should be final. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 838 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 842 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 843 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 851 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 856 |
Error | naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 858 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 862 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 863 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 865 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 867 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 869 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 870 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 875 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 875 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 879 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 883 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 884 |
Error | coding | MagicNumber | '4' is a magic number. | 887 |
Error | coding | MagicNumber | '4' is a magic number. | 888 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 890 |
Error | coding | MagicNumber | '4' is a magic number. | 894 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 898 |
Error | coding | MagicNumber | '3' is a magic number. | 898 |
Error | coding | MagicNumber | '3' is a magic number. | 898 |
Error | coding | MagicNumber | '3' is a magic number. | 898 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 906 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 907 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 908 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | misc | FinalParameters | Parameter a should be final. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | misc | FinalParameters | Parameter b should be final. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 918 |
Error | misc | FinalParameters | Parameter scalar should be final. | 918 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 924 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 928 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 928 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 929 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 937 |
Error | naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 937 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 938 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 939 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 939 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 942 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 944 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 946 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 949 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 951 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 952 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 954 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 956 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 961 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 961 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 966 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 970 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 970 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 971 |
Error | coding | MagicNumber | '4' is a magic number. | 974 |
Error | coding | MagicNumber | '4' is a magic number. | 975 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 977 |
Error | coding | MagicNumber | '4' is a magic number. | 981 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 982 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 983 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 984 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 985 |
Error | coding | MagicNumber | '3' is a magic number. | 985 |
Error | coding | MagicNumber | '3' is a magic number. | 985 |
Error | coding | MagicNumber | '3' is a magic number. | 985 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 993 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 994 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 995 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | misc | FinalParameters | Parameter a should be final. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | misc | FinalParameters | Parameter b should be final. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1004 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1010 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1010 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1014 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1014 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1023 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1023 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1024 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1025 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1025 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1030 |
Error | naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1030 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1031 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1032 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1033 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1035 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1037 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1038 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1038 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1042 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1047 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1047 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1048 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 1051 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1056 |
Error | coding | MagicNumber | '4' is a magic number. | 1058 |
Error | coding | MagicNumber | '4' is a magic number. | 1059 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1061 |
Error | coding | MagicNumber | '4' is a magic number. | 1065 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1067 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1068 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1069 |
Error | coding | MagicNumber | '3' is a magic number. | 1069 |
Error | coding | MagicNumber | '3' is a magic number. | 1069 |
Error | coding | MagicNumber | '3' is a magic number. | 1069 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | misc | FinalParameters | Parameter a should be final. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1086 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1086 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1087 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | misc | FinalParameters | Parameter a should be final. | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1111 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 280). | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | misc | FinalParameters | Parameter a should be final. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1131 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | misc | FinalParameters | Parameter a should be final. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1146 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 297). | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | misc | FinalParameters | Parameter a should be final. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | misc | FinalParameters | Parameter b should be final. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 1177 |
Error | coding | MagicNumber | '4' is a magic number. | 1180 |
Error | coding | MagicNumber | '4' is a magic number. | 1181 |
Error | coding | MagicNumber | '4' is a magic number. | 1187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1191 |
Error | coding | MagicNumber | '3' is a magic number. | 1191 |
Error | coding | MagicNumber | '3' is a magic number. | 1191 |
Error | coding | MagicNumber | '3' is a magic number. | 1191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | misc | FinalParameters | Parameter a should be final. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | misc | FinalParameters | Parameter b should be final. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 1219 |
Error | coding | MagicNumber | '4' is a magic number. | 1222 |
Error | coding | MagicNumber | '4' is a magic number. | 1223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1225 |
Error | coding | MagicNumber | '4' is a magic number. | 1229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1233 |
Error | coding | MagicNumber | '3' is a magic number. | 1233 |
Error | coding | MagicNumber | '3' is a magic number. | 1233 |
Error | coding | MagicNumber | '3' is a magic number. | 1233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | misc | FinalParameters | Parameter a should be final. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | misc | FinalParameters | Parameter b should be final. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1251 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | misc | FinalParameters | Parameter a should be final. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | misc | FinalParameters | Parameter b should be final. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | misc | FinalParameters | Parameter a should be final. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | misc | FinalParameters | Parameter b should be final. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1301 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | misc | FinalParameters | Parameter a should be final. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | misc | FinalParameters | Parameter b should be final. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1327 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1333 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | misc | FinalParameters | Parameter a should be final. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | misc | FinalParameters | Parameter b should be final. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1350 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1358 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | misc | FinalParameters | Parameter a should be final. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | misc | FinalParameters | Parameter b should be final. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1379 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | misc | FinalParameters | Parameter a should be final. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | misc | FinalParameters | Parameter b should be final. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1399 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | misc | FinalParameters | Parameter a should be final. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | misc | FinalParameters | Parameter b should be final. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1428 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1431 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1450 |
Error | misc | FinalParameters | Parameter a should be final. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | misc | FinalParameters | Parameter b should be final. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1450 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1456 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 1461 |
Error | coding | MagicNumber | '4' is a magic number. | 1466 |
Error | coding | MagicNumber | '4' is a magic number. | 1467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1469 |
Error | coding | MagicNumber | '4' is a magic number. | 1473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1477 |
Error | coding | MagicNumber | '3' is a magic number. | 1477 |
Error | coding | MagicNumber | '3' is a magic number. | 1477 |
Error | coding | MagicNumber | '3' is a magic number. | 1477 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1485 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1496 |
Error | misc | FinalParameters | Parameter a should be final. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | misc | FinalParameters | Parameter b should be final. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1502 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 1507 |
Error | coding | MagicNumber | '4' is a magic number. | 1511 |
Error | coding | MagicNumber | '4' is a magic number. | 1512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1514 |
Error | coding | MagicNumber | '4' is a magic number. | 1518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1522 |
Error | coding | MagicNumber | '3' is a magic number. | 1522 |
Error | coding | MagicNumber | '3' is a magic number. | 1522 |
Error | coding | MagicNumber | '3' is a magic number. | 1522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1540 |
Error | misc | FinalParameters | Parameter a should be final. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | misc | FinalParameters | Parameter b should be final. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1540 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1545 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1564 |
Error | misc | FinalParameters | Parameter a should be final. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | misc | FinalParameters | Parameter b should be final. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1569 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1572 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1572 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1579 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1591 |
Error | misc | FinalParameters | Parameter a should be final. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | misc | FinalParameters | Parameter b should be final. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1591 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 1603 |
Error | coding | MagicNumber | '4' is a magic number. | 1607 |
Error | coding | MagicNumber | '4' is a magic number. | 1608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1610 |
Error | coding | MagicNumber | '4' is a magic number. | 1614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1618 |
Error | coding | MagicNumber | '3' is a magic number. | 1618 |
Error | coding | MagicNumber | '3' is a magic number. | 1618 |
Error | coding | MagicNumber | '3' is a magic number. | 1618 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1637 |
Error | misc | FinalParameters | Parameter a should be final. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | misc | FinalParameters | Parameter b should be final. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1643 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 1649 |
Error | coding | MagicNumber | '4' is a magic number. | 1653 |
Error | coding | MagicNumber | '4' is a magic number. | 1654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1656 |
Error | coding | MagicNumber | '4' is a magic number. | 1660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1664 |
Error | coding | MagicNumber | '3' is a magic number. | 1664 |
Error | coding | MagicNumber | '3' is a magic number. | 1664 |
Error | coding | MagicNumber | '3' is a magic number. | 1664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1682 |
Error | misc | FinalParameters | Parameter a should be final. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | misc | FinalParameters | Parameter b should be final. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1687 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1706 |
Error | misc | FinalParameters | Parameter a should be final. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | misc | FinalParameters | Parameter b should be final. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1708 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1712 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | misc | FinalParameters | Parameter a should be final. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | misc | FinalParameters | Parameter b should be final. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1724 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1730 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 288). | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | misc | FinalParameters | Parameter a should be final. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | misc | FinalParameters | Parameter b should be final. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1750 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1755 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 289). | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | misc | FinalParameters | Parameter a should be final. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | misc | FinalParameters | Parameter b should be final. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1766 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1776 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 314). | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | misc | FinalParameters | Parameter a should be final. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | misc | FinalParameters | Parameter b should be final. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1788 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1789 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1801 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1808 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | misc | FinalParameters | Parameter a should be final. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | misc | FinalParameters | Parameter b should be final. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1820 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1834 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1841 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1843 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | misc | FinalParameters | Parameter a should be final. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | misc | FinalParameters | Parameter b should be final. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1854 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1867 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1874 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | misc | FinalParameters | Parameter a should be final. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | misc | FinalParameters | Parameter b should be final. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1886 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1887 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1892 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1898 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1899 |
Error | coding | MagicNumber | '4' is a magic number. | 1902 |
Error | coding | MagicNumber | '4' is a magic number. | 1903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1921 |
Error | coding | MagicNumber | '4' is a magic number. | 1921 |
Error | coding | MagicNumber | '3' is a magic number. | 1958 |
Error | coding | MagicNumber | '3' is a magic number. | 1959 |
Error | coding | MagicNumber | '3' is a magic number. | 1960 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1973 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1974 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1980 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1980 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1981 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1983 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1990 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1992 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | misc | FinalParameters | Parameter a should be final. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | misc | FinalParameters | Parameter b should be final. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2002 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2006 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2011 |
Error | coding | MagicNumber | '4' is a magic number. | 2014 |
Error | coding | MagicNumber | '4' is a magic number. | 2015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2033 |
Error | coding | MagicNumber | '4' is a magic number. | 2033 |
Error | coding | MagicNumber | '3' is a magic number. | 2070 |
Error | coding | MagicNumber | '3' is a magic number. | 2071 |
Error | coding | MagicNumber | '3' is a magic number. | 2072 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2086 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2092 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2095 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | misc | FinalParameters | Parameter a should be final. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | misc | FinalParameters | Parameter b should be final. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2118 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2123 |
Error | coding | MagicNumber | '4' is a magic number. | 2126 |
Error | coding | MagicNumber | '4' is a magic number. | 2127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2145 |
Error | coding | MagicNumber | '4' is a magic number. | 2145 |
Error | coding | MagicNumber | '3' is a magic number. | 2182 |
Error | coding | MagicNumber | '3' is a magic number. | 2183 |
Error | coding | MagicNumber | '3' is a magic number. | 2184 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2198 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | misc | FinalParameters | Parameter a should be final. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | misc | FinalParameters | Parameter b should be final. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2226 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2227 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2232 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2238 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2239 |
Error | coding | MagicNumber | '4' is a magic number. | 2241 |
Error | coding | MagicNumber | '4' is a magic number. | 2242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2260 |
Error | coding | MagicNumber | '4' is a magic number. | 2260 |
Error | coding | MagicNumber | '3' is a magic number. | 2297 |
Error | coding | MagicNumber | '3' is a magic number. | 2298 |
Error | coding | MagicNumber | '3' is a magic number. | 2299 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2312 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2313 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2319 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | misc | FinalParameters | Parameter a should be final. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | misc | FinalParameters | Parameter b should be final. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2346 |
Error | coding | MagicNumber | '4' is a magic number. | 2352 |
Error | coding | MagicNumber | '4' is a magic number. | 2353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2371 |
Error | coding | MagicNumber | '4' is a magic number. | 2371 |
Error | coding | MagicNumber | '3' is a magic number. | 2408 |
Error | coding | MagicNumber | '3' is a magic number. | 2409 |
Error | coding | MagicNumber | '3' is a magic number. | 2410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2434 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | misc | FinalParameters | Parameter a should be final. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | misc | FinalParameters | Parameter b should be final. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2450 |
Error | coding | MagicNumber | '4' is a magic number. | 2454 |
Error | coding | MagicNumber | '4' is a magic number. | 2455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2473 |
Error | coding | MagicNumber | '4' is a magic number. | 2473 |
Error | coding | MagicNumber | '3' is a magic number. | 2510 |
Error | coding | MagicNumber | '3' is a magic number. | 2511 |
Error | coding | MagicNumber | '3' is a magic number. | 2512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2529 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2536 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 314). | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | misc | FinalParameters | Parameter a should be final. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | misc | FinalParameters | Parameter b should be final. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2548 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2554 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2554 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2557 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | misc | FinalParameters | Parameter a should be final. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | misc | FinalParameters | Parameter b should be final. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2591 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 329). | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | misc | FinalParameters | Parameter a should be final. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | misc | FinalParameters | Parameter b should be final. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2603 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2608 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2611 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2611 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2618 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | misc | FinalParameters | Parameter a should be final. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | misc | FinalParameters | Parameter b should be final. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2636 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2643 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | misc | FinalParameters | Parameter a should be final. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | misc | FinalParameters | Parameter b should be final. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2659 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2661 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2670 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | misc | FinalParameters | Parameter a should be final. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | misc | FinalParameters | Parameter b should be final. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2680 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2685 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | misc | FinalParameters | Parameter a should be final. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | misc | FinalParameters | Parameter b should be final. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2711 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2711 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2714 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2721 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | misc | FinalParameters | Parameter a should be final. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | misc | FinalParameters | Parameter b should be final. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2732 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2740 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2747 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | misc | FinalParameters | Parameter a should be final. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | misc | FinalParameters | Parameter b should be final. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2759 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2764 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2767 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2767 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2774 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | misc | FinalParameters | Parameter a should be final. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | misc | FinalParameters | Parameter b should be final. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2785 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2790 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2790 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2800 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | misc | FinalParameters | Parameter a should be final. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | misc | FinalParameters | Parameter b should be final. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2826 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 295). | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | misc | FinalParameters | Parameter a should be final. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2838 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2838 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2841 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2848 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | misc | FinalParameters | Parameter a should be final. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2860 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2860 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2863 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2870 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | misc | FinalParameters | Parameter a should be final. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2882 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2885 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2892 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2894 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | misc | FinalParameters | Parameter a should be final. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | misc | FinalParameters | Parameter b should be final. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2905 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2906 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2912 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2920 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 307). | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | misc | FinalParameters | Parameter a should be final. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | misc | FinalParameters | Parameter b should be final. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2933 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2949 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | misc | FinalParameters | Parameter a should be final. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | misc | FinalParameters | Parameter b should be final. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2962 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2963 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2969 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2984 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2988 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | misc | FinalParameters | Parameter a should be final. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | misc | FinalParameters | Parameter b should be final. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3000 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3024 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3028 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3030 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | misc | FinalParameters | Parameter a should be final. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | misc | FinalParameters | Parameter b should be final. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3041 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3041 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3042 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3048 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3059 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | misc | FinalParameters | Parameter a should be final. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | misc | FinalParameters | Parameter b should be final. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3071 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3072 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3091 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | misc | FinalParameters | Parameter a should be final. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | misc | FinalParameters | Parameter b should be final. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3104 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3105 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | misc | FinalParameters | Parameter a should be final. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | misc | FinalParameters | Parameter b should be final. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 348). | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | misc | FinalParameters | Parameter a should be final. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | misc | FinalParameters | Parameter b should be final. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3168 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3169 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 337). | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | misc | FinalParameters | Parameter a should be final. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | misc | FinalParameters | Parameter b should be final. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3208 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 349). | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | misc | FinalParameters | Parameter a should be final. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | misc | FinalParameters | Parameter b should be final. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3248 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3249 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | misc | FinalParameters | Parameter a should be final. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | misc | FinalParameters | Parameter b should be final. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 349). | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | misc | FinalParameters | Parameter a should be final. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | misc | FinalParameters | Parameter b should be final. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3311 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3312 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3319 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | misc | FinalParameters | Parameter a should be final. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | misc | FinalParameters | Parameter b should be final. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | misc | FinalParameters | Parameter a should be final. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | misc | FinalParameters | Parameter b should be final. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3375 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 3402 |
Error | misc | FinalParameters | Parameter a should be final. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | misc | FinalParameters | Parameter b should be final. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3402 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3412 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 3424 |
Error | misc | FinalParameters | Parameter a should be final. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | misc | FinalParameters | Parameter b should be final. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3424 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3434 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 3446 |
Error | misc | FinalParameters | Parameter a should be final. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | misc | FinalParameters | Parameter b should be final. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 3468 |
Error | misc | FinalParameters | Parameter a should be final. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | misc | FinalParameters | Parameter b should be final. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3468 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3478 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 3490 |
Error | misc | FinalParameters | Parameter a should be final. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | misc | FinalParameters | Parameter b should be final. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3500 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 310). | 3512 |
Error | misc | FinalParameters | Parameter a should be final. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | misc | FinalParameters | Parameter b should be final. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3512 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 3534 |
Error | misc | FinalParameters | Parameter a should be final. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | misc | FinalParameters | Parameter b should be final. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3534 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3544 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 3556 |
Error | misc | FinalParameters | Parameter a should be final. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Error | misc | FinalParameters | Parameter b should be final. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3556 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 3,699 lines (max allowed is 2,000). | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 52 |
Error | misc | FinalParameters | Parameter a should be final. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | misc | FinalParameters | Parameter eigenValues should be final. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | misc | FinalParameters | Parameter workVec should be final. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | coding | MagicNumber | '3' is a magic number. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 331). | 94 |
Error | misc | FinalParameters | Parameter a should be final. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | misc | FinalParameters | Parameter eigenVec should be final. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | misc | FinalParameters | Parameter workVec should be final. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 97 |
Error | coding | MagicNumber | '3' is a magic number. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
Error | naming | LocalVariableName | Name 'min_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | coding | MagicNumber | '3' is a magic number. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 112 |
Error | naming | LocalVariableName | Name 'tmp_eigen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 282). | 131 |
Error | misc | FinalParameters | Parameter a should be final. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | misc | FinalParameters | Parameter b should be final. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 145 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 166 |
Error | misc | FinalParameters | Parameter a should be final. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | misc | FinalParameters | Parameter b should be final. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 180 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 184 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 187 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 209 |
Error | misc | FinalParameters | Parameter a should be final. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | misc | FinalParameters | Parameter b should be final. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 217 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 293). | 236 |
Error | misc | FinalParameters | Parameter a should be final. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | misc | FinalParameters | Parameter b should be final. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 238 |
Error | coding | MagicNumber | '4' is a magic number. | 251 |
Error | coding | MagicNumber | '4' is a magic number. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 295 |
Error | coding | MagicNumber | '3' is a magic number. | 298 |
Error | coding | MagicNumber | '3' is a magic number. | 299 |
Error | coding | MagicNumber | '3' is a magic number. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 305 |
Error | coding | MagicNumber | '4' is a magic number. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 302). | 334 |
Error | misc | FinalParameters | Parameter a should be final. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | misc | FinalParameters | Parameter b should be final. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 336 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 344 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 348 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 352 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 357 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 361 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 364 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 364 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 364 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 366 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 385 |
Error | misc | FinalParameters | Parameter a should be final. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | misc | FinalParameters | Parameter b should be final. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 387 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 395 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 410 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 417 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 424 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 426 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 436 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 439 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 446 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 456 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 456 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 465 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 282). | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | misc | FinalParameters | Parameter a should be final. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 485 |
Error | coding | MagicNumber | '4' is a magic number. | 490 |
Error | coding | MagicNumber | '4' is a magic number. | 491 |
Error | coding | MagicNumber | '4' is a magic number. | 497 |
Error | coding | MagicNumber | '3' is a magic number. | 501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 506 |
Error | coding | MagicNumber | '4' is a magic number. | 508 |
Error | coding | MagicNumber | '4' is a magic number. | 509 |
Error | coding | MagicNumber | '4' is a magic number. | 516 |
Error | coding | MagicNumber | '3' is a magic number. | 520 |
Error | coding | MagicNumber | '3' is a magic number. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 296). | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | misc | FinalParameters | Parameter a should be final. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 204). | 547 |
Error | coding | MagicNumber | '4' is a magic number. | 550 |
Error | coding | MagicNumber | '4' is a magic number. | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 553 |
Error | coding | MagicNumber | '4' is a magic number. | 555 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 556 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 559 |
Error | coding | MagicNumber | '3' is a magic number. | 559 |
Error | coding | MagicNumber | '3' is a magic number. | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | misc | FinalParameters | Parameter a should be final. | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 577 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 578 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 578 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 597 |
Error | misc | FinalParameters | Parameter a should be final. | 597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 604 |
Error | naming | LocalVariableName | Name 'aMat_index2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 612 |
Error | naming | LocalVariableName | Name 'aMat_index1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 619 |
Error | coding | MagicNumber | '5' is a magic number. | 623 |
Error | coding | MagicNumber | '10' is a magic number. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 626 |
Error | naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 652 |
Error | misc | FinalParameters | Parameter a should be final. | 652 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 283). | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | misc | FinalParameters | Parameter a should be final. | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 670 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 672 |
Error | coding | MagicNumber | '4' is a magic number. | 677 |
Error | coding | MagicNumber | '4' is a magic number. | 678 |
Error | coding | MagicNumber | '4' is a magic number. | 686 |
Error | naming | LocalVariableName | Name 'index_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 688 |
Error | naming | LocalVariableName | Name 'index_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 692 |
Error | naming | LocalVariableName | Name 'index_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 696 |
Error | coding | MagicNumber | '3' is a magic number. | 699 |
Error | naming | LocalVariableName | Name 'index_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 |
Error | coding | MagicNumber | '3' is a magic number. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | misc | FinalParameters | Parameter a should be final. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 722 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 722 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 277). | 740 |
Error | misc | FinalParameters | Parameter a should be final. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 753 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 760 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | misc | FinalParameters | Parameter a should be final. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | misc | FinalParameters | Parameter b should be final. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 772 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 775 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | misc | FinalParameters | Parameter a should be final. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | misc | FinalParameters | Parameter b should be final. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 793 |
Error | misc | FinalParameters | Parameter scalar should be final. | 793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 799 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 804 |
Error | coding | MagicNumber | '4' is a magic number. | 808 |
Error | coding | MagicNumber | '4' is a magic number. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 811 |
Error | coding | MagicNumber | '4' is a magic number. | 815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 817 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 819 |
Error | coding | MagicNumber | '3' is a magic number. | 819 |
Error | coding | MagicNumber | '3' is a magic number. | 819 |
Error | coding | MagicNumber | '3' is a magic number. | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 307). | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | misc | FinalParameters | Parameter a should be final. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | misc | FinalParameters | Parameter b should be final. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 838 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 842 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 847 |
Error | coding | MagicNumber | '4' is a magic number. | 851 |
Error | coding | MagicNumber | '4' is a magic number. | 852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 854 |
Error | coding | MagicNumber | '4' is a magic number. | 858 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 859 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 860 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 862 |
Error | coding | MagicNumber | '3' is a magic number. | 862 |
Error | coding | MagicNumber | '3' is a magic number. | 862 |
Error | coding | MagicNumber | '3' is a magic number. | 862 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 870 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | misc | FinalParameters | Parameter a should be final. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | misc | FinalParameters | Parameter b should be final. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 882 |
Error | misc | FinalParameters | Parameter scalar should be final. | 882 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 884 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 888 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 888 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 892 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 892 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 893 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 900 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 902 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 904 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 905 |
Error | naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 909 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 910 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 911 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 912 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 914 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 916 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 918 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 919 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 924 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 924 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 928 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 932 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 933 |
Error | coding | MagicNumber | '4' is a magic number. | 936 |
Error | coding | MagicNumber | '4' is a magic number. | 937 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 939 |
Error | coding | MagicNumber | '4' is a magic number. | 943 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 947 |
Error | coding | MagicNumber | '3' is a magic number. | 947 |
Error | coding | MagicNumber | '3' is a magic number. | 947 |
Error | coding | MagicNumber | '3' is a magic number. | 947 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 955 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 957 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | misc | FinalParameters | Parameter a should be final. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | misc | FinalParameters | Parameter b should be final. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 966 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 968 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 972 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 976 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 976 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 977 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 985 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 987 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 988 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 990 |
Error | naming | LocalVariableName | Name 'bMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 992 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 994 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 995 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 996 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 997 |
Error | naming | LocalVariableName | Name 'bMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 999 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1002 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1004 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1009 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 1013 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1017 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1017 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1018 |
Error | coding | MagicNumber | '4' is a magic number. | 1021 |
Error | coding | MagicNumber | '4' is a magic number. | 1022 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1024 |
Error | coding | MagicNumber | '4' is a magic number. | 1028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1029 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1030 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1031 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1032 |
Error | coding | MagicNumber | '3' is a magic number. | 1032 |
Error | coding | MagicNumber | '3' is a magic number. | 1032 |
Error | coding | MagicNumber | '3' is a magic number. | 1032 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1041 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1042 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | misc | FinalParameters | Parameter a should be final. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | misc | FinalParameters | Parameter b should be final. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1052 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1052 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1054 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1058 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1058 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1062 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1062 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1063 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1071 |
Error | naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1073 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1073 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1076 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1078 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1078 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1079 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1080 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1080 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1081 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1083 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1085 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1086 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1086 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1087 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1090 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1095 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1095 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1096 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 1100 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1104 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1105 |
Error | coding | MagicNumber | '4' is a magic number. | 1108 |
Error | coding | MagicNumber | '4' is a magic number. | 1109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1111 |
Error | coding | MagicNumber | '4' is a magic number. | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1119 |
Error | coding | MagicNumber | '3' is a magic number. | 1119 |
Error | coding | MagicNumber | '3' is a magic number. | 1119 |
Error | coding | MagicNumber | '3' is a magic number. | 1119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | misc | FinalParameters | Parameter a should be final. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | misc | FinalParameters | Parameter b should be final. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1144 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1148 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1157 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1159 |
Error | naming | LocalVariableName | Name 'retMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1164 |
Error | naming | LocalVariableName | Name 'aMat_i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1166 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1171 |
Error | naming | LocalVariableName | Name 'aMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1172 |
Error | naming | LocalVariableName | Name 'retMat_j' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1176 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1181 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 1185 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1189 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1190 |
Error | coding | MagicNumber | '4' is a magic number. | 1192 |
Error | coding | MagicNumber | '4' is a magic number. | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1195 |
Error | coding | MagicNumber | '4' is a magic number. | 1199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1203 |
Error | coding | MagicNumber | '3' is a magic number. | 1203 |
Error | coding | MagicNumber | '3' is a magic number. | 1203 |
Error | coding | MagicNumber | '3' is a magic number. | 1203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | misc | FinalParameters | Parameter a should be final. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1220 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | misc | FinalParameters | Parameter a should be final. | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1245 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 280). | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | misc | FinalParameters | Parameter a should be final. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1265 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | misc | FinalParameters | Parameter a should be final. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1280 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 297). | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | misc | FinalParameters | Parameter a should be final. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | misc | FinalParameters | Parameter b should be final. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 1311 |
Error | coding | MagicNumber | '4' is a magic number. | 1314 |
Error | coding | MagicNumber | '4' is a magic number. | 1315 |
Error | coding | MagicNumber | '4' is a magic number. | 1321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1325 |
Error | coding | MagicNumber | '3' is a magic number. | 1325 |
Error | coding | MagicNumber | '3' is a magic number. | 1325 |
Error | coding | MagicNumber | '3' is a magic number. | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | misc | FinalParameters | Parameter a should be final. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | misc | FinalParameters | Parameter b should be final. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1343 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1345 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 1353 |
Error | coding | MagicNumber | '4' is a magic number. | 1356 |
Error | coding | MagicNumber | '4' is a magic number. | 1357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1359 |
Error | coding | MagicNumber | '4' is a magic number. | 1363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1367 |
Error | coding | MagicNumber | '3' is a magic number. | 1367 |
Error | coding | MagicNumber | '3' is a magic number. | 1367 |
Error | coding | MagicNumber | '3' is a magic number. | 1367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | misc | FinalParameters | Parameter a should be final. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | misc | FinalParameters | Parameter b should be final. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1385 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | misc | FinalParameters | Parameter a should be final. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | misc | FinalParameters | Parameter b should be final. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | misc | FinalParameters | Parameter a should be final. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | misc | FinalParameters | Parameter b should be final. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1435 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1440 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | misc | FinalParameters | Parameter a should be final. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | misc | FinalParameters | Parameter b should be final. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1461 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1467 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | misc | FinalParameters | Parameter a should be final. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | misc | FinalParameters | Parameter b should be final. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1489 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1492 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | misc | FinalParameters | Parameter a should be final. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | misc | FinalParameters | Parameter b should be final. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1513 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1516 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | misc | FinalParameters | Parameter a should be final. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | misc | FinalParameters | Parameter b should be final. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1533 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1541 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | misc | FinalParameters | Parameter a should be final. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | misc | FinalParameters | Parameter b should be final. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1565 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1565 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1572 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1584 |
Error | misc | FinalParameters | Parameter a should be final. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | misc | FinalParameters | Parameter b should be final. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1584 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 1595 |
Error | coding | MagicNumber | '4' is a magic number. | 1600 |
Error | coding | MagicNumber | '4' is a magic number. | 1601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1603 |
Error | coding | MagicNumber | '4' is a magic number. | 1607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1611 |
Error | coding | MagicNumber | '3' is a magic number. | 1611 |
Error | coding | MagicNumber | '3' is a magic number. | 1611 |
Error | coding | MagicNumber | '3' is a magic number. | 1611 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1630 |
Error | misc | FinalParameters | Parameter a should be final. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | misc | FinalParameters | Parameter b should be final. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1636 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 1641 |
Error | coding | MagicNumber | '4' is a magic number. | 1645 |
Error | coding | MagicNumber | '4' is a magic number. | 1646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1648 |
Error | coding | MagicNumber | '4' is a magic number. | 1652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1656 |
Error | coding | MagicNumber | '3' is a magic number. | 1656 |
Error | coding | MagicNumber | '3' is a magic number. | 1656 |
Error | coding | MagicNumber | '3' is a magic number. | 1656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1674 |
Error | misc | FinalParameters | Parameter a should be final. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | misc | FinalParameters | Parameter b should be final. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1674 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | naming | MethodName | Name 'tran_multiply' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1698 |
Error | misc | FinalParameters | Parameter a should be final. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | misc | FinalParameters | Parameter b should be final. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1706 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1713 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1725 |
Error | misc | FinalParameters | Parameter a should be final. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | misc | FinalParameters | Parameter b should be final. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1725 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 1737 |
Error | coding | MagicNumber | '4' is a magic number. | 1741 |
Error | coding | MagicNumber | '4' is a magic number. | 1742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1744 |
Error | coding | MagicNumber | '4' is a magic number. | 1748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 1752 |
Error | coding | MagicNumber | '3' is a magic number. | 1752 |
Error | coding | MagicNumber | '3' is a magic number. | 1752 |
Error | coding | MagicNumber | '3' is a magic number. | 1752 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1760 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1762 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1771 |
Error | misc | FinalParameters | Parameter a should be final. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | misc | FinalParameters | Parameter b should be final. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 1783 |
Error | coding | MagicNumber | '4' is a magic number. | 1787 |
Error | coding | MagicNumber | '4' is a magic number. | 1788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1790 |
Error | coding | MagicNumber | '4' is a magic number. | 1794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1798 |
Error | coding | MagicNumber | '3' is a magic number. | 1798 |
Error | coding | MagicNumber | '3' is a magic number. | 1798 |
Error | coding | MagicNumber | '3' is a magic number. | 1798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1816 |
Error | misc | FinalParameters | Parameter a should be final. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | misc | FinalParameters | Parameter b should be final. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1816 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1821 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1821 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1824 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1824 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | naming | MethodName | Name 'multiply_tran' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1840 |
Error | misc | FinalParameters | Parameter a should be final. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | misc | FinalParameters | Parameter b should be final. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1842 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1846 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1848 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | misc | FinalParameters | Parameter a should be final. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | misc | FinalParameters | Parameter b should be final. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1858 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1864 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1868 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 288). | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | misc | FinalParameters | Parameter a should be final. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | misc | FinalParameters | Parameter b should be final. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1879 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1884 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1889 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1891 |
Error | sizes | LineLength | Line is longer than 80 characters (found 289). | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | misc | FinalParameters | Parameter a should be final. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | misc | FinalParameters | Parameter b should be final. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1900 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1905 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1910 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1912 |
Error | sizes | LineLength | Line is longer than 80 characters (found 314). | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | misc | FinalParameters | Parameter a should be final. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | misc | FinalParameters | Parameter b should be final. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1922 |
Error | misc | FinalParameters | Parameter scalar should be final. | 1922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1923 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1927 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1935 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1942 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | misc | FinalParameters | Parameter a should be final. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | misc | FinalParameters | Parameter b should be final. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1954 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1958 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1968 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1975 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1977 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | misc | FinalParameters | Parameter a should be final. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | misc | FinalParameters | Parameter b should be final. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1987 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1988 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2001 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2008 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | misc | FinalParameters | Parameter a should be final. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | misc | FinalParameters | Parameter b should be final. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2020 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2020 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2021 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2026 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2032 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2033 |
Error | coding | MagicNumber | '4' is a magic number. | 2036 |
Error | coding | MagicNumber | '4' is a magic number. | 2037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2055 |
Error | coding | MagicNumber | '4' is a magic number. | 2055 |
Error | coding | MagicNumber | '3' is a magic number. | 2092 |
Error | coding | MagicNumber | '3' is a magic number. | 2093 |
Error | coding | MagicNumber | '3' is a magic number. | 2094 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2107 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2108 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2114 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | misc | FinalParameters | Parameter a should be final. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | misc | FinalParameters | Parameter b should be final. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2140 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2145 |
Error | coding | MagicNumber | '4' is a magic number. | 2148 |
Error | coding | MagicNumber | '4' is a magic number. | 2149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2167 |
Error | coding | MagicNumber | '4' is a magic number. | 2167 |
Error | coding | MagicNumber | '3' is a magic number. | 2204 |
Error | coding | MagicNumber | '3' is a magic number. | 2205 |
Error | coding | MagicNumber | '3' is a magic number. | 2206 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2220 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2229 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | misc | FinalParameters | Parameter a should be final. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | misc | FinalParameters | Parameter b should be final. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2249 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2252 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2257 |
Error | coding | MagicNumber | '4' is a magic number. | 2260 |
Error | coding | MagicNumber | '4' is a magic number. | 2261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2279 |
Error | coding | MagicNumber | '4' is a magic number. | 2279 |
Error | coding | MagicNumber | '3' is a magic number. | 2316 |
Error | coding | MagicNumber | '3' is a magic number. | 2317 |
Error | coding | MagicNumber | '3' is a magic number. | 2318 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2332 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2341 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | misc | FinalParameters | Parameter a should be final. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | misc | FinalParameters | Parameter b should be final. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2360 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2361 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2366 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2372 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2373 |
Error | coding | MagicNumber | '4' is a magic number. | 2375 |
Error | coding | MagicNumber | '4' is a magic number. | 2376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2394 |
Error | coding | MagicNumber | '4' is a magic number. | 2394 |
Error | coding | MagicNumber | '3' is a magic number. | 2431 |
Error | coding | MagicNumber | '3' is a magic number. | 2432 |
Error | coding | MagicNumber | '3' is a magic number. | 2433 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2446 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2447 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2453 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2456 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 304). | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | misc | FinalParameters | Parameter a should be final. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | misc | FinalParameters | Parameter b should be final. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2480 |
Error | coding | MagicNumber | '4' is a magic number. | 2486 |
Error | coding | MagicNumber | '4' is a magic number. | 2487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2505 |
Error | coding | MagicNumber | '4' is a magic number. | 2505 |
Error | coding | MagicNumber | '3' is a magic number. | 2542 |
Error | coding | MagicNumber | '3' is a magic number. | 2543 |
Error | coding | MagicNumber | '3' is a magic number. | 2544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2561 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | misc | FinalParameters | Parameter a should be final. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | misc | FinalParameters | Parameter b should be final. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2579 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2581 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2584 |
Error | coding | MagicNumber | '4' is a magic number. | 2588 |
Error | coding | MagicNumber | '4' is a magic number. | 2589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2607 |
Error | coding | MagicNumber | '4' is a magic number. | 2607 |
Error | coding | MagicNumber | '3' is a magic number. | 2644 |
Error | coding | MagicNumber | '3' is a magic number. | 2645 |
Error | coding | MagicNumber | '3' is a magic number. | 2646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2663 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2670 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 314). | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | misc | FinalParameters | Parameter a should be final. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | misc | FinalParameters | Parameter b should be final. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2682 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2691 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2698 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | misc | FinalParameters | Parameter a should be final. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | misc | FinalParameters | Parameter b should be final. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2709 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2718 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2725 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 329). | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | misc | FinalParameters | Parameter a should be final. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | misc | FinalParameters | Parameter b should be final. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2737 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2742 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2745 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2752 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | misc | FinalParameters | Parameter a should be final. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | misc | FinalParameters | Parameter b should be final. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2770 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2777 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | misc | FinalParameters | Parameter a should be final. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | misc | FinalParameters | Parameter b should be final. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2793 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2795 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2802 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | misc | FinalParameters | Parameter a should be final. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | misc | FinalParameters | Parameter b should be final. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2814 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2822 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2822 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2829 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2831 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | misc | FinalParameters | Parameter a should be final. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | misc | FinalParameters | Parameter b should be final. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2845 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2845 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2848 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2855 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | misc | FinalParameters | Parameter a should be final. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | misc | FinalParameters | Parameter b should be final. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2866 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2871 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2871 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2874 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2881 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | misc | FinalParameters | Parameter a should be final. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | misc | FinalParameters | Parameter b should be final. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2893 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2893 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2901 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2901 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2908 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2910 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | misc | FinalParameters | Parameter a should be final. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | misc | FinalParameters | Parameter b should be final. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2924 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2927 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2934 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | misc | FinalParameters | Parameter a should be final. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | misc | FinalParameters | Parameter b should be final. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2950 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2950 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2953 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2960 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 295). | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | misc | FinalParameters | Parameter a should be final. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2972 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2972 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2975 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2982 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2984 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | misc | FinalParameters | Parameter a should be final. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2994 |
Error | misc | FinalParameters | Parameter scalar should be final. | 2994 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2997 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3004 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 315). | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | misc | FinalParameters | Parameter a should be final. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3016 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3019 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3026 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3028 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | misc | FinalParameters | Parameter a should be final. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | misc | FinalParameters | Parameter b should be final. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3039 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3040 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3046 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3054 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3056 |
Error | sizes | LineLength | Line is longer than 80 characters (found 307). | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | misc | FinalParameters | Parameter a should be final. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | misc | FinalParameters | Parameter b should be final. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3066 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3067 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3083 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 333). | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | misc | FinalParameters | Parameter a should be final. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | misc | FinalParameters | Parameter b should be final. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3096 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3096 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3097 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | misc | FinalParameters | Parameter a should be final. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | misc | FinalParameters | Parameter b should be final. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | misc | FinalParameters | Parameter a should be final. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | misc | FinalParameters | Parameter b should be final. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3175 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3176 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | misc | FinalParameters | Parameter a should be final. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | misc | FinalParameters | Parameter b should be final. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 334). | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | misc | FinalParameters | Parameter a should be final. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | misc | FinalParameters | Parameter b should be final. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3238 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3239 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | misc | FinalParameters | Parameter a should be final. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | misc | FinalParameters | Parameter b should be final. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3269 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 348). | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | misc | FinalParameters | Parameter a should be final. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | misc | FinalParameters | Parameter b should be final. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3302 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3303 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 337). | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | misc | FinalParameters | Parameter a should be final. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | misc | FinalParameters | Parameter b should be final. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3342 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3369 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 349). | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | misc | FinalParameters | Parameter a should be final. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | misc | FinalParameters | Parameter b should be final. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3382 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3383 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3389 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | misc | FinalParameters | Parameter a should be final. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | misc | FinalParameters | Parameter b should be final. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3412 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3413 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 349). | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | misc | FinalParameters | Parameter a should be final. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | misc | FinalParameters | Parameter b should be final. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3445 |
Error | misc | FinalParameters | Parameter scalar should be final. | 3445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3446 |
Error | naming | LocalFinalVariableName | Name 'minus_scalar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 3453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3464 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | misc | FinalParameters | Parameter a should be final. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | misc | FinalParameters | Parameter b should be final. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3477 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3496 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | misc | FinalParameters | Parameter a should be final. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | misc | FinalParameters | Parameter b should be final. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3508 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3509 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3524 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 290). | 3536 |
Error | misc | FinalParameters | Parameter a should be final. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | misc | FinalParameters | Parameter b should be final. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3536 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 3558 |
Error | misc | FinalParameters | Parameter a should be final. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | misc | FinalParameters | Parameter b should be final. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3558 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 3580 |
Error | misc | FinalParameters | Parameter a should be final. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | misc | FinalParameters | Parameter b should be final. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3580 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3590 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 3602 |
Error | misc | FinalParameters | Parameter a should be final. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | misc | FinalParameters | Parameter b should be final. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3602 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3612 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 3624 |
Error | misc | FinalParameters | Parameter a should be final. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | misc | FinalParameters | Parameter b should be final. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3624 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3634 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 310). | 3646 |
Error | misc | FinalParameters | Parameter a should be final. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | misc | FinalParameters | Parameter b should be final. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3646 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 3668 |
Error | misc | FinalParameters | Parameter a should be final. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | misc | FinalParameters | Parameter b should be final. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3668 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3678 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 3690 |
Error | misc | FinalParameters | Parameter a should be final. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Error | misc | FinalParameters | Parameter b should be final. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3690 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter lambdaStar should be final. | 32 |
Error | misc | FinalParameters | Parameter nDim should be final. | 41 |
Error | misc | FinalParameters | Parameter initPt should be final. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 44 |
Error | misc | FinalParameters | Parameter nDim should be final. | 52 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 |
Error | misc | FinalParameters | Parameter ps should be final. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 437 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 469 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 487 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 494 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 501 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 508 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 515 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 525 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 536 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 571 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 581 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 588 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 592 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 599 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 630 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 634 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 641 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 648 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 655 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 662 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter betaStar should be final. | 31 |
Error | coding | HiddenField | 'betaStar' hides a field. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 40 |
Error | naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter phase should be final. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | misc | FinalParameters | Parameter reduction should be final. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | misc | FinalParameters | Parameter param should be final. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 234). | 62 |
Error | naming | MethodName | Name 'MehrotraCorrector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter nDim should be final. | 62 |
Error | misc | FinalParameters | Parameter phase should be final. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | misc | FinalParameters | Parameter alpha should be final. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | misc | FinalParameters | Parameter newton should be final. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | misc | FinalParameters | Parameter mu should be final. | 62 |
Error | misc | FinalParameters | Parameter param should be final. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
Error | misc | FinalParameters | Parameter ps should be final. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 31 |
Error | misc | FinalParameters | Parameter x should be final. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | misc | FinalParameters | Parameter y should be final. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
Error | misc | FinalParameters | Parameter x should be final. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | misc | FinalParameters | Parameter y should be final. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | naming | LocalFinalVariableName | Name 'D1E50' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | coding | MagicNumber | '10' is a magic number. | 67 |
Error | naming | LocalFinalVariableName | Name 'D1E51' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | coding | MagicNumber | '10' is a magic number. | 68 |
Error | naming | LocalFinalVariableName | Name 'D1E52' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | coding | MagicNumber | '10' is a magic number. | 69 |
Error | naming | LocalFinalVariableName | Name 'D1Em16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | coding | MagicNumber | '10' is a magic number. | 70 |
Error | naming | LocalVariableName | Name 'min_old' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | coding | MagicNumber | '10' is a magic number. | 74 |
Error | coding | MagicNumber | '10' is a magic number. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 94 |
Error | coding | MagicNumber | '10' is a magic number. | 94 |
Error | coding | MagicNumber | '-5' is a magic number. | 94 |
Error | coding | MagicNumber | '10' is a magic number. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 95 |
Error | coding | MagicNumber | '10' is a magic number. | 95 |
Error | coding | MagicNumber | '-2' is a magic number. | 95 |
Error | coding | MagicNumber | '10' is a magic number. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 110 |
Error | coding | MagicNumber | '9' is a magic number. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 154 |
Error | misc | FinalParameters | Parameter lMat should be final. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | misc | FinalParameters | Parameter xMat should be final. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 154 |
Error | naming | LocalFinalVariableName | Name 'l_ele' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | naming | LocalFinalVariableName | Name 'x_ele' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | coding | MagicNumber | '4' is a magic number. | 162 |
Error | coding | MagicNumber | '4' is a magic number. | 163 |
Error | coding | MagicNumber | '4' is a magic number. | 173 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 38 |
Error | misc | FinalParameters | Parameter m should be final. | 38 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 38 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 38 |
Error | misc | FinalParameters | Parameter lambda should be final. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 41 |
Error | misc | FinalParameters | Parameter nDim should be final. | 41 |
Error | misc | FinalParameters | Parameter b should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 42 |
Error | misc | FinalParameters | Parameter C should be final. | 42 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | misc | FinalParameters | Parameter A should be final. | 42 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 43 |
Error | misc | FinalParameters | Parameter initPt should be final. | 43 |
Error | misc | FinalParameters | Parameter mu0 should be final. | 43 |
Error | misc | FinalParameters | Parameter omegaStar should be final. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | naming | MemberName | Name 'DxMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | naming | MemberName | Name 'DyVec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | naming | MemberName | Name 'DzMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | naming | MemberName | Name 'DxMatDzMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | misc | FinalParameters | Parameter m should be final. | 78 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 78 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 78 |
Error | misc | FinalParameters | Parameter unit should be final. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 136 |
Error | misc | FinalParameters | Parameter m should be final. | 136 |
Error | misc | FinalParameters | Parameter A should be final. | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 136 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | misc | FinalParameters | Parameter kappa should be final. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
Error | coding | MagicNumber | '3' is a magic number. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | misc | FinalParameters | Parameter G should be final. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | misc | FinalParameters | Parameter Aj should be final. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 204 |
Error | naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 218 |
Error | misc | FinalParameters | Parameter F should be final. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | misc | FinalParameters | Parameter G should be final. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | misc | FinalParameters | Parameter X should be final. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | misc | FinalParameters | Parameter Aj should be final. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | misc | FinalParameters | Parameter hasF2Gcal should be final. | 218 |
Error | naming | LocalVariableName | Name 'x_alpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | naming | LocalVariableName | Name 'f_nbeta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 234 |
Error | naming | LocalVariableName | Name 'x_beta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 241 |
Error | naming | LocalVariableName | Name 'f_nalpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 243 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 245 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 281 |
Error | misc | FinalParameters | Parameter X should be final. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | misc | FinalParameters | Parameter invZ should be final. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | misc | FinalParameters | Parameter Ai should be final. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | naming | ParameterName | Name 'Ai' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | misc | FinalParameters | Parameter Aj should be final. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | naming | ParameterName | Name 'Aj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 332 |
Error | naming | MethodName | Name 'compute_bMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter m should be final. | 332 |
Error | misc | FinalParameters | Parameter A should be final. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter xMat should be final. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | misc | FinalParameters | Parameter invzMat should be final. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | coding | HiddenField | 'invzMat' hides a field. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 349 |
Error | naming | LocalFinalVariableName | Name 'A_i_ele_l_NonZeroEffect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 372 |
Error | naming | LocalFinalVariableName | Name 'A_j_ele_l_NonZeroEffect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 421 |
Error | naming | MethodName | Name 'compute_rMat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 |
Error | misc | FinalParameters | Parameter direction should be final. | 421 |
Error | misc | FinalParameters | Parameter mu should be final. | 421 |
Error | misc | FinalParameters | Parameter beta should be final. | 421 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 421 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 421 |
Error | naming | LocalVariableName | Name 'target_mu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 |
Error | coding | MagicNumber | '4' is a magic number. | 439 |
Error | coding | MagicNumber | '4' is a magic number. | 440 |
Error | coding | MagicNumber | '4' is a magic number. | 445 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '4' is a magic number. | 453 |
Error | coding | MagicNumber | '4' is a magic number. | 454 |
Error | coding | MagicNumber | '4' is a magic number. | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 463 |
Error | coding | MagicNumber | '3' is a magic number. | 463 |
Error | coding | MagicNumber | '3' is a magic number. | 463 |
Error | coding | MagicNumber | '3' is a magic number. | 463 |
Error | coding | MagicNumber | '3' is a magic number. | 463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 482 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 482 |
Error | naming | MethodName | Name 'Mehrotra' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 |
Error | misc | FinalParameters | Parameter direction should be final. | 482 |
Error | misc | FinalParameters | Parameter m should be final. | 482 |
Error | misc | FinalParameters | Parameter A should be final. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 482 |
Error | misc | FinalParameters | Parameter mu should be final. | 482 |
Error | misc | FinalParameters | Parameter beta should be final. | 482 |
Error | misc | FinalParameters | Parameter phase should be final. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 482 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | misc | FinalParameters | Parameter currentRes should be final. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 240). | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 512 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 584 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 584 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 |
Error | coding | MagicNumber | '10' is a magic number. | 586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 590 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 591 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 594 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 599 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 599 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 613 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 613 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 613 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 613 |
Error | coding | MagicNumber | '10' is a magic number. | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 618 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 619 |
Error | misc | FinalParameters | Parameter fpout should be final. | 625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 638 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 222). | 34 |
Error | design | VisibilityModifier | Variable 'maxIteration' must be private and have accessor methods. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 38 |
Error | design | VisibilityModifier | Variable 'epsilonStar' must be private and have accessor methods. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 40 |
Error | design | VisibilityModifier | Variable 'lambdaStar' must be private and have accessor methods. | 41 |
Error | design | VisibilityModifier | Variable 'omegaStar' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'lowerBound' must be private and have accessor methods. | 45 |
Error | design | VisibilityModifier | Variable 'upperBound' must be private and have accessor methods. | 47 |
Error | design | VisibilityModifier | Variable 'betaStar' must be private and have accessor methods. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 50 |
Error | design | VisibilityModifier | Variable 'betaBar' must be private and have accessor methods. | 51 |
Error | design | VisibilityModifier | Variable 'gammaStar' must be private and have accessor methods. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
Error | design | VisibilityModifier | Variable 'epsilonDash' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter unit should be final. | 65 |
Error | coding | HiddenField | 'unit' hides a field. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter type should be final. | 86 |
Error | coding | MagicNumber | '10' is a magic number. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 88 |
Error | coding | MagicNumber | '200' is a magic number. | 89 |
Error | coding | MagicNumber | '-30' is a magic number. | 90 |
Error | coding | MagicNumber | '4' is a magic number. | 91 |
Error | coding | MagicNumber | '5' is a magic number. | 93 |
Error | coding | MagicNumber | '10' is a magic number. | 95 |
Error | coding | MagicNumber | '3' is a magic number. | 96 |
Error | coding | MagicNumber | '10' is a magic number. | 96 |
Error | coding | MagicNumber | '9' is a magic number. | 97 |
Error | coding | MagicNumber | '10' is a magic number. | 97 |
Error | coding | MagicNumber | '-30' is a magic number. | 98 |
Error | coding | MagicNumber | '1000' is a magic number. | 100 |
Error | coding | MagicNumber | '-30' is a magic number. | 101 |
Error | coding | MagicNumber | '5' is a magic number. | 104 |
Error | coding | MagicNumber | '10' is a magic number. | 106 |
Error | coding | MagicNumber | '4' is a magic number. | 107 |
Error | coding | MagicNumber | '10' is a magic number. | 107 |
Error | coding | MagicNumber | '5' is a magic number. | 108 |
Error | coding | MagicNumber | '10' is a magic number. | 108 |
Error | coding | MagicNumber | '-30' is a magic number. | 109 |
Error | coding | MagicNumber | '1000' is a magic number. | 111 |
Error | coding | MagicNumber | '-7' is a magic number. | 112 |
Error | coding | MagicNumber | '5' is a magic number. | 115 |
Error | coding | MagicNumber | '5' is a magic number. | 116 |
Error | coding | MagicNumber | '10' is a magic number. | 117 |
Error | coding | MagicNumber | '4' is a magic number. | 118 |
Error | coding | MagicNumber | '10' is a magic number. | 118 |
Error | coding | MagicNumber | '5' is a magic number. | 119 |
Error | coding | MagicNumber | '10' is a magic number. | 119 |
Error | coding | MagicNumber | '-7' is a magic number. | 120 |
Error | coding | MagicNumber | '100' is a magic number. | 122 |
Error | coding | MagicNumber | '-7' is a magic number. | 123 |
Error | coding | MagicNumber | '5' is a magic number. | 126 |
Error | coding | MagicNumber | '5' is a magic number. | 127 |
Error | coding | MagicNumber | '100' is a magic number. | 128 |
Error | coding | MagicNumber | '100' is a magic number. | 129 |
Error | coding | MagicNumber | '98' is a magic number. | 130 |
Error | coding | MagicNumber | '100' is a magic number. | 130 |
Error | coding | MagicNumber | '-7' is a magic number. | 131 |
Error | coding | MagicNumber | '100' is a magic number. | 133 |
Error | coding | MagicNumber | '-7' is a magic number. | 134 |
Error | coding | MagicNumber | '5' is a magic number. | 137 |
Error | coding | MagicNumber | '5' is a magic number. | 138 |
Error | coding | MagicNumber | '10' is a magic number. | 139 |
Error | coding | MagicNumber | '10' is a magic number. | 140 |
Error | coding | MagicNumber | '9' is a magic number. | 141 |
Error | coding | MagicNumber | '10' is a magic number. | 141 |
Error | coding | MagicNumber | '-7' is a magic number. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter parameterFile should be final. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | misc | FinalParameters | Parameter output should be final. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 7 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 46 |
Error | misc | FinalParameters | Parameter initRes should be final. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | misc | FinalParameters | Parameter solveInfo should be final. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | misc | FinalParameters | Parameter param should be final. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | misc | FinalParameters | Parameter nDim should be final. | 46 |
Error | coding | HiddenField | 'nDim' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 61 |
Error | misc | FinalParameters | Parameter currentRes should be final. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | misc | FinalParameters | Parameter solveInfo should be final. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | misc | FinalParameters | Parameter param should be final. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | naming | LocalFinalVariableName | Name 'NONZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 94 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 99 |
Error | naming | LocalVariableName | Name 'PDgap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 100 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 171 |
Error | misc | FinalParameters | Parameter ps should be final. | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | misc | FinalParameters | Parameter nDim should be final. | 281 |
Error | coding | HiddenField | 'nDim' hides a field. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
Error | misc | FinalParameters | Parameter param should be final. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | misc | FinalParameters | Parameter initRes should be final. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 66 |
Error | misc | FinalParameters | Parameter reduction should be final. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | misc | FinalParameters | Parameter alpha should be final. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
Error | naming | MethodName | Name 'update_exact' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter initRes should be final. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | misc | FinalParameters | Parameter currentRes should be final. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | coding | MagicNumber | '10' is a magic number. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | misc | FinalParameters | Parameter file should be final. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 222). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | misc | FinalParameters | Parameter elementUnit should be final. | 47 |
Error | coding | HiddenField | 'elementUnit' hides a field. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 68 |
Error | misc | FinalParameters | Parameter m should be final. | 68 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 68 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 68 |
Error | misc | FinalParameters | Parameter b should be final. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | misc | FinalParameters | Parameter C should be final. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter A should be final. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 86 |
Error | misc | FinalParameters | Parameter m should be final. | 86 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 86 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 86 |
Error | misc | FinalParameters | Parameter b should be final. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | misc | FinalParameters | Parameter C should be final. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | misc | FinalParameters | Parameter A should be final. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | misc | FinalParameters | Parameter vec should be final. | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | misc | FinalParameters | Parameter mat should be final. | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 212 |
Error | misc | FinalParameters | Parameter m should be final. | 212 |
Error | misc | FinalParameters | Parameter b should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | misc | FinalParameters | Parameter C should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | misc | FinalParameters | Parameter A should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | misc | FinalParameters | Parameter mu should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 241 |
Error | misc | FinalParameters | Parameter m should be final. | 241 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 241 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 241 |
Error | misc | FinalParameters | Parameter b should be final. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | misc | FinalParameters | Parameter C should be final. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
Error | misc | FinalParameters | Parameter A should be final. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 277 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 277 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 278 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | design | VisibilityModifier | Variable 'xMatzMat' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | design | VisibilityModifier | Variable 'choleskyX' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | design | VisibilityModifier | Variable 'invCholeskyX' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | design | VisibilityModifier | Variable 'choleskyZ' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | design | VisibilityModifier | Variable 'invCholeskyZ' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | design | VisibilityModifier | Variable 'xzEigenValues' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | design | VisibilityModifier | Variable 'xzMinEigenValue' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | misc | FinalParameters | Parameter unit should be final. | 61 |
Error | coding | HiddenField | 'unit' hides a field. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | misc | FinalParameters | Parameter m should be final. | 86 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 86 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 86 |
Error | misc | FinalParameters | Parameter lambda should be final. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | misc | FinalParameters | Parameter m should be final. | 101 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 101 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 101 |
Error | misc | FinalParameters | Parameter lambda should be final. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
Error | coding | MagicNumber | '3' is a magic number. | 125 |
Error | coding | MagicNumber | '-3' is a magic number. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 137 |
Error | misc | FinalParameters | Parameter m should be final. | 140 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 140 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 162 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 165 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 165 |
Error | coding | MagicNumber | '3' is a magic number. | 169 |
Error | coding | MagicNumber | '-3' is a magic number. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 197 |
Error | misc | FinalParameters | Parameter alpha should be final. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | misc | FinalParameters | Parameter newton should be final. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 |
Error | naming | LocalVariableName | Name 'total_judge' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 201 |
Error | coding | MagicNumber | '10' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | naming | MethodName | Name 'update_last' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | misc | FinalParameters | Parameter ps should be final. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 313 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 314 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 314 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 315 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 317 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 318 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 319 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 319 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 320 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 320 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 323 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 323 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 324 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 324 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 325 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 222). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 51 |
Error | misc | FinalParameters | Parameter nDim should be final. | 51 |
Error | misc | FinalParameters | Parameter b should be final. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | misc | FinalParameters | Parameter C should be final. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter A should be final. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter initPt should be final. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | misc | FinalParameters | Parameter mu0 should be final. | 51 |
Error | misc | FinalParameters | Parameter omegaStar should be final. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 109 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 109 |
Error | misc | FinalParameters | Parameter nDim should be final. | 109 |
Error | misc | FinalParameters | Parameter b should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter C should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | misc | FinalParameters | Parameter initPt should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter currentRes should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter mu should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter theta should be final. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Error | misc | FinalParameters | Parameter param should be final. | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 110 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | misc | FinalParameters | Parameter value should be final. | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | misc | FinalParameters | Parameter alphaP should be final. | 70 |
Error | misc | FinalParameters | Parameter alphaD should be final. | 70 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 70 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 70 |
Error | coding | MagicNumber | '3' is a magic number. | 79 |
Error | coding | MagicNumber | '-3' is a magic number. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | misc | FinalParameters | Parameter a should be final. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 127 |
Error | naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter b should be final. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | misc | FinalParameters | Parameter C should be final. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter phase should be final. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | misc | FinalParameters | Parameter newton should be final. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | coding | MagicNumber | '9' is a magic number. | 128 |
Error | coding | MagicNumber | '10' is a magic number. | 128 |
Error | coding | MagicNumber | '9' is a magic number. | 129 |
Error | coding | MagicNumber | '10' is a magic number. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 182 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 182 |
Error | naming | MethodName | Name 'MehrotraCorrector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | misc | FinalParameters | Parameter nDim should be final. | 182 |
Error | misc | FinalParameters | Parameter b should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | misc | FinalParameters | Parameter C should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | misc | FinalParameters | Parameter phase should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | misc | FinalParameters | Parameter reduction should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | misc | FinalParameters | Parameter newton should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | misc | FinalParameters | Parameter mu should be final. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 183 |
Error | misc | FinalParameters | Parameter theta should be final. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | misc | FinalParameters | Parameter lanczos should be final. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | misc | FinalParameters | Parameter param should be final. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | coding | MagicNumber | '100' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 197 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 254 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 257 |
Error | coding | MagicNumber | '3' is a magic number. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 261 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 261 |
Error | coding | MagicNumber | '95' is a magic number. | 261 |
Error | coding | MagicNumber | '100' is a magic number. | 261 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 262 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 264 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 268 |
Error | coding | MagicNumber | '10' is a magic number. | 268 |
Error | coding | MagicNumber | '-6' is a magic number. | 268 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 299 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | misc | FinalParameters | Parameter newton should be final. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | coding | MagicNumber | '0.1' is a magic number. | 314 |
Error | coding | MagicNumber | '10' is a magic number. | 315 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 317 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 322 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 |
Error | coding | MagicNumber | '26' is a magic number. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 326 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 329 |
Error | coding | MagicNumber | '0.1' is a magic number. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 346 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | misc | FinalParameters | Parameter newton should be final. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 |
Error | coding | MagicNumber | '0.1' is a magic number. | 361 |
Error | coding | MagicNumber | '10' is a magic number. | 362 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 364 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 369 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 |
Error | coding | MagicNumber | '26' is a magic number. | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 373 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 376 |
Error | coding | MagicNumber | '0.1' is a magic number. | 382 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 386 |
Error | misc | FinalParameters | Parameter fpout should be final. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 415 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 418 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | misc | FinalParameters | Parameter value should be final. | 433 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | misc | FinalParameters | Parameter switchType should be final. | 28 |
Error | coding | HiddenField | 'switchType' hides a field. | 28 |
Error | naming | MethodName | Name 'MehrotraPredictor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | misc | FinalParameters | Parameter phase should be final. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | naming | TypeName | Name 'WHICH_DIRECTION' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | misc | FinalParameters | Parameter unit should be final. | 174 |
Error | coding | HiddenField | 'unit' hides a field. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 181 |
Error | misc | FinalParameters | Parameter unit should be final. | 186 |
Error | coding | HiddenField | 'unit' hides a field. | 186 |
Error | misc | FinalParameters | Parameter solver should be final. | 186 |
Error | coding | HiddenField | 'solver' hides a field. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | coding | MagicNumber | '77' is a magic number. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | misc | FinalParameters | Parameter name should be final. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | misc | FinalParameters | Parameter replacement should be final. | 255 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 258 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 264 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 267 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 267 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 269 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 273 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 276 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | misc | FinalParameters | Parameter name should be final. | 289 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 290 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 293 |
Error | coding | MagicNumber | '15' is a magic number. | 295 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | misc | FinalParameters | Parameter name should be final. | 309 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 310 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 313 |
Error | coding | MagicNumber | '8' is a magic number. | 316 |
Error | coding | MagicNumber | '6' is a magic number. | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 327 |
Error | misc | FinalParameters | Parameter name should be final. | 332 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 333 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 336 |
Error | coding | MagicNumber | '13' is a magic number. | 340 |
Error | coding | MagicNumber | '4' is a magic number. | 345 |
Error | coding | MagicNumber | '4' is a magic number. | 350 |
Error | coding | MagicNumber | '8' is a magic number. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 351 |
Error | coding | MagicNumber | '4' is a magic number. | 351 |
Error | coding | MagicNumber | '8' is a magic number. | 355 |
Error | coding | MagicNumber | '12' is a magic number. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 356 |
Error | coding | MagicNumber | '8' is a magic number. | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 364 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 366 |
Error | misc | FinalParameters | Parameter name should be final. | 371 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 372 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 375 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 386 |
Error | misc | FinalParameters | Parameter name should be final. | 391 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 392 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 395 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 406 |
Error | misc | FinalParameters | Parameter name should be final. | 410 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 411 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 414 |
Error | coding | MagicNumber | '5' is a magic number. | 418 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 423 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 423 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 425 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 425 |
Error | coding | MagicNumber | '3' is a magic number. | 426 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 427 |
Error | coding | MagicNumber | '4' is a magic number. | 428 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 429 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 429 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
Error | misc | FinalParameters | Parameter name should be final. | 446 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 447 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 450 |
Error | coding | MagicNumber | '13' is a magic number. | 454 |
Error | coding | MagicNumber | '4' is a magic number. | 459 |
Error | coding | MagicNumber | '4' is a magic number. | 464 |
Error | coding | MagicNumber | '8' is a magic number. | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 465 |
Error | coding | MagicNumber | '4' is a magic number. | 465 |
Error | coding | MagicNumber | '8' is a magic number. | 469 |
Error | coding | MagicNumber | '12' is a magic number. | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 470 |
Error | coding | MagicNumber | '8' is a magic number. | 470 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 478 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | misc | FinalParameters | Parameter name should be final. | 485 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 486 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 489 |
Error | coding | MagicNumber | '5' is a magic number. | 492 |
Error | coding | MagicNumber | '10' is a magic number. | 492 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 499 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 501 |
Error | misc | FinalParameters | Parameter name should be final. | 505 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 506 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 520 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | misc | FinalParameters | Parameter name should be final. | 526 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 527 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 533 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 537 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 539 |
Error | misc | FinalParameters | Parameter name should be final. | 544 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 545 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 548 |
Error | coding | MagicNumber | '6' is a magic number. | 550 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | misc | FinalParameters | Parameter name should be final. | 563 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 564 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 567 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 578 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 580 |
Error | misc | FinalParameters | Parameter name should be final. | 585 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 586 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 589 |
Error | coding | MagicNumber | '8' is a magic number. | 591 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 598 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 600 |
Error | misc | FinalParameters | Parameter name should be final. | 604 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 605 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 608 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 621 |
Error | misc | FinalParameters | Parameter name should be final. | 626 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 627 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 630 |
Error | coding | MagicNumber | '11' is a magic number. | 632 |
Error | misc | FinalParameters | Parameter unit should be final. | 642 |
Error | coding | HiddenField | 'unit' hides a field. | 642 |
Error | misc | FinalParameters | Parameter precision should be final. | 656 |
Error | coding | HiddenField | 'precision' hides a field. | 656 |
Error | misc | FinalParameters | Parameter solver should be final. | 671 |
Error | coding | HiddenField | 'solver' hides a field. | 671 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | design | VisibilityModifier | Variable 'f' must be private and have accessor methods. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | design | VisibilityModifier | Variable 'l' must be private and have accessor methods. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | design | VisibilityModifier | Variable 'q' must be private and have accessor methods. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | design | VisibilityModifier | Variable 'xcomplex' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | design | VisibilityModifier | Variable 'scomplex' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | design | VisibilityModifier | Variable 'ycomplex' must be private and have accessor methods. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter s should be final. | 38 |
Error | coding | HiddenField | 's' hides a field. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | misc | FinalParameters | Parameter row should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | misc | FinalParameters | Parameter row should be final. | 104 |
Error | misc | FinalParameters | Parameter column should be final. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | misc | FinalParameters | Parameter rowVector should be final. | 113 |
Error | misc | FinalParameters | Parameter value should be final. | 120 |
Error | coding | HiddenField | 'value' hides a field. | 120 |
Error | misc | FinalParameters | Parameter matrix should be final. | 134 |
Error | coding | HiddenField | 'matrix' hides a field. | 134 |
Error | misc | FinalParameters | Parameter transposition should be final. | 148 |
Error | coding | HiddenField | 'transposition' hides a field. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter matrix should be final. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | misc | FinalParameters | Parameter matrix should be final. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | misc | FinalParameters | Parameter formula should be final. | 192 |
Error | misc | FinalParameters | Parameter matrix should be final. | 192 |
Error | 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 |
Error | 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 |
Error | 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 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | javadoc | JavadocMethod | Expected @return tag. | 267 |
Error | misc | FinalParameters | Parameter matlabFormula should be final. | 267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | javadoc | JavadocMethod | Expected @return tag. | 279 |
Error | misc | FinalParameters | Parameter matxFormula should be final. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | misc | FinalParameters | Parameter matlabFormula should be final. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | misc | FinalParameters | Parameter matxFormula should be final. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | misc | FinalParameters | Parameter matlabFormula should be final. | 314 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 326 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 335 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 339 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 383 |
Error | misc | FinalParameters | Parameter matlabFormula should be final. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 394 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | misc | FinalParameters | Parameter matxFormula should be final. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 414 |
Error | misc | FinalParameters | Parameter number should be final. | 425 |
Error | coding | HiddenField | 'number' hides a field. | 425 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 48 |
Error | misc | FinalParameters | Parameter mDIM should be final. | 48 |
Error | coding | HiddenField | 'mDIM' hides a field. | 48 |
Error | misc | FinalParameters | Parameter nBLOCK should be final. | 48 |
Error | coding | HiddenField | 'nBLOCK' hides a field. | 48 |
Error | misc | FinalParameters | Parameter bLOCKsTRUCT should be final. | 48 |
Error | coding | HiddenField | 'bLOCKsTRUCT' hides a field. | 48 |
Error | misc | FinalParameters | Parameter c should be final. | 48 |
Error | coding | HiddenField | 'c' hides a field. | 48 |
Error | misc | FinalParameters | Parameter sdpamF should be final. | 48 |
Error | coding | HiddenField | 'sdpamF' hides a field. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | misc | FinalParameters | Parameter output should be final. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | misc | FinalParameters | Parameter fileName should be final. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter file should be final. | 91 |
Error | misc | FinalParameters | Parameter context should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 105 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | misc | FinalParameters | Parameter realNumberFormat should be final. | 174 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 176 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | naming | MethodName | Name 'SedumiLoad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | misc | FinalParameters | Parameter mmFile should be final. | 37 |
Error | misc | FinalParameters | Parameter datFile should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
Error | naming | LocalFinalVariableName | Name 'K_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | naming | LocalFinalVariableName | Name 'primitiveK_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | misc | FinalParameters | Parameter matrix should be final. | 72 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
Error | misc | FinalParameters | Parameter A should be final. | 89 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | misc | FinalParameters | Parameter b should be final. | 89 |
Error | misc | FinalParameters | Parameter c should be final. | 89 |
Error | misc | FinalParameters | Parameter k should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 90 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 122 |
Error | misc | FinalParameters | Parameter AFile should be final. | 122 |
Error | naming | ParameterName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter bFile should be final. | 122 |
Error | misc | FinalParameters | Parameter cFile should be final. | 122 |
Error | misc | FinalParameters | Parameter KsFile should be final. | 122 |
Error | naming | ParameterName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter mmFile should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 190 |
Error | misc | FinalParameters | Parameter AFile should be final. | 190 |
Error | naming | ParameterName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter bFile should be final. | 190 |
Error | misc | FinalParameters | Parameter cFile should be final. | 190 |
Error | misc | FinalParameters | Parameter KsFile should be final. | 190 |
Error | naming | ParameterName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter mFile should be final. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | misc | FinalParameters | Parameter mFile should be final. | 247 |
Error | misc | FinalParameters | Parameter mmFile should be final. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 259 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | misc | FinalParameters | Parameter args should be final. | 279 |
Error | naming | LocalVariableName | Name 'AFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | naming | LocalVariableName | Name 'KsFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | misc | FinalParameters | Parameter F should be final. | 30 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | misc | FinalParameters | Parameter c should be final. | 30 |
Error | misc | FinalParameters | Parameter k should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Error | javadoc | JavadocMethod | Expected @return tag. | 135 |
Error | naming | MethodName | Name 'KsCheck' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | misc | FinalParameters | Parameter k should be final. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 5 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter i should be final. | 32 |
Error | coding | HiddenField | 'i' hides a field. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter l should be final. | 50 |
Error | coding | HiddenField | 'l' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | misc | FinalParameters | Parameter j should be final. | 68 |
Error | coding | HiddenField | 'j' hides a field. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | misc | FinalParameters | Parameter arrayIn should be final. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | misc | FinalParameters | Parameter unit should be final. | 36 |
Error | coding | HiddenField | 'unit' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 50 |
Error | coding | HiddenField | 'blockSize' hides a field. | 50 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 50 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 50 |
Error | misc | FinalParameters | Parameter unit should be final. | 50 |
Error | coding | HiddenField | 'unit' hides a field. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | misc | FinalParameters | Parameter blockSize1 should be final. | 70 |
Error | misc | FinalParameters | Parameter blockStruct1 should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
Error | misc | FinalParameters | Parameter out should be final. | 102 |
Error | misc | FinalParameters | Parameter min should be final. | 102 |
Error | misc | FinalParameters | Parameter max should be final. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 147 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | misc | FinalParameters | Parameter out should be final. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | misc | FinalParameters | Parameter out should be final. | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | misc | FinalParameters | Parameter source should be final. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | misc | FinalParameters | Parameter unit should be final. | 306 |
Error | coding | HiddenField | 'unit' hides a field. | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 342 |
Error | javadoc | JavadocMethod | Expected @return tag. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 346 |
Error | misc | FinalParameters | Parameter index should be final. | 346 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | misc | FinalParameters | Parameter index should be final. | 356 |
Error | misc | FinalParameters | Parameter block should be final. | 356 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 362 |
Error | javadoc | JavadocMethod | Expected @return tag. | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 390 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 390 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 405 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 413 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 456 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 473 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 475 |
Error | misc | FinalParameters | Parameter a should be final. | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 479 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 497 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 42 |
Error | coding | HiddenField | 'blockSize' hides a field. | 42 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 42 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | javadoc | JavadocMethod | Expected @return tag. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | misc | FinalParameters | Parameter index should be final. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | misc | FinalParameters | Parameter index should be final. | 132 |
Error | misc | FinalParameters | Parameter block should be final. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocMethod | Expected @return tag. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 245 |
Error | misc | FinalParameters | Parameter arrayMatrix should be final. | 249 |
Error | misc | FinalParameters | Parameter dimensionArray should be final. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 308 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter unit should be final. | 37 |
Error | coding | HiddenField | 'unit' hides a field. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 49 |
Error | coding | HiddenField | 'blockSize' hides a field. | 49 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 49 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 49 |
Error | misc | FinalParameters | Parameter unit should be final. | 49 |
Error | coding | HiddenField | 'unit' hides a field. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter blockSize1 should be final. | 61 |
Error | misc | FinalParameters | Parameter blockStruct1 should be final. | 61 |
Error | misc | FinalParameters | Parameter value should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter blockSize1 should be final. | 87 |
Error | misc | FinalParameters | Parameter blockStruct1 should be final. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | misc | FinalParameters | Parameter source should be final. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 157 |
Error | misc | FinalParameters | Parameter index should be final. | 157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | misc | FinalParameters | Parameter index should be final. | 167 |
Error | misc | FinalParameters | Parameter block should be final. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | javadoc | JavadocMethod | Expected @return tag. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | misc | FinalParameters | Parameter value should be final. | 19 |
Error | coding | HiddenField | 'value' hides a field. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter value should be final. | 28 |
Error | coding | HiddenField | 'value' hides a field. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'denseElements' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | design | VisibilityModifier | Variable 'diagonalElements' must be private and have accessor methods. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | misc | FinalParameters | Parameter unit should be final. | 45 |
Error | coding | HiddenField | 'unit' hides a field. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 60 |
Error | coding | HiddenField | 'rowSize' hides a field. | 60 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 60 |
Error | coding | HiddenField | 'columnSize' hides a field. | 60 |
Error | misc | FinalParameters | Parameter denseOrDiagonal should be final. | 60 |
Error | coding | HiddenField | 'denseOrDiagonal' hides a field. | 60 |
Error | misc | FinalParameters | Parameter unit should be final. | 60 |
Error | coding | HiddenField | 'unit' hides a field. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | misc | FinalParameters | Parameter out should be final. | 98 |
Error | misc | FinalParameters | Parameter min should be final. | 98 |
Error | misc | FinalParameters | Parameter max should be final. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | misc | FinalParameters | Parameter source should be final. | 188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 229 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | misc | FinalParameters | Parameter value should be final. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 320 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | javadoc | JavadocMethod | Expected @return tag. | 325 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 337 |
Error | coding | HiddenField | 'rowSize' hides a field. | 337 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 341 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 355 |
Error | coding | HiddenField | 'columnSize' hides a field. | 355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 373 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | misc | FinalParameters | Parameter a should be final. | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 445 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter value should be final. | 28 |
Error | coding | HiddenField | 'value' hides a field. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter value should be final. | 37 |
Error | coding | HiddenField | 'value' hides a field. | 37 |
Error | misc | FinalParameters | Parameter number should be final. | 44 |
Error | misc | FinalParameters | Parameter number should be final. | 52 |
Error | misc | FinalParameters | Parameter number should be final. | 60 |
Error | misc | FinalParameters | Parameter number should be final. | 68 |
Error | misc | FinalParameters | Parameter opponent should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 34 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 34 |
Error | misc | FinalParameters | Parameter index should be final. | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | misc | FinalParameters | Parameter blockSize should be final. | 41 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 41 |
Error | misc | FinalParameters | Parameter index should be final. | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 35 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 35 |
Error | misc | FinalParameters | Parameter denseOrDiagonal should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 43 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 43 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 43 |
Error | misc | FinalParameters | Parameter sparseOrDenseOrDiagonal should be final. | 43 |
Error | misc | FinalParameters | Parameter nonZeroNumber should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 |
Error | misc | FinalParameters | Parameter dimension should be final. | 34 |
Error | misc | FinalParameters | Parameter value should be final. | 34 |
Error | misc | FinalParameters | Parameter elements should be final. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 9 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'nonZeroCount' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | design | VisibilityModifier | Variable 'nonZeroEffect' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | design | VisibilityModifier | Variable 'denseElements' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | design | VisibilityModifier | Variable 'rowIndex' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | design | VisibilityModifier | Variable 'columnIndex' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | design | VisibilityModifier | Variable 'sparseElements' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | design | VisibilityModifier | Variable 'diagonalElements' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 71 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 71 |
Error | coding | HiddenField | 'rowSize' hides a field. | 71 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 71 |
Error | coding | HiddenField | 'columnSize' hides a field. | 71 |
Error | misc | FinalParameters | Parameter sparseOrDenseOrDiagonal should be final. | 71 |
Error | coding | HiddenField | 'sparseOrDenseOrDiagonal' hides a field. | 71 |
Error | misc | FinalParameters | Parameter nonZeroNumber should be final. | 71 |
Error | coding | HiddenField | 'nonZeroNumber' hides a field. | 71 |
Error | misc | FinalParameters | Parameter unit should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 168 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | misc | FinalParameters | Parameter forceChange should be final. | 181 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 186 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 186 |
Error | coding | MagicNumber | '0.20' is a magic number. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | misc | FinalParameters | Parameter index should be final. | 293 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | misc | FinalParameters | Parameter index should be final. | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | misc | FinalParameters | Parameter index should be final. | 313 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 317 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | javadoc | JavadocMethod | Expected @return tag. | 322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 387 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter elements should be final. | 40 |
Error | coding | HiddenField | 'elements' hides a field. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter dimension should be final. | 55 |
Error | coding | HiddenField | 'dimension' hides a field. | 55 |
Error | misc | FinalParameters | Parameter value should be final. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter dimension should be final. | 66 |
Error | coding | HiddenField | 'dimension' hides a field. | 66 |
Error | misc | FinalParameters | Parameter value should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter dimension should be final. | 82 |
Error | coding | HiddenField | 'dimension' hides a field. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | misc | FinalParameters | Parameter out should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | misc | FinalParameters | Parameter out should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | misc | FinalParameters | Parameter valueFormat should be final. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | misc | FinalParameters | Parameter index should be final. | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | misc | FinalParameters | Parameter index should be final. | 198 |
Error | misc | FinalParameters | Parameter value should be final. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | misc | FinalParameters | Parameter data should be final. | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 243). | 261 |
Error | misc | FinalParameters | Parameter reader should be final. | 262 |
Error | misc | FinalParameters | Parameter dimension should be final. | 262 |
Error | misc | FinalParameters | Parameter unit should be final. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 278). | 27 |
Error | misc | FinalParameters | Parameter size should be final. | 27 |
Error | misc | FinalParameters | Parameter value should be final. | 27 |
Error | misc | FinalParameters | Parameter destination should be final. | 27 |
Error | misc | FinalParameters | Parameter step should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 20 |
Error | naming | ConstantName | Name 'threadableMatrixSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 |
Error | naming | ConstantName | Name 'threadableVectorSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 279). | 42 |
Error | misc | FinalParameters | Parameter n should be final. | 42 |
Error | misc | FinalParameters | Parameter da should be final. | 42 |
Error | misc | FinalParameters | Parameter dx should be final. | 42 |
Error | misc | FinalParameters | Parameter incx should be final. | 42 |
Error | misc | FinalParameters | Parameter dy should be final. | 42 |
Error | misc | FinalParameters | Parameter incy should be final. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 61 |
Error | misc | FinalParameters | Parameter n should be final. | 61 |
Error | misc | FinalParameters | Parameter dx should be final. | 61 |
Error | misc | FinalParameters | Parameter incx should be final. | 61 |
Error | misc | FinalParameters | Parameter dy should be final. | 61 |
Error | misc | FinalParameters | Parameter incy should be final. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 80 |
Error | misc | FinalParameters | Parameter n should be final. | 80 |
Error | misc | FinalParameters | Parameter dx should be final. | 80 |
Error | misc | FinalParameters | Parameter incx should be final. | 80 |
Error | misc | FinalParameters | Parameter dy should be final. | 80 |
Error | misc | FinalParameters | Parameter incy should be final. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | misc | FinalParameters | Parameter n should be final. | 95 |
Error | misc | FinalParameters | Parameter dx should be final. | 95 |
Error | misc | FinalParameters | Parameter incx should be final. | 95 |
Error | misc | FinalParameters | Parameter dy should be final. | 95 |
Error | misc | FinalParameters | Parameter incy should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 272). | 112 |
Error | misc | FinalParameters | Parameter n should be final. | 112 |
Error | misc | FinalParameters | Parameter dx should be final. | 112 |
Error | misc | FinalParameters | Parameter incx should be final. | 112 |
Error | misc | FinalParameters | Parameter dy should be final. | 112 |
Error | misc | FinalParameters | Parameter incy should be final. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 269). | 132 |
Error | misc | FinalParameters | Parameter n should be final. | 132 |
Error | misc | FinalParameters | Parameter dx should be final. | 132 |
Error | misc | FinalParameters | Parameter incx should be final. | 132 |
Error | misc | FinalParameters | Parameter dy should be final. | 132 |
Error | misc | FinalParameters | Parameter incy should be final. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 347). | 158 |
Error | sizes | ParameterNumber | More than 7 parameters (found 13). | 158 |
Error | misc | FinalParameters | Parameter transa should be final. | 158 |
Error | misc | FinalParameters | Parameter transb should be final. | 158 |
Error | misc | FinalParameters | Parameter m should be final. | 158 |
Error | misc | FinalParameters | Parameter n should be final. | 158 |
Error | misc | FinalParameters | Parameter k should be final. | 158 |
Error | misc | FinalParameters | Parameter alpha should be final. | 158 |
Error | misc | FinalParameters | Parameter a should be final. | 158 |
Error | misc | FinalParameters | Parameter lda should be final. | 158 |
Error | misc | FinalParameters | Parameter b should be final. | 158 |
Error | misc | FinalParameters | Parameter ldb should be final. | 158 |
Error | misc | FinalParameters | Parameter beta should be final. | 158 |
Error | misc | FinalParameters | Parameter c should be final. | 158 |
Error | misc | FinalParameters | Parameter ldc should be final. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 186 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 186 |
Error | misc | FinalParameters | Parameter trans should be final. | 186 |
Error | misc | FinalParameters | Parameter m should be final. | 186 |
Error | misc | FinalParameters | Parameter n should be final. | 186 |
Error | misc | FinalParameters | Parameter alpha should be final. | 186 |
Error | misc | FinalParameters | Parameter a should be final. | 186 |
Error | misc | FinalParameters | Parameter lda should be final. | 186 |
Error | misc | FinalParameters | Parameter x should be final. | 186 |
Error | misc | FinalParameters | Parameter incx should be final. | 186 |
Error | misc | FinalParameters | Parameter beta should be final. | 186 |
Error | misc | FinalParameters | Parameter y should be final. | 186 |
Error | misc | FinalParameters | Parameter incy should be final. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 260). | 202 |
Error | misc | FinalParameters | Parameter n should be final. | 202 |
Error | misc | FinalParameters | Parameter da should be final. | 202 |
Error | misc | FinalParameters | Parameter dx should be final. | 202 |
Error | misc | FinalParameters | Parameter incx should be final. | 202 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 225 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 225 |
Error | misc | FinalParameters | Parameter uplo should be final. | 225 |
Error | misc | FinalParameters | Parameter trans should be final. | 225 |
Error | misc | FinalParameters | Parameter n should be final. | 225 |
Error | misc | FinalParameters | Parameter k should be final. | 225 |
Error | misc | FinalParameters | Parameter alpha should be final. | 225 |
Error | misc | FinalParameters | Parameter a should be final. | 225 |
Error | misc | FinalParameters | Parameter lda should be final. | 225 |
Error | misc | FinalParameters | Parameter beta should be final. | 225 |
Error | misc | FinalParameters | Parameter c should be final. | 225 |
Error | misc | FinalParameters | Parameter ldc should be final. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 249 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 249 |
Error | misc | FinalParameters | Parameter side should be final. | 249 |
Error | misc | FinalParameters | Parameter uplo should be final. | 249 |
Error | misc | FinalParameters | Parameter transa should be final. | 249 |
Error | misc | FinalParameters | Parameter diag should be final. | 249 |
Error | misc | FinalParameters | Parameter m should be final. | 249 |
Error | misc | FinalParameters | Parameter n should be final. | 249 |
Error | misc | FinalParameters | Parameter alpha should be final. | 249 |
Error | misc | FinalParameters | Parameter a should be final. | 249 |
Error | misc | FinalParameters | Parameter lda should be final. | 249 |
Error | misc | FinalParameters | Parameter b should be final. | 249 |
Error | misc | FinalParameters | Parameter ldb should be final. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 271 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 271 |
Error | misc | FinalParameters | Parameter side should be final. | 271 |
Error | misc | FinalParameters | Parameter uplo should be final. | 271 |
Error | misc | FinalParameters | Parameter transa should be final. | 271 |
Error | misc | FinalParameters | Parameter diag should be final. | 271 |
Error | misc | FinalParameters | Parameter m should be final. | 271 |
Error | misc | FinalParameters | Parameter n should be final. | 271 |
Error | misc | FinalParameters | Parameter alpha should be final. | 271 |
Error | misc | FinalParameters | Parameter a should be final. | 271 |
Error | misc | FinalParameters | Parameter lda should be final. | 271 |
Error | misc | FinalParameters | Parameter b should be final. | 271 |
Error | misc | FinalParameters | Parameter ldb should be final. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 290 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 290 |
Error | misc | FinalParameters | Parameter uplo should be final. | 290 |
Error | misc | FinalParameters | Parameter trans should be final. | 290 |
Error | misc | FinalParameters | Parameter diag should be final. | 290 |
Error | misc | FinalParameters | Parameter n should be final. | 290 |
Error | misc | FinalParameters | Parameter a should be final. | 290 |
Error | misc | FinalParameters | Parameter lda should be final. | 290 |
Error | misc | FinalParameters | Parameter x should be final. | 290 |
Error | misc | FinalParameters | Parameter incx should be final. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 308). | 309 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 309 |
Error | misc | FinalParameters | Parameter uplo should be final. | 309 |
Error | misc | FinalParameters | Parameter trans should be final. | 309 |
Error | misc | FinalParameters | Parameter diag should be final. | 309 |
Error | misc | FinalParameters | Parameter n should be final. | 309 |
Error | misc | FinalParameters | Parameter a should be final. | 309 |
Error | misc | FinalParameters | Parameter lda should be final. | 309 |
Error | misc | FinalParameters | Parameter x should be final. | 309 |
Error | misc | FinalParameters | Parameter incx should be final. | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | misc | FinalParameters | Parameter s1 should be final. | 320 |
Error | misc | FinalParameters | Parameter s2 should be final. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 321 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | misc | FinalParameters | Parameter srname should be final. | 331 |
Error | misc | FinalParameters | Parameter info should be final. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 302). | 351 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 351 |
Error | misc | FinalParameters | Parameter m should be final. | 351 |
Error | misc | FinalParameters | Parameter n should be final. | 351 |
Error | misc | FinalParameters | Parameter alpha should be final. | 351 |
Error | misc | FinalParameters | Parameter x should be final. | 351 |
Error | misc | FinalParameters | Parameter incx should be final. | 351 |
Error | misc | FinalParameters | Parameter y should be final. | 351 |
Error | misc | FinalParameters | Parameter incy should be final. | 351 |
Error | misc | FinalParameters | Parameter a should be final. | 351 |
Error | misc | FinalParameters | Parameter lda should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 338). | 374 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 374 |
Error | misc | FinalParameters | Parameter uplo should be final. | 374 |
Error | misc | FinalParameters | Parameter trans should be final. | 374 |
Error | misc | FinalParameters | Parameter n should be final. | 374 |
Error | misc | FinalParameters | Parameter k should be final. | 374 |
Error | misc | FinalParameters | Parameter alpha should be final. | 374 |
Error | misc | FinalParameters | Parameter a should be final. | 374 |
Error | misc | FinalParameters | Parameter lda should be final. | 374 |
Error | misc | FinalParameters | Parameter b should be final. | 374 |
Error | misc | FinalParameters | Parameter ldb should be final. | 374 |
Error | misc | FinalParameters | Parameter beta should be final. | 374 |
Error | misc | FinalParameters | Parameter c should be final. | 374 |
Error | misc | FinalParameters | Parameter ldc should be final. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 272). | 389 |
Error | misc | FinalParameters | Parameter n should be final. | 389 |
Error | misc | FinalParameters | Parameter dx should be final. | 389 |
Error | misc | FinalParameters | Parameter incx should be final. | 389 |
Error | misc | FinalParameters | Parameter dy should be final. | 389 |
Error | misc | FinalParameters | Parameter incy should be final. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 250). | 407 |
Error | misc | FinalParameters | Parameter n should be final. | 407 |
Error | misc | FinalParameters | Parameter x should be final. | 407 |
Error | misc | FinalParameters | Parameter incx should be final. | 407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 428 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 428 |
Error | misc | FinalParameters | Parameter uplo should be final. | 428 |
Error | misc | FinalParameters | Parameter n should be final. | 428 |
Error | misc | FinalParameters | Parameter alpha should be final. | 428 |
Error | misc | FinalParameters | Parameter a should be final. | 428 |
Error | misc | FinalParameters | Parameter lda should be final. | 428 |
Error | misc | FinalParameters | Parameter x should be final. | 428 |
Error | misc | FinalParameters | Parameter incx should be final. | 428 |
Error | misc | FinalParameters | Parameter beta should be final. | 428 |
Error | misc | FinalParameters | Parameter y should be final. | 428 |
Error | misc | FinalParameters | Parameter incy should be final. | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 429 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 309). | 448 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 448 |
Error | misc | FinalParameters | Parameter uplo should be final. | 448 |
Error | misc | FinalParameters | Parameter n should be final. | 448 |
Error | misc | FinalParameters | Parameter alpha should be final. | 448 |
Error | misc | FinalParameters | Parameter x should be final. | 448 |
Error | misc | FinalParameters | Parameter incx should be final. | 448 |
Error | misc | FinalParameters | Parameter y should be final. | 448 |
Error | misc | FinalParameters | Parameter incy should be final. | 448 |
Error | misc | FinalParameters | Parameter a should be final. | 448 |
Error | misc | FinalParameters | Parameter lda should be final. | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 449 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 363). | 473 |
Error | sizes | ParameterNumber | More than 7 parameters (found 14). | 473 |
Error | misc | FinalParameters | Parameter transa should be final. | 473 |
Error | misc | FinalParameters | Parameter transb should be final. | 473 |
Error | misc | FinalParameters | Parameter m should be final. | 473 |
Error | misc | FinalParameters | Parameter n should be final. | 473 |
Error | misc | FinalParameters | Parameter k should be final. | 473 |
Error | misc | FinalParameters | Parameter alpha should be final. | 473 |
Error | misc | FinalParameters | Parameter a should be final. | 473 |
Error | misc | FinalParameters | Parameter lda should be final. | 473 |
Error | misc | FinalParameters | Parameter b should be final. | 473 |
Error | misc | FinalParameters | Parameter ldb should be final. | 473 |
Error | misc | FinalParameters | Parameter beta should be final. | 473 |
Error | misc | FinalParameters | Parameter c should be final. | 473 |
Error | misc | FinalParameters | Parameter ldc should be final. | 473 |
Error | misc | FinalParameters | Parameter thread should be final. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 478 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 29 |
Error | misc | FinalParameters | Parameter a should be final. | 29 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | misc | FinalParameters | Parameter incx should be final. | 29 |
Error | misc | FinalParameters | Parameter y should be final. | 29 |
Error | misc | FinalParameters | Parameter incy should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | misc | FinalParameters | Parameter size should be final. | 27 |
Error | misc | FinalParameters | Parameter x should be final. | 27 |
Error | misc | FinalParameters | Parameter incx should be final. | 27 |
Error | misc | FinalParameters | Parameter y should be final. | 27 |
Error | misc | FinalParameters | Parameter incy should be final. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter size should be final. | 57 |
Error | misc | FinalParameters | Parameter x should be final. | 57 |
Error | misc | FinalParameters | Parameter incx should be final. | 57 |
Error | misc | FinalParameters | Parameter y should be final. | 57 |
Error | misc | FinalParameters | Parameter incy should be final. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 29 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | misc | FinalParameters | Parameter incx should be final. | 29 |
Error | misc | FinalParameters | Parameter y should be final. | 29 |
Error | misc | FinalParameters | Parameter incy should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 129 |
Error | sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 129 |
Error | sizes | ParameterNumber | More than 7 parameters (found 13). | 129 |
Error | misc | FinalParameters | Parameter transa should be final. | 129 |
Error | misc | FinalParameters | Parameter transb should be final. | 129 |
Error | misc | FinalParameters | Parameter m should be final. | 129 |
Error | misc | FinalParameters | Parameter n should be final. | 129 |
Error | misc | FinalParameters | Parameter k should be final. | 129 |
Error | misc | FinalParameters | Parameter alpha should be final. | 129 |
Error | misc | FinalParameters | Parameter a should be final. | 129 |
Error | misc | FinalParameters | Parameter lda should be final. | 129 |
Error | misc | FinalParameters | Parameter b should be final. | 129 |
Error | misc | FinalParameters | Parameter ldb should be final. | 129 |
Error | misc | FinalParameters | Parameter beta should be final. | 129 |
Error | misc | FinalParameters | Parameter c should be final. | 129 |
Error | misc | FinalParameters | Parameter ldc should be final. | 129 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 167 |
Error | coding | MagicNumber | '3' is a magic number. | 170 |
Error | coding | MagicNumber | '4' is a magic number. | 172 |
Error | coding | MagicNumber | '5' is a magic number. | 174 |
Error | coding | MagicNumber | '8' is a magic number. | 176 |
Error | coding | MagicNumber | '10' is a magic number. | 178 |
Error | coding | MagicNumber | '13' is a magic number. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 286 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 51 |
Error | sizes | ParameterNumber | More than 7 parameters (found 13). | 51 |
Error | misc | FinalParameters | Parameter transa should be final. | 51 |
Error | misc | FinalParameters | Parameter transb should be final. | 51 |
Error | misc | FinalParameters | Parameter m should be final. | 51 |
Error | misc | FinalParameters | Parameter n should be final. | 51 |
Error | misc | FinalParameters | Parameter k should be final. | 51 |
Error | misc | FinalParameters | Parameter alpha should be final. | 51 |
Error | misc | FinalParameters | Parameter a should be final. | 51 |
Error | misc | FinalParameters | Parameter lda should be final. | 51 |
Error | misc | FinalParameters | Parameter b should be final. | 51 |
Error | misc | FinalParameters | Parameter ldb should be final. | 51 |
Error | misc | FinalParameters | Parameter beta should be final. | 51 |
Error | misc | FinalParameters | Parameter c should be final. | 51 |
Error | misc | FinalParameters | Parameter ldc should be final. | 51 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 90 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 90 |
Error | misc | FinalParameters | Parameter ch should be final. | 90 |
Error | misc | FinalParameters | Parameter m should be final. | 90 |
Error | misc | FinalParameters | Parameter n should be final. | 90 |
Error | misc | FinalParameters | Parameter k should be final. | 90 |
Error | misc | FinalParameters | Parameter alpha should be final. | 90 |
Error | misc | FinalParameters | Parameter A should be final. | 90 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | misc | FinalParameters | Parameter lda should be final. | 90 |
Error | misc | FinalParameters | Parameter B should be final. | 90 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | misc | FinalParameters | Parameter ldb should be final. | 90 |
Error | misc | FinalParameters | Parameter beta should be final. | 90 |
Error | misc | FinalParameters | Parameter C should be final. | 90 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | misc | FinalParameters | Parameter ldc should be final. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 92 |
Error | blocks | EmptyBlock | Must have at least one statement. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 115 |
Error | sizes | ParameterNumber | More than 7 parameters (found 13). | 115 |
Error | misc | FinalParameters | Parameter ch should be final. | 115 |
Error | misc | FinalParameters | Parameter startLoopCount should be final. | 115 |
Error | misc | FinalParameters | Parameter m2 should be final. | 115 |
Error | misc | FinalParameters | Parameter n should be final. | 115 |
Error | misc | FinalParameters | Parameter k should be final. | 115 |
Error | misc | FinalParameters | Parameter alpha should be final. | 115 |
Error | misc | FinalParameters | Parameter A should be final. | 115 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | misc | FinalParameters | Parameter lda should be final. | 115 |
Error | misc | FinalParameters | Parameter B should be final. | 115 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | misc | FinalParameters | Parameter ldb should be final. | 115 |
Error | misc | FinalParameters | Parameter beta should be final. | 115 |
Error | misc | FinalParameters | Parameter C should be final. | 115 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | misc | FinalParameters | Parameter ldc should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 246). | 18 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 62 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 62 |
Error | misc | FinalParameters | Parameter ch should be final. | 62 |
Error | coding | HiddenField | 'ch' hides a field. | 62 |
Error | misc | FinalParameters | Parameter m should be final. | 62 |
Error | misc | FinalParameters | Parameter n should be final. | 62 |
Error | coding | HiddenField | 'n' hides a field. | 62 |
Error | misc | FinalParameters | Parameter k should be final. | 62 |
Error | coding | HiddenField | 'k' hides a field. | 62 |
Error | misc | FinalParameters | Parameter alpha should be final. | 62 |
Error | coding | HiddenField | 'alpha' hides a field. | 62 |
Error | misc | FinalParameters | Parameter a should be final. | 62 |
Error | misc | FinalParameters | Parameter lda should be final. | 62 |
Error | coding | HiddenField | 'lda' hides a field. | 62 |
Error | misc | FinalParameters | Parameter b should be final. | 62 |
Error | misc | FinalParameters | Parameter ldb should be final. | 62 |
Error | coding | HiddenField | 'ldb' hides a field. | 62 |
Error | misc | FinalParameters | Parameter beta should be final. | 62 |
Error | coding | HiddenField | 'beta' hides a field. | 62 |
Error | misc | FinalParameters | Parameter c should be final. | 62 |
Error | misc | FinalParameters | Parameter ldc should be final. | 62 |
Error | coding | HiddenField | 'ldc' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 104 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 104 |
Error | misc | FinalParameters | Parameter trans should be final. | 104 |
Error | misc | FinalParameters | Parameter m should be final. | 104 |
Error | misc | FinalParameters | Parameter n should be final. | 104 |
Error | misc | FinalParameters | Parameter alpha should be final. | 104 |
Error | misc | FinalParameters | Parameter a should be final. | 104 |
Error | misc | FinalParameters | Parameter lda should be final. | 104 |
Error | misc | FinalParameters | Parameter x should be final. | 104 |
Error | misc | FinalParameters | Parameter incx should be final. | 104 |
Error | misc | FinalParameters | Parameter beta should be final. | 104 |
Error | misc | FinalParameters | Parameter y should be final. | 104 |
Error | misc | FinalParameters | Parameter incy should be final. | 104 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 111 |
Error | coding | MagicNumber | '3' is a magic number. | 116 |
Error | coding | MagicNumber | '6' is a magic number. | 118 |
Error | coding | MagicNumber | '8' is a magic number. | 120 |
Error | coding | MagicNumber | '11' is a magic number. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 206 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 85 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 85 |
Error | misc | FinalParameters | Parameter m should be final. | 85 |
Error | misc | FinalParameters | Parameter n should be final. | 85 |
Error | misc | FinalParameters | Parameter alpha should be final. | 85 |
Error | misc | FinalParameters | Parameter x should be final. | 85 |
Error | misc | FinalParameters | Parameter incx should be final. | 85 |
Error | misc | FinalParameters | Parameter y should be final. | 85 |
Error | misc | FinalParameters | Parameter incy should be final. | 85 |
Error | misc | FinalParameters | Parameter a should be final. | 85 |
Error | misc | FinalParameters | Parameter lda should be final. | 85 |
Error | naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'pointer_y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | coding | MagicNumber | '5' is a magic number. | 99 |
Error | coding | MagicNumber | '7' is a magic number. | 101 |
Error | coding | MagicNumber | '9' is a magic number. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | misc | FinalParameters | Parameter size should be final. | 28 |
Error | misc | FinalParameters | Parameter x should be final. | 28 |
Error | misc | FinalParameters | Parameter incx should be final. | 28 |
Error | naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 27 |
Error | misc | FinalParameters | Parameter a should be final. | 27 |
Error | misc | FinalParameters | Parameter x should be final. | 27 |
Error | misc | FinalParameters | Parameter incx should be final. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 28 |
Error | misc | FinalParameters | Parameter x should be final. | 28 |
Error | misc | FinalParameters | Parameter incx should be final. | 28 |
Error | misc | FinalParameters | Parameter y should be final. | 28 |
Error | misc | FinalParameters | Parameter incy should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 244). | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | misc | FinalParameters | Parameter n should be final. | 39 |
Error | coding | HiddenField | 'n' hides a field. | 39 |
Error | misc | FinalParameters | Parameter dx should be final. | 39 |
Error | coding | HiddenField | 'dx' hides a field. | 39 |
Error | misc | FinalParameters | Parameter incx should be final. | 39 |
Error | coding | HiddenField | 'incx' hides a field. | 39 |
Error | misc | FinalParameters | Parameter dy should be final. | 39 |
Error | coding | HiddenField | 'dy' hides a field. | 39 |
Error | misc | FinalParameters | Parameter incy should be final. | 39 |
Error | coding | HiddenField | 'incy' hides a field. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter n should be final. | 61 |
Error | coding | HiddenField | 'n' hides a field. | 61 |
Error | misc | FinalParameters | Parameter dx should be final. | 61 |
Error | coding | HiddenField | 'dx' hides a field. | 61 |
Error | misc | FinalParameters | Parameter incx should be final. | 61 |
Error | coding | HiddenField | 'incx' hides a field. | 61 |
Error | misc | FinalParameters | Parameter dy should be final. | 61 |
Error | coding | HiddenField | 'dy' hides a field. | 61 |
Error | misc | FinalParameters | Parameter incy should be final. | 61 |
Error | coding | HiddenField | 'incy' hides a field. | 61 |
Error | misc | FinalParameters | Parameter n should be final. | 101 |
Error | coding | HiddenField | 'n' hides a field. | 101 |
Error | misc | FinalParameters | Parameter dx should be final. | 101 |
Error | coding | HiddenField | 'dx' hides a field. | 101 |
Error | misc | FinalParameters | Parameter incx should be final. | 101 |
Error | coding | HiddenField | 'incx' hides a field. | 101 |
Error | misc | FinalParameters | Parameter dy should be final. | 101 |
Error | coding | HiddenField | 'dy' hides a field. | 101 |
Error | misc | FinalParameters | Parameter incy should be final. | 101 |
Error | coding | HiddenField | 'incy' hides a field. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 102 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 102 |
Error | misc | FinalParameters | Parameter uplo should be final. | 102 |
Error | misc | FinalParameters | Parameter n should be final. | 102 |
Error | misc | FinalParameters | Parameter alpha should be final. | 102 |
Error | misc | FinalParameters | Parameter a should be final. | 102 |
Error | misc | FinalParameters | Parameter lda should be final. | 102 |
Error | misc | FinalParameters | Parameter x should be final. | 102 |
Error | misc | FinalParameters | Parameter incx should be final. | 102 |
Error | misc | FinalParameters | Parameter beta should be final. | 102 |
Error | misc | FinalParameters | Parameter y should be final. | 102 |
Error | misc | FinalParameters | Parameter incy should be final. | 102 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | coding | MagicNumber | '5' is a magic number. | 115 |
Error | coding | MagicNumber | '7' is a magic number. | 117 |
Error | coding | MagicNumber | '10' is a magic number. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 100 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 100 |
Error | misc | FinalParameters | Parameter uplo should be final. | 100 |
Error | misc | FinalParameters | Parameter n should be final. | 100 |
Error | misc | FinalParameters | Parameter alpha should be final. | 100 |
Error | misc | FinalParameters | Parameter x should be final. | 100 |
Error | misc | FinalParameters | Parameter incx should be final. | 100 |
Error | misc | FinalParameters | Parameter y should be final. | 100 |
Error | misc | FinalParameters | Parameter incy should be final. | 100 |
Error | misc | FinalParameters | Parameter a should be final. | 100 |
Error | misc | FinalParameters | Parameter lda should be final. | 100 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
Error | coding | MagicNumber | '5' is a magic number. | 111 |
Error | coding | MagicNumber | '7' is a magic number. | 113 |
Error | coding | MagicNumber | '9' is a magic number. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
Error | sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 133 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 133 |
Error | misc | FinalParameters | Parameter uplo should be final. | 133 |
Error | misc | FinalParameters | Parameter trans should be final. | 133 |
Error | misc | FinalParameters | Parameter n should be final. | 133 |
Error | misc | FinalParameters | Parameter k should be final. | 133 |
Error | misc | FinalParameters | Parameter alpha should be final. | 133 |
Error | misc | FinalParameters | Parameter a should be final. | 133 |
Error | misc | FinalParameters | Parameter lda should be final. | 133 |
Error | misc | FinalParameters | Parameter b should be final. | 133 |
Error | misc | FinalParameters | Parameter ldb should be final. | 133 |
Error | misc | FinalParameters | Parameter beta should be final. | 133 |
Error | misc | FinalParameters | Parameter c should be final. | 133 |
Error | misc | FinalParameters | Parameter ldc should be final. | 133 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 159 |
Error | coding | MagicNumber | '3' is a magic number. | 162 |
Error | coding | MagicNumber | '4' is a magic number. | 164 |
Error | coding | MagicNumber | '7' is a magic number. | 166 |
Error | coding | MagicNumber | '9' is a magic number. | 168 |
Error | coding | MagicNumber | '12' is a magic number. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 305 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 114 |
Error | sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 114 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 114 |
Error | misc | FinalParameters | Parameter uplo should be final. | 114 |
Error | misc | FinalParameters | Parameter trans should be final. | 114 |
Error | misc | FinalParameters | Parameter n should be final. | 114 |
Error | misc | FinalParameters | Parameter k should be final. | 114 |
Error | misc | FinalParameters | Parameter alpha should be final. | 114 |
Error | misc | FinalParameters | Parameter a should be final. | 114 |
Error | misc | FinalParameters | Parameter lda should be final. | 114 |
Error | misc | FinalParameters | Parameter beta should be final. | 114 |
Error | misc | FinalParameters | Parameter c should be final. | 114 |
Error | misc | FinalParameters | Parameter ldc should be final. | 114 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 135 |
Error | coding | MagicNumber | '3' is a magic number. | 138 |
Error | coding | MagicNumber | '4' is a magic number. | 140 |
Error | coding | MagicNumber | '7' is a magic number. | 142 |
Error | coding | MagicNumber | '10' is a magic number. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 117 |
Error | sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 117 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 117 |
Error | misc | FinalParameters | Parameter side should be final. | 117 |
Error | misc | FinalParameters | Parameter uplo should be final. | 117 |
Error | misc | FinalParameters | Parameter transa should be final. | 117 |
Error | misc | FinalParameters | Parameter diag should be final. | 117 |
Error | misc | FinalParameters | Parameter m should be final. | 117 |
Error | misc | FinalParameters | Parameter n should be final. | 117 |
Error | misc | FinalParameters | Parameter alpha should be final. | 117 |
Error | misc | FinalParameters | Parameter a should be final. | 117 |
Error | misc | FinalParameters | Parameter lda should be final. | 117 |
Error | misc | FinalParameters | Parameter b should be final. | 117 |
Error | misc | FinalParameters | Parameter ldb should be final. | 117 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 142 |
Error | coding | MagicNumber | '3' is a magic number. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 144 |
Error | coding | MagicNumber | '4' is a magic number. | 145 |
Error | coding | MagicNumber | '5' is a magic number. | 147 |
Error | coding | MagicNumber | '6' is a magic number. | 149 |
Error | coding | MagicNumber | '9' is a magic number. | 151 |
Error | coding | MagicNumber | '11' is a magic number. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 96 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 96 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 96 |
Error | misc | FinalParameters | Parameter uplo should be final. | 96 |
Error | misc | FinalParameters | Parameter trans should be final. | 96 |
Error | misc | FinalParameters | Parameter diag should be final. | 96 |
Error | misc | FinalParameters | Parameter n should be final. | 96 |
Error | misc | FinalParameters | Parameter a should be final. | 96 |
Error | misc | FinalParameters | Parameter lda should be final. | 96 |
Error | misc | FinalParameters | Parameter x should be final. | 96 |
Error | misc | FinalParameters | Parameter incx should be final. | 96 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |
Error | coding | MagicNumber | '3' is a magic number. | 107 |
Error | coding | MagicNumber | '4' is a magic number. | 109 |
Error | coding | MagicNumber | '6' is a magic number. | 111 |
Error | coding | MagicNumber | '8' is a magic number. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 254 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 119 |
Error | sizes | MethodLength | Method length is 278 lines (max allowed is 150). | 119 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 119 |
Error | misc | FinalParameters | Parameter side should be final. | 119 |
Error | misc | FinalParameters | Parameter uplo should be final. | 119 |
Error | misc | FinalParameters | Parameter transa should be final. | 119 |
Error | misc | FinalParameters | Parameter diag should be final. | 119 |
Error | misc | FinalParameters | Parameter m should be final. | 119 |
Error | misc | FinalParameters | Parameter n should be final. | 119 |
Error | misc | FinalParameters | Parameter alpha should be final. | 119 |
Error | misc | FinalParameters | Parameter a should be final. | 119 |
Error | misc | FinalParameters | Parameter lda should be final. | 119 |
Error | misc | FinalParameters | Parameter b should be final. | 119 |
Error | misc | FinalParameters | Parameter ldb should be final. | 119 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'b_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalVariableName | Name 'b_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'pointer_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 146 |
Error | coding | MagicNumber | '3' is a magic number. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 148 |
Error | coding | MagicNumber | '4' is a magic number. | 149 |
Error | coding | MagicNumber | '5' is a magic number. | 151 |
Error | coding | MagicNumber | '6' is a magic number. | 153 |
Error | coding | MagicNumber | '9' is a magic number. | 155 |
Error | coding | MagicNumber | '11' is a magic number. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 378 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 99 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 99 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 99 |
Error | misc | FinalParameters | Parameter uplo should be final. | 99 |
Error | misc | FinalParameters | Parameter trans should be final. | 99 |
Error | misc | FinalParameters | Parameter diag should be final. | 99 |
Error | misc | FinalParameters | Parameter n should be final. | 99 |
Error | misc | FinalParameters | Parameter a should be final. | 99 |
Error | misc | FinalParameters | Parameter lda should be final. | 99 |
Error | misc | FinalParameters | Parameter x should be final. | 99 |
Error | misc | FinalParameters | Parameter incx should be final. | 99 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 109 |
Error | coding | MagicNumber | '3' is a magic number. | 110 |
Error | coding | MagicNumber | '4' is a magic number. | 112 |
Error | coding | MagicNumber | '6' is a magic number. | 114 |
Error | coding | MagicNumber | '8' is a magic number. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 239 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 28 |
Error | misc | FinalParameters | Parameter x should be final. | 28 |
Error | misc | FinalParameters | Parameter incx should be final. | 28 |
Error | misc | FinalParameters | Parameter y should be final. | 28 |
Error | misc | FinalParameters | Parameter incy should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter size should be final. | 28 |
Error | misc | FinalParameters | Parameter x should be final. | 28 |
Error | misc | FinalParameters | Parameter incx should be final. | 28 |
Error | misc | FinalParameters | Parameter y should be final. | 28 |
Error | misc | FinalParameters | Parameter incy should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter srname should be final. | 37 |
Error | misc | FinalParameters | Parameter info should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 40 |
Error | naming | LocalVariableName | Name 'fmt_9999' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | misc | FinalParameters | Parameter a should be final. | 23 |
Error | misc | FinalParameters | Parameter b should be final. | 23 |
Error | misc | FinalParameters | Parameter la should be final. | 23 |
Error | misc | FinalParameters | Parameter lb should be final. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter a should be final. | 53 |
Error | misc | FinalParameters | Parameter b should be final. | 53 |
Error | misc | FinalParameters | Parameter la should be final. | 53 |
Error | misc | FinalParameters | Parameter lb should be final. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 103 |
Error | naming | MethodName | Name 'd_sign' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | misc | FinalParameters | Parameter a should be final. | 104 |
Error | misc | FinalParameters | Parameter b should be final. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 33 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | misc | FinalParameters | Parameter ispec should be final. | 34 |
Error | misc | FinalParameters | Parameter name should be final. | 34 |
Error | misc | FinalParameters | Parameter opts should be final. | 34 |
Error | misc | FinalParameters | Parameter n1 should be final. | 34 |
Error | misc | FinalParameters | Parameter n2 should be final. | 34 |
Error | misc | FinalParameters | Parameter n3 should be final. | 34 |
Error | misc | FinalParameters | Parameter n4 should be final. | 34 |
Error | misc | FinalParameters | Parameter name_len should be final. | 34 |
Error | naming | ParameterName | Name 'name_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter opts_len should be final. | 34 |
Error | naming | ParameterName | Name 'opts_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter unit should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 49 |
Error | misc | FinalParameters | Parameter uplo should be final. | 50 |
Error | misc | FinalParameters | Parameter n should be final. | 50 |
Error | misc | FinalParameters | Parameter a should be final. | 50 |
Error | misc | FinalParameters | Parameter lda should be final. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 65 |
Error | misc | FinalParameters | Parameter uplo should be final. | 66 |
Error | misc | FinalParameters | Parameter n should be final. | 66 |
Error | misc | FinalParameters | Parameter a should be final. | 66 |
Error | misc | FinalParameters | Parameter lda should be final. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 84 |
Error | misc | FinalParameters | Parameter compz should be final. | 85 |
Error | misc | FinalParameters | Parameter n should be final. | 85 |
Error | misc | FinalParameters | Parameter d should be final. | 85 |
Error | misc | FinalParameters | Parameter e should be final. | 85 |
Error | misc | FinalParameters | Parameter z should be final. | 85 |
Error | misc | FinalParameters | Parameter ldz should be final. | 85 |
Error | misc | FinalParameters | Parameter work should be final. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 106 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 107 |
Error | misc | FinalParameters | Parameter jobz should be final. | 107 |
Error | misc | FinalParameters | Parameter uplo should be final. | 107 |
Error | misc | FinalParameters | Parameter n should be final. | 107 |
Error | misc | FinalParameters | Parameter a should be final. | 107 |
Error | misc | FinalParameters | Parameter lda should be final. | 107 |
Error | misc | FinalParameters | Parameter w should be final. | 107 |
Error | misc | FinalParameters | Parameter work should be final. | 107 |
Error | misc | FinalParameters | Parameter lwork should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 125 |
Error | misc | FinalParameters | Parameter uplo should be final. | 126 |
Error | misc | FinalParameters | Parameter n should be final. | 126 |
Error | misc | FinalParameters | Parameter a should be final. | 126 |
Error | misc | FinalParameters | Parameter lda should be final. | 126 |
Error | misc | FinalParameters | Parameter tau should be final. | 126 |
Error | misc | FinalParameters | Parameter work should be final. | 126 |
Error | misc | FinalParameters | Parameter lwork should be final. | 126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 140 |
Error | misc | FinalParameters | Parameter n should be final. | 141 |
Error | misc | FinalParameters | Parameter d should be final. | 141 |
Error | misc | FinalParameters | Parameter e should be final. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 161 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 162 |
Error | misc | FinalParameters | Parameter uplo should be final. | 162 |
Error | misc | FinalParameters | Parameter n should be final. | 162 |
Error | misc | FinalParameters | Parameter a should be final. | 162 |
Error | misc | FinalParameters | Parameter lda should be final. | 162 |
Error | misc | FinalParameters | Parameter d should be final. | 162 |
Error | misc | FinalParameters | Parameter e should be final. | 162 |
Error | misc | FinalParameters | Parameter tau should be final. | 162 |
Error | misc | FinalParameters | Parameter work should be final. | 162 |
Error | misc | FinalParameters | Parameter lwork should be final. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 200 |
Error | misc | FinalParameters | Parameter norm should be final. | 201 |
Error | misc | FinalParameters | Parameter uplo should be final. | 201 |
Error | misc | FinalParameters | Parameter n should be final. | 201 |
Error | misc | FinalParameters | Parameter a should be final. | 201 |
Error | misc | FinalParameters | Parameter lda should be final. | 201 |
Error | misc | FinalParameters | Parameter work should be final. | 201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 222 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 223 |
Error | misc | FinalParameters | Parameter type should be final. | 223 |
Error | misc | FinalParameters | Parameter kl should be final. | 223 |
Error | misc | FinalParameters | Parameter ku should be final. | 223 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 223 |
Error | misc | FinalParameters | Parameter cto should be final. | 223 |
Error | misc | FinalParameters | Parameter m should be final. | 223 |
Error | misc | FinalParameters | Parameter n2 should be final. | 223 |
Error | misc | FinalParameters | Parameter a should be final. | 223 |
Error | misc | FinalParameters | Parameter lda should be final. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 236 |
Error | misc | FinalParameters | Parameter string should be final. | 237 |
Error | misc | FinalParameters | Parameter unit should be final. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 255 |
Error | misc | FinalParameters | Parameter x should be final. | 256 |
Error | misc | FinalParameters | Parameter y should be final. | 256 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 269 |
Error | misc | FinalParameters | Parameter f should be final. | 270 |
Error | misc | FinalParameters | Parameter g should be final. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 284 |
Error | misc | FinalParameters | Parameter a should be final. | 285 |
Error | misc | FinalParameters | Parameter b should be final. | 285 |
Error | misc | FinalParameters | Parameter c should be final. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 299 |
Error | misc | FinalParameters | Parameter a should be final. | 300 |
Error | misc | FinalParameters | Parameter b should be final. | 300 |
Error | misc | FinalParameters | Parameter c should be final. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 319 |
Error | misc | FinalParameters | Parameter uplo should be final. | 320 |
Error | misc | FinalParameters | Parameter n should be final. | 320 |
Error | misc | FinalParameters | Parameter a should be final. | 320 |
Error | misc | FinalParameters | Parameter lda should be final. | 320 |
Error | misc | FinalParameters | Parameter d should be final. | 320 |
Error | misc | FinalParameters | Parameter e should be final. | 320 |
Error | misc | FinalParameters | Parameter tau should be final. | 320 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 340 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 341 |
Error | misc | FinalParameters | Parameter uplo should be final. | 341 |
Error | misc | FinalParameters | Parameter n should be final. | 341 |
Error | misc | FinalParameters | Parameter nb should be final. | 341 |
Error | misc | FinalParameters | Parameter a should be final. | 341 |
Error | misc | FinalParameters | Parameter lda should be final. | 341 |
Error | misc | FinalParameters | Parameter e should be final. | 341 |
Error | misc | FinalParameters | Parameter tau should be final. | 341 |
Error | misc | FinalParameters | Parameter w should be final. | 341 |
Error | misc | FinalParameters | Parameter ldw should be final. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 357 |
Error | misc | FinalParameters | Parameter n should be final. | 358 |
Error | misc | FinalParameters | Parameter x should be final. | 358 |
Error | misc | FinalParameters | Parameter incx should be final. | 358 |
Error | misc | FinalParameters | Parameter scale should be final. | 358 |
Error | misc | FinalParameters | Parameter sumsq should be final. | 358 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 373 |
Error | misc | FinalParameters | Parameter norm should be final. | 374 |
Error | misc | FinalParameters | Parameter n should be final. | 374 |
Error | misc | FinalParameters | Parameter d should be final. | 374 |
Error | misc | FinalParameters | Parameter e should be final. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 390 |
Error | misc | FinalParameters | Parameter n should be final. | 391 |
Error | misc | FinalParameters | Parameter alpha should be final. | 391 |
Error | misc | FinalParameters | Parameter x should be final. | 391 |
Error | misc | FinalParameters | Parameter incx should be final. | 391 |
Error | misc | FinalParameters | Parameter tau should be final. | 391 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 405 |
Error | misc | FinalParameters | Parameter id should be final. | 406 |
Error | misc | FinalParameters | Parameter n should be final. | 406 |
Error | misc | FinalParameters | Parameter d should be final. | 406 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 424 |
Error | misc | FinalParameters | Parameter uplo should be final. | 425 |
Error | misc | FinalParameters | Parameter m should be final. | 425 |
Error | misc | FinalParameters | Parameter n should be final. | 425 |
Error | misc | FinalParameters | Parameter alpha should be final. | 425 |
Error | misc | FinalParameters | Parameter beta should be final. | 425 |
Error | misc | FinalParameters | Parameter a should be final. | 425 |
Error | misc | FinalParameters | Parameter lda should be final. | 425 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 445 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 446 |
Error | misc | FinalParameters | Parameter side should be final. | 446 |
Error | misc | FinalParameters | Parameter pivot should be final. | 446 |
Error | misc | FinalParameters | Parameter direct should be final. | 446 |
Error | misc | FinalParameters | Parameter m should be final. | 446 |
Error | misc | FinalParameters | Parameter n should be final. | 446 |
Error | misc | FinalParameters | Parameter c should be final. | 446 |
Error | misc | FinalParameters | Parameter s should be final. | 446 |
Error | misc | FinalParameters | Parameter a should be final. | 446 |
Error | misc | FinalParameters | Parameter lda should be final. | 446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 472 |
Error | sizes | ParameterNumber | More than 7 parameters (found 15). | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 473 |
Error | misc | FinalParameters | Parameter side should be final. | 473 |
Error | misc | FinalParameters | Parameter trans should be final. | 473 |
Error | misc | FinalParameters | Parameter direct should be final. | 473 |
Error | misc | FinalParameters | Parameter storev should be final. | 473 |
Error | misc | FinalParameters | Parameter m should be final. | 473 |
Error | misc | FinalParameters | Parameter n should be final. | 473 |
Error | misc | FinalParameters | Parameter k should be final. | 473 |
Error | misc | FinalParameters | Parameter vin should be final. | 473 |
Error | misc | FinalParameters | Parameter ldv should be final. | 473 |
Error | misc | FinalParameters | Parameter tin should be final. | 473 |
Error | misc | FinalParameters | Parameter ldt should be final. | 473 |
Error | misc | FinalParameters | Parameter c__in should be final. | 473 |
Error | naming | ParameterName | Name 'c__in' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 |
Error | misc | FinalParameters | Parameter ldc should be final. | 473 |
Error | misc | FinalParameters | Parameter workin should be final. | 473 |
Error | misc | FinalParameters | Parameter ldwork should be final. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 17 |
Error | misc | FinalParameters | Parameter a should be final. | 48 |
Error | misc | FinalParameters | Parameter b should be final. | 48 |
Error | misc | FinalParameters | Parameter c should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | misc | FinalParameters | Parameter a should be final. | 85 |
Error | misc | FinalParameters | Parameter b should be final. | 85 |
Error | misc | FinalParameters | Parameter c should be final. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | coding | MagicNumber | '4' is a magic number. | 180 |
Error | coding | MagicNumber | '3' is a magic number. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | misc | FinalParameters | Parameter cmach should be final. | 109 |
Error | misc | FinalParameters | Parameter unit should be final. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | misc | FinalParameters | Parameter beta should be final. | 231 |
Error | coding | HiddenField | 'beta' hides a field. | 231 |
Error | misc | FinalParameters | Parameter t should be final. | 231 |
Error | coding | HiddenField | 't' hides a field. | 231 |
Error | misc | FinalParameters | Parameter unit should be final. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | coding | MagicNumber | '4' is a magic number. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | coding | MagicNumber | '100' is a magic number. | 290 |
Error | coding | MagicNumber | '100' is a magic number. | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 408 |
Error | misc | FinalParameters | Parameter unit should be final. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 434 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 439 |
Error | coding | MagicNumber | '3' is a magic number. | 452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 482 |
Error | coding | MagicNumber | '3' is a magic number. | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 510 |
Error | coding | MagicNumber | '3' is a magic number. | 511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 523 |
Error | coding | MagicNumber | '3' is a magic number. | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 552 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | misc | FinalParameters | Parameter a should be final. | 624 |
Error | misc | FinalParameters | Parameter b should be final. | 624 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 625 |
Error | misc | FinalParameters | Parameter emino should be final. | 664 |
Error | misc | FinalParameters | Parameter start should be final. | 664 |
Error | misc | FinalParameters | Parameter base should be final. | 664 |
Error | coding | HiddenField | 'base' hides a field. | 664 |
Error | misc | FinalParameters | Parameter unit should be final. | 664 |
Error | coding | MagicNumber | '1000' is a magic number. | 684 |
Error | coding | MagicNumber | '1000' is a magic number. | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 768 |
Error | misc | FinalParameters | Parameter lbeta should be final. | 768 |
Error | misc | FinalParameters | Parameter lt should be final. | 768 |
Error | misc | FinalParameters | Parameter emini should be final. | 768 |
Error | misc | FinalParameters | Parameter ieee should be final. | 768 |
Error | misc | FinalParameters | Parameter unit should be final. | 768 |
Error | naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 776 |
Error | naming | LocalVariableName | Name 'try__' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 782 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 797 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 800 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 835 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 842 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 873 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 875 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 878 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 879 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 880 |
Error | design | VisibilityModifier | Variable 'lemax' must be private and have accessor methods. | 880 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 881 |
Error | design | VisibilityModifier | Variable 'y' must be private and have accessor methods. | 881 |
Error | misc | FinalParameters | Parameter cmach should be final. | 889 |
Error | misc | FinalParameters | Parameter unit should be final. | 889 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 894 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 362). | 952 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter constantName should be final. | 38 |
Error | misc | FinalParameters | Parameter unit should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | misc | FinalParameters | Parameter norm should be final. | 77 |
Error | misc | FinalParameters | Parameter n should be final. | 77 |
Error | misc | FinalParameters | Parameter d should be final. | 77 |
Error | misc | FinalParameters | Parameter e should be final. | 77 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 116 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter norm should be final. | 104 |
Error | misc | FinalParameters | Parameter uplo should be final. | 104 |
Error | misc | FinalParameters | Parameter n should be final. | 104 |
Error | misc | FinalParameters | Parameter ain should be final. | 104 |
Error | misc | FinalParameters | Parameter lda should be final. | 104 |
Error | misc | FinalParameters | Parameter workin should be final. | 104 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 173 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | misc | FinalParameters | Parameter n should be final. | 250 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 250 |
Error | misc | FinalParameters | Parameter incx should be final. | 250 |
Error | naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter x should be final. | 44 |
Error | misc | FinalParameters | Parameter y should be final. | 44 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 17 |
Error | naming | MemberName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | naming | MemberName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | naming | MemberName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | naming | MemberName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | naming | MemberName | Name 'v_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | naming | MemberName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | naming | MemberName | Name 'work_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | naming | MemberName | Name 't_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 150 |
Error | sizes | MethodLength | Method length is 559 lines (max allowed is 150). | 150 |
Error | sizes | ParameterNumber | More than 7 parameters (found 15). | 150 |
Error | naming | MethodName | Name 'dlarfb_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | misc | FinalParameters | Parameter side should be final. | 150 |
Error | misc | FinalParameters | Parameter trans should be final. | 150 |
Error | misc | FinalParameters | Parameter direct should be final. | 150 |
Error | misc | FinalParameters | Parameter storev should be final. | 150 |
Error | misc | FinalParameters | Parameter m should be final. | 150 |
Error | misc | FinalParameters | Parameter n should be final. | 150 |
Error | misc | FinalParameters | Parameter k should be final. | 150 |
Error | misc | FinalParameters | Parameter vin should be final. | 150 |
Error | misc | FinalParameters | Parameter ldv should be final. | 150 |
Error | misc | FinalParameters | Parameter tin should be final. | 150 |
Error | misc | FinalParameters | Parameter ldt should be final. | 150 |
Error | misc | FinalParameters | Parameter cin should be final. | 150 |
Error | misc | FinalParameters | Parameter ldc should be final. | 150 |
Error | misc | FinalParameters | Parameter workin should be final. | 150 |
Error | misc | FinalParameters | Parameter ldwork should be final. | 150 |
Error | naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | naming | LocalVariableName | Name 'c_b25' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | naming | LocalVariableName | Name 'v_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | coding | HiddenField | 'pointer_v' hides a field. | 163 |
Error | naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
Error | naming | LocalVariableName | Name 't_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
Error | coding | HiddenField | 'pointer_t' hides a field. | 167 |
Error | naming | LocalVariableName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | coding | HiddenField | 'pointer_c' hides a field. | 171 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
Error | naming | LocalVariableName | Name 'work_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | coding | HiddenField | 'pointer_work' hides a field. | 175 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 448 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 515 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 520 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 547 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 549 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 565 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 579 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 586 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 590 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 591 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 592 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 642 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 648 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 698 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 710 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 719 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 728 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 737 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 744 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 774 |
Error | sizes | ParameterNumber | More than 7 parameters (found 15). | 774 |
Error | misc | FinalParameters | Parameter side should be final. | 774 |
Error | misc | FinalParameters | Parameter trans should be final. | 774 |
Error | misc | FinalParameters | Parameter direct should be final. | 774 |
Error | misc | FinalParameters | Parameter storev should be final. | 774 |
Error | misc | FinalParameters | Parameter m should be final. | 774 |
Error | misc | FinalParameters | Parameter n should be final. | 774 |
Error | misc | FinalParameters | Parameter k should be final. | 774 |
Error | misc | FinalParameters | Parameter vin should be final. | 774 |
Error | misc | FinalParameters | Parameter ldv should be final. | 774 |
Error | misc | FinalParameters | Parameter tin should be final. | 774 |
Error | misc | FinalParameters | Parameter ldt should be final. | 774 |
Error | misc | FinalParameters | Parameter cin should be final. | 774 |
Error | misc | FinalParameters | Parameter ldc should be final. | 774 |
Error | misc | FinalParameters | Parameter workin should be final. | 774 |
Error | misc | FinalParameters | Parameter ldwork should be final. | 774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 775 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | misc | FinalParameters | Parameter n should be final. | 81 |
Error | misc | FinalParameters | Parameter alpha should be final. | 81 |
Error | misc | FinalParameters | Parameter x should be final. | 81 |
Error | misc | FinalParameters | Parameter incx should be final. | 81 |
Error | misc | FinalParameters | Parameter tau should be final. | 81 |
Error | naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | naming | LocalVariableName | Name 'd__1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'd__2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | misc | FinalParameters | Parameter rs should be final. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 52 |
Error | misc | FinalParameters | Parameter f should be final. | 63 |
Error | misc | FinalParameters | Parameter g should be final. | 63 |
Error | coding | MagicNumber | '3' is a magic number. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 99 |
Error | misc | FinalParameters | Parameter type should be final. | 99 |
Error | misc | FinalParameters | Parameter kl should be final. | 99 |
Error | misc | FinalParameters | Parameter ku should be final. | 99 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 99 |
Error | misc | FinalParameters | Parameter cto should be final. | 99 |
Error | misc | FinalParameters | Parameter m should be final. | 99 |
Error | misc | FinalParameters | Parameter n should be final. | 99 |
Error | misc | FinalParameters | Parameter a should be final. | 99 |
Error | misc | FinalParameters | Parameter lda should be final. | 99 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | coding | MagicNumber | '3' is a magic number. | 115 |
Error | coding | MagicNumber | '4' is a magic number. | 117 |
Error | coding | MagicNumber | '5' is a magic number. | 119 |
Error | coding | MagicNumber | '6' is a magic number. | 121 |
Error | coding | MagicNumber | '-4' is a magic number. | 129 |
Error | coding | MagicNumber | '-6' is a magic number. | 131 |
Error | coding | MagicNumber | '4' is a magic number. | 132 |
Error | coding | MagicNumber | '5' is a magic number. | 132 |
Error | coding | MagicNumber | '-7' is a magic number. | 133 |
Error | coding | MagicNumber | '3' is a magic number. | 134 |
Error | coding | MagicNumber | '-9' is a magic number. | 135 |
Error | coding | MagicNumber | '4' is a magic number. | 136 |
Error | coding | MagicNumber | '-2' is a magic number. | 139 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 141 |
Error | coding | MagicNumber | '4' is a magic number. | 141 |
Error | coding | MagicNumber | '5' is a magic number. | 141 |
Error | coding | MagicNumber | '-3' is a magic number. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 143 |
Error | coding | MagicNumber | '4' is a magic number. | 143 |
Error | coding | MagicNumber | '5' is a magic number. | 143 |
Error | coding | MagicNumber | '6' is a magic number. | 143 |
Error | coding | MagicNumber | '-9' is a magic number. | 144 |
Error | coding | MagicNumber | '3' is a magic number. | 208 |
Error | coding | MagicNumber | '4' is a magic number. | 216 |
Error | coding | MagicNumber | '5' is a magic number. | 225 |
Error | coding | MagicNumber | '6' is a magic number. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | misc | FinalParameters | Parameter uplo should be final. | 81 |
Error | misc | FinalParameters | Parameter m should be final. | 81 |
Error | misc | FinalParameters | Parameter n should be final. | 81 |
Error | misc | FinalParameters | Parameter alpha should be final. | 81 |
Error | misc | FinalParameters | Parameter beta should be final. | 81 |
Error | misc | FinalParameters | Parameter a should be final. | 81 |
Error | misc | FinalParameters | Parameter lda should be final. | 81 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 128 |
Error | sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 128 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 128 |
Error | misc | FinalParameters | Parameter side should be final. | 128 |
Error | misc | FinalParameters | Parameter pivot should be final. | 128 |
Error | misc | FinalParameters | Parameter direct should be final. | 128 |
Error | misc | FinalParameters | Parameter m should be final. | 128 |
Error | misc | FinalParameters | Parameter n should be final. | 128 |
Error | misc | FinalParameters | Parameter c should be final. | 128 |
Error | misc | FinalParameters | Parameter s should be final. | 128 |
Error | misc | FinalParameters | Parameter a should be final. | 128 |
Error | misc | FinalParameters | Parameter lda should be final. | 128 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | naming | LocalVariableName | Name 'pointer_s' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 140 |
Error | coding | MagicNumber | '3' is a magic number. | 141 |
Error | coding | MagicNumber | '4' is a magic number. | 143 |
Error | coding | MagicNumber | '5' is a magic number. | 145 |
Error | coding | MagicNumber | '9' is a magic number. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 63 |
Error | misc | FinalParameters | Parameter id should be final. | 63 |
Error | misc | FinalParameters | Parameter n should be final. | 63 |
Error | misc | FinalParameters | Parameter d should be final. | 63 |
Error | coding | MagicNumber | '64' is a magic number. | 64 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | naming | LocalVariableName | Name 'pointer_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | coding | MagicNumber | '-2' is a magic number. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 91 |
Error | coding | MagicNumber | '3' is a magic number. | 92 |
Error | coding | MagicNumber | '3' is a magic number. | 95 |
Error | coding | MagicNumber | '3' is a magic number. | 96 |
Error | coding | MagicNumber | '20' is a magic number. | 99 |
Error | coding | MagicNumber | '20' is a magic number. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | coding | MagicNumber | '3' is a magic number. | 180 |
Error | coding | MagicNumber | '3' is a magic number. | 181 |
Error | coding | MagicNumber | '3' is a magic number. | 183 |
Error | coding | MagicNumber | '3' is a magic number. | 184 |
Error | coding | MagicNumber | '3' is a magic number. | 187 |
Error | coding | MagicNumber | '3' is a magic number. | 188 |
Error | coding | MagicNumber | '3' is a magic number. | 190 |
Error | coding | MagicNumber | '3' is a magic number. | 191 |
Error | coding | MagicNumber | '3' is a magic number. | 218 |
Error | coding | MagicNumber | '3' is a magic number. | 219 |
Error | coding | MagicNumber | '3' is a magic number. | 221 |
Error | coding | MagicNumber | '3' is a magic number. | 222 |
Error | coding | MagicNumber | '3' is a magic number. | 225 |
Error | coding | MagicNumber | '3' is a magic number. | 226 |
Error | coding | MagicNumber | '3' is a magic number. | 228 |
Error | coding | MagicNumber | '3' is a magic number. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | misc | FinalParameters | Parameter n should be final. | 76 |
Error | misc | FinalParameters | Parameter x should be final. | 76 |
Error | misc | FinalParameters | Parameter incx should be final. | 76 |
Error | misc | FinalParameters | Parameter scale should be final. | 76 |
Error | misc | FinalParameters | Parameter sumsq should be final. | 76 |
Error | naming | LocalVariableName | Name 'pointer_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 166 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 166 |
Error | misc | FinalParameters | Parameter uplo should be final. | 166 |
Error | misc | FinalParameters | Parameter n should be final. | 166 |
Error | misc | FinalParameters | Parameter nb should be final. | 166 |
Error | misc | FinalParameters | Parameter ai should be final. | 166 |
Error | misc | FinalParameters | Parameter lda should be final. | 166 |
Error | misc | FinalParameters | Parameter e should be final. | 166 |
Error | misc | FinalParameters | Parameter tau should be final. | 166 |
Error | misc | FinalParameters | Parameter wi should be final. | 166 |
Error | misc | FinalParameters | Parameter ldw should be final. | 166 |
Error | naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | naming | LocalVariableName | Name 'c_b6' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | naming | LocalVariableName | Name 'c_b16' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | naming | LocalVariableName | Name 'w_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 |
Error | naming | LocalVariableName | Name 'w_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | naming | LocalVariableName | Name 'pointer_w' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | misc | FinalParameters | Parameter n should be final. | 272 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 272 |
Error | misc | FinalParameters | Parameter incx should be final. | 272 |
Error | misc | FinalParameters | Parameter dyIndex should be final. | 272 |
Error | misc | FinalParameters | Parameter incy should be final. | 272 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 291 |
Error | misc | FinalParameters | Parameter n should be final. | 291 |
Error | misc | FinalParameters | Parameter alpha should be final. | 291 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 291 |
Error | misc | FinalParameters | Parameter incx should be final. | 291 |
Error | misc | FinalParameters | Parameter dyIndex should be final. | 291 |
Error | misc | FinalParameters | Parameter incy should be final. | 291 |
Error | misc | FinalParameters | Parameter n should be final. | 307 |
Error | misc | FinalParameters | Parameter da should be final. | 307 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 307 |
Error | misc | FinalParameters | Parameter incx should be final. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 328 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 328 |
Error | misc | FinalParameters | Parameter uplo should be final. | 328 |
Error | misc | FinalParameters | Parameter n should be final. | 328 |
Error | misc | FinalParameters | Parameter alpha should be final. | 328 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 328 |
Error | misc | FinalParameters | Parameter lda should be final. | 328 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 328 |
Error | misc | FinalParameters | Parameter incx should be final. | 328 |
Error | misc | FinalParameters | Parameter beta should be final. | 328 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 328 |
Error | misc | FinalParameters | Parameter incy should be final. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 336 |
Error | misc | FinalParameters | Parameter n should be final. | 350 |
Error | misc | FinalParameters | Parameter alpha should be final. | 350 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 350 |
Error | misc | FinalParameters | Parameter incx should be final. | 350 |
Error | misc | FinalParameters | Parameter tau should be final. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 372 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 372 |
Error | naming | MethodName | Name 'dgemv_aww' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
Error | misc | FinalParameters | Parameter trans should be final. | 372 |
Error | misc | FinalParameters | Parameter m should be final. | 372 |
Error | misc | FinalParameters | Parameter n should be final. | 372 |
Error | misc | FinalParameters | Parameter alpha should be final. | 372 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 372 |
Error | misc | FinalParameters | Parameter lda should be final. | 372 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 372 |
Error | misc | FinalParameters | Parameter incx should be final. | 372 |
Error | misc | FinalParameters | Parameter beta should be final. | 372 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 372 |
Error | misc | FinalParameters | Parameter incy should be final. | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 397 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 397 |
Error | naming | MethodName | Name 'dgemv_awa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 397 |
Error | misc | FinalParameters | Parameter trans should be final. | 397 |
Error | misc | FinalParameters | Parameter m should be final. | 397 |
Error | misc | FinalParameters | Parameter n should be final. | 397 |
Error | misc | FinalParameters | Parameter alpha should be final. | 397 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 397 |
Error | misc | FinalParameters | Parameter lda should be final. | 397 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 397 |
Error | misc | FinalParameters | Parameter incx should be final. | 397 |
Error | misc | FinalParameters | Parameter beta should be final. | 397 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 397 |
Error | misc | FinalParameters | Parameter incy should be final. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 422 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 422 |
Error | naming | MethodName | Name 'dgemv_waa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 422 |
Error | misc | FinalParameters | Parameter trans should be final. | 422 |
Error | misc | FinalParameters | Parameter m should be final. | 422 |
Error | misc | FinalParameters | Parameter n should be final. | 422 |
Error | misc | FinalParameters | Parameter alpha should be final. | 422 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 422 |
Error | misc | FinalParameters | Parameter lda should be final. | 422 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 422 |
Error | misc | FinalParameters | Parameter incx should be final. | 422 |
Error | misc | FinalParameters | Parameter beta should be final. | 422 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 422 |
Error | misc | FinalParameters | Parameter incy should be final. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 447 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 447 |
Error | naming | MethodName | Name 'dgemv_aaw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 447 |
Error | misc | FinalParameters | Parameter trans should be final. | 447 |
Error | misc | FinalParameters | Parameter m should be final. | 447 |
Error | misc | FinalParameters | Parameter n should be final. | 447 |
Error | misc | FinalParameters | Parameter alpha should be final. | 447 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 447 |
Error | misc | FinalParameters | Parameter lda should be final. | 447 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 447 |
Error | misc | FinalParameters | Parameter incx should be final. | 447 |
Error | misc | FinalParameters | Parameter beta should be final. | 447 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 447 |
Error | misc | FinalParameters | Parameter incy should be final. | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 472 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 472 |
Error | naming | MethodName | Name 'dgemv_www' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 472 |
Error | misc | FinalParameters | Parameter trans should be final. | 472 |
Error | misc | FinalParameters | Parameter m should be final. | 472 |
Error | misc | FinalParameters | Parameter n should be final. | 472 |
Error | misc | FinalParameters | Parameter alpha should be final. | 472 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 472 |
Error | misc | FinalParameters | Parameter lda should be final. | 472 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 472 |
Error | misc | FinalParameters | Parameter incx should be final. | 472 |
Error | misc | FinalParameters | Parameter beta should be final. | 472 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 472 |
Error | misc | FinalParameters | Parameter incy should be final. | 472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 497 |
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 497 |
Error | naming | MethodName | Name 'dgemv_waw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
Error | misc | FinalParameters | Parameter trans should be final. | 497 |
Error | misc | FinalParameters | Parameter m should be final. | 497 |
Error | misc | FinalParameters | Parameter n should be final. | 497 |
Error | misc | FinalParameters | Parameter alpha should be final. | 497 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 497 |
Error | misc | FinalParameters | Parameter lda should be final. | 497 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 497 |
Error | misc | FinalParameters | Parameter incx should be final. | 497 |
Error | misc | FinalParameters | Parameter beta should be final. | 497 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 497 |
Error | misc | FinalParameters | Parameter incy should be final. | 497 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
Error | misc | FinalParameters | Parameter uplo should be final. | 98 |
Error | misc | FinalParameters | Parameter n should be final. | 98 |
Error | misc | FinalParameters | Parameter at should be final. | 98 |
Error | misc | FinalParameters | Parameter lda should be final. | 98 |
Error | misc | FinalParameters | Parameter taut should be final. | 98 |
Error | misc | FinalParameters | Parameter workt should be final. | 98 |
Error | misc | FinalParameters | Parameter lwork should be final. | 98 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | coding | MagicNumber | '-2' is a magic number. | 120 |
Error | coding | MagicNumber | '-4' is a magic number. | 122 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 |
Error | coding | MagicNumber | '-7' is a magic number. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 132 |
Error | coding | MagicNumber | '6' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 134 |
Error | coding | MagicNumber | '6' is a magic number. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 277 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 277 |
Error | naming | MethodName | Name 'dorgql_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | misc | FinalParameters | Parameter m should be final. | 277 |
Error | misc | FinalParameters | Parameter n should be final. | 277 |
Error | misc | FinalParameters | Parameter k should be final. | 277 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter lda should be final. | 277 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter lwork should be final. | 277 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 287 |
Error | coding | MagicNumber | '6' is a magic number. | 287 |
Error | coding | MagicNumber | '-2' is a magic number. | 294 |
Error | coding | MagicNumber | '-3' is a magic number. | 296 |
Error | coding | MagicNumber | '-5' is a magic number. | 298 |
Error | coding | MagicNumber | '-8' is a magic number. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 321 |
Error | coding | MagicNumber | '3' is a magic number. | 321 |
Error | coding | MagicNumber | '6' is a magic number. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 332 |
Error | coding | MagicNumber | '6' is a magic number. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 377 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 392 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 395 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 454 |
Error | naming | MethodName | Name 'dorg2l_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
Error | misc | FinalParameters | Parameter m should be final. | 454 |
Error | misc | FinalParameters | Parameter n should be final. | 454 |
Error | misc | FinalParameters | Parameter k should be final. | 454 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 454 |
Error | misc | FinalParameters | Parameter lda should be final. | 454 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 454 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 454 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 458 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 459 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 |
Error | coding | MagicNumber | '-2' is a magic number. | 467 |
Error | coding | MagicNumber | '-3' is a magic number. | 469 |
Error | coding | MagicNumber | '-5' is a magic number. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 516 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 517 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 518 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 519 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 525 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 526 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 528 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 534 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 535 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 537 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 538 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 539 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 542 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 544 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 545 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 547 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 548 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 551 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 562 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 567 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 569 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 585 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 585 |
Error | naming | MethodName | Name 'dlarf_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 585 |
Error | misc | FinalParameters | Parameter side should be final. | 585 |
Error | misc | FinalParameters | Parameter m should be final. | 585 |
Error | misc | FinalParameters | Parameter n should be final. | 585 |
Error | misc | FinalParameters | Parameter vIndex should be final. | 585 |
Error | misc | FinalParameters | Parameter incv should be final. | 585 |
Error | misc | FinalParameters | Parameter tau should be final. | 585 |
Error | coding | HiddenField | 'tau' hides a field. | 585 |
Error | misc | FinalParameters | Parameter cIndex should be final. | 585 |
Error | misc | FinalParameters | Parameter ldc should be final. | 585 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 585 |
Error | naming | LocalVariableName | Name 'c_b4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 |
Error | naming | LocalVariableName | Name 'c_b5' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 592 |
Error | naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 594 |
Error | naming | LocalVariableName | Name 'c_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 595 |
Error | naming | LocalVariableName | Name 'c_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 596 |
Error | naming | LocalVariableName | Name 'pointer_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 597 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 635 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 643 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 646 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 650 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 652 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 653 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 654 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 658 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 660 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 661 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 663 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 666 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 667 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 669 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 670 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 671 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 674 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 675 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 676 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 677 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 678 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 680 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 684 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 685 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 687 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 688 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 690 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 692 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 693 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 696 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 698 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 700 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 701 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 702 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 717 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 717 |
Error | naming | MethodName | Name 'dorgqr_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 717 |
Error | misc | FinalParameters | Parameter m should be final. | 717 |
Error | misc | FinalParameters | Parameter n should be final. | 717 |
Error | misc | FinalParameters | Parameter k should be final. | 717 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 717 |
Error | misc | FinalParameters | Parameter lda should be final. | 717 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 717 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 717 |
Error | misc | FinalParameters | Parameter lwork should be final. | 717 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 720 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 721 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 723 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 726 |
Error | coding | MagicNumber | '6' is a magic number. | 726 |
Error | coding | MagicNumber | '-2' is a magic number. | 735 |
Error | coding | MagicNumber | '-3' is a magic number. | 737 |
Error | coding | MagicNumber | '-5' is a magic number. | 739 |
Error | coding | MagicNumber | '-8' is a magic number. | 741 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 764 |
Error | coding | MagicNumber | '3' is a magic number. | 764 |
Error | coding | MagicNumber | '6' is a magic number. | 764 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 776 |
Error | coding | MagicNumber | '6' is a magic number. | 776 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 785 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 803 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 255). | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 823 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 838 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 839 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 840 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 841 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 844 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 845 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 847 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 848 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 850 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 852 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 854 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 855 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 857 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 859 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 860 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 862 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 864 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 865 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 867 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 868 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 869 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 870 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 871 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 873 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 874 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 875 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 876 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 877 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 879 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 880 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 882 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 883 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 884 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 886 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 887 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 888 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 889 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 891 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 892 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 893 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 895 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 896 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 897 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 899 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 900 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 901 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 902 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 904 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 905 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 907 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 908 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 910 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 911 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 912 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 913 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 914 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 916 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 918 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 919 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 920 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 922 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 924 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 926 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 927 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 928 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 929 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 930 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 946 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 946 |
Error | naming | MethodName | Name 'dlarft_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 946 |
Error | misc | FinalParameters | Parameter direct should be final. | 946 |
Error | misc | FinalParameters | Parameter storev should be final. | 946 |
Error | misc | FinalParameters | Parameter n should be final. | 946 |
Error | misc | FinalParameters | Parameter k should be final. | 946 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 946 |
Error | misc | FinalParameters | Parameter ldv should be final. | 946 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 946 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 946 |
Error | misc | FinalParameters | Parameter ldt should be final. | 946 |
Error | naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
Error | naming | LocalVariableName | Name 'v_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 954 |
Error | naming | LocalVariableName | Name 'v_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 955 |
Error | naming | LocalVariableName | Name 'pointer_v' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 956 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 957 |
Error | naming | LocalVariableName | Name 't_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 958 |
Error | naming | LocalVariableName | Name 't_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 959 |
Error | naming | LocalVariableName | Name 'pointer_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 960 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 984 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 987 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 988 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 999 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1000 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1002 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1004 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 1013 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1014 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1032 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1038 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1041 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1042 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1044 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1049 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1049 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1057 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1059 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1062 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 1063 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1064 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1070 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1073 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1075 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1086 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1089 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 1106 |
Error | sizes | ParameterNumber | More than 7 parameters (found 15). | 1106 |
Error | naming | MethodName | Name 'dlarfb_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1106 |
Error | misc | FinalParameters | Parameter side should be final. | 1106 |
Error | misc | FinalParameters | Parameter trans should be final. | 1106 |
Error | misc | FinalParameters | Parameter direct should be final. | 1106 |
Error | misc | FinalParameters | Parameter storev should be final. | 1106 |
Error | misc | FinalParameters | Parameter m should be final. | 1106 |
Error | misc | FinalParameters | Parameter n should be final. | 1106 |
Error | misc | FinalParameters | Parameter k should be final. | 1106 |
Error | misc | FinalParameters | Parameter vIndex should be final. | 1106 |
Error | misc | FinalParameters | Parameter ldv should be final. | 1106 |
Error | misc | FinalParameters | Parameter tIndex should be final. | 1106 |
Error | misc | FinalParameters | Parameter ldt should be final. | 1106 |
Error | misc | FinalParameters | Parameter cIndex should be final. | 1106 |
Error | misc | FinalParameters | Parameter ldc should be final. | 1106 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 1106 |
Error | misc | FinalParameters | Parameter ldwork2 should be final. | 1106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1134 |
Error | naming | MethodName | Name 'dorg2r_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1134 |
Error | misc | FinalParameters | Parameter m should be final. | 1134 |
Error | misc | FinalParameters | Parameter n should be final. | 1134 |
Error | misc | FinalParameters | Parameter k should be final. | 1134 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 1134 |
Error | misc | FinalParameters | Parameter lda should be final. | 1134 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 1134 |
Error | misc | FinalParameters | Parameter workIndex should be final. | 1134 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1137 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1138 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1139 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1140 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1141 |
Error | coding | MagicNumber | '-2' is a magic number. | 1147 |
Error | coding | MagicNumber | '-3' is a magic number. | 1149 |
Error | coding | MagicNumber | '-5' is a magic number. | 1151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 1175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter uplo should be final. | 84 |
Error | misc | FinalParameters | Parameter n should be final. | 84 |
Error | misc | FinalParameters | Parameter a should be final. | 84 |
Error | misc | FinalParameters | Parameter lda should be final. | 84 |
Error | naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'c_b12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | coding | MagicNumber | '-2' is a magic number. | 100 |
Error | coding | MagicNumber | '-4' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 119 |
Error | naming | LocalVariableName | Name 'a_1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 134 |
Error | naming | LocalVariableName | Name 'a_1j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 135 |
Error | naming | LocalVariableName | Name 'a_jj1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
Error | naming | LocalVariableName | Name 'a_j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 169 |
Error | naming | LocalVariableName | Name 'a_j11Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 170 |
Error | naming | LocalVariableName | Name 'a_j1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 180 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | misc | FinalParameters | Parameter uplo should be final. | 81 |
Error | misc | FinalParameters | Parameter n should be final. | 81 |
Error | misc | FinalParameters | Parameter a should be final. | 81 |
Error | misc | FinalParameters | Parameter lda should be final. | 81 |
Error | naming | LocalVariableName | Name 'c_b13' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | coding | MagicNumber | '-2' is a magic number. | 96 |
Error | coding | MagicNumber | '-4' is a magic number. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | coding | MagicNumber | '6' is a magic number. | 112 |
Error | naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 130 |
Error | naming | LocalVariableName | Name 'a_1jTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 133 |
Error | naming | LocalVariableName | Name 'a_jjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
Error | naming | LocalVariableName | Name 'a_1jjbTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 160 |
Error | naming | LocalVariableName | Name 'a_jjjbTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | naming | LocalVariableName | Name 'a_j1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 184 |
Error | naming | LocalVariableName | Name 'a_jjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 199 |
Error | naming | LocalVariableName | Name 'a_jjb1Temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 200 |
Error | naming | LocalVariableName | Name 'a_jjbjTemp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 109 |
Error | sizes | MethodLength | Method length is 514 lines (max allowed is 150). | 109 |
Error | misc | FinalParameters | Parameter compz should be final. | 109 |
Error | misc | FinalParameters | Parameter n should be final. | 109 |
Error | misc | FinalParameters | Parameter di should be final. | 109 |
Error | misc | FinalParameters | Parameter ei should be final. | 109 |
Error | misc | FinalParameters | Parameter zi should be final. | 109 |
Error | misc | FinalParameters | Parameter ldz should be final. | 109 |
Error | misc | FinalParameters | Parameter worki should be final. | 109 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | naming | LocalVariableName | Name 'z_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'z_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'pointer_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | coding | MagicNumber | '-2' is a magic number. | 145 |
Error | coding | MagicNumber | '-6' is a magic number. | 147 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | coding | MagicNumber | '3' is a magic number. | 172 |
Error | naming | LocalVariableName | Name 'c_b9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 181 |
Error | coding | MagicNumber | '30' is a magic number. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 324 |
Error | coding | MagicNumber | '3' is a magic number. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 356 |
Error | naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 392 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 460 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 471 |
Error | coding | MagicNumber | '3' is a magic number. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 480 |
Error | coding | MagicNumber | '-2' is a magic number. | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 503 |
Error | naming | LocalVariableName | Name 'c_b10' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 582 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 585 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 587 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 589 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 591 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 593 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 636 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 636 |
Error | misc | FinalParameters | Parameter pointer_d should be final. | 636 |
Error | naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | misc | FinalParameters | Parameter pointer_e should be final. | 636 |
Error | naming | ParameterName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | misc | FinalParameters | Parameter n should be final. | 636 |
Error | misc | FinalParameters | Parameter iscale should be final. | 636 |
Error | misc | FinalParameters | Parameter lendsv should be final. | 636 |
Error | misc | FinalParameters | Parameter lsv should be final. | 636 |
Error | misc | FinalParameters | Parameter anorm should be final. | 636 |
Error | misc | FinalParameters | Parameter ssfmin should be final. | 636 |
Error | misc | FinalParameters | Parameter ssfmax should be final. | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 660 |
Error | misc | FinalParameters | Parameter pointer_d should be final. | 660 |
Error | naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
Error | misc | FinalParameters | Parameter pointer_z should be final. | 660 |
Error | naming | ParameterName | Name 'pointer_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
Error | misc | FinalParameters | Parameter n should be final. | 660 |
Error | misc | FinalParameters | Parameter icompz should be final. | 660 |
Error | misc | FinalParameters | Parameter z_dim1 should be final. | 660 |
Error | naming | ParameterName | Name 'z_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 701 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 701 |
Error | misc | FinalParameters | Parameter side should be final. | 701 |
Error | misc | FinalParameters | Parameter pivot should be final. | 701 |
Error | misc | FinalParameters | Parameter direct should be final. | 701 |
Error | misc | FinalParameters | Parameter m should be final. | 701 |
Error | misc | FinalParameters | Parameter n should be final. | 701 |
Error | misc | FinalParameters | Parameter cIndex should be final. | 701 |
Error | misc | FinalParameters | Parameter sIndex should be final. | 701 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 701 |
Error | misc | FinalParameters | Parameter lda should be final. | 701 |
Error | misc | FinalParameters | Parameter n should be final. | 720 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 720 |
Error | misc | FinalParameters | Parameter incx should be final. | 720 |
Error | misc | FinalParameters | Parameter dyIndex should be final. | 720 |
Error | misc | FinalParameters | Parameter incy should be final. | 720 |
Error | misc | FinalParameters | Parameter id should be final. | 737 |
Error | misc | FinalParameters | Parameter n should be final. | 737 |
Error | misc | FinalParameters | Parameter dIndex should be final. | 737 |
Error | misc | FinalParameters | Parameter norm should be final. | 753 |
Error | misc | FinalParameters | Parameter n should be final. | 753 |
Error | misc | FinalParameters | Parameter dIndex should be final. | 753 |
Error | misc | FinalParameters | Parameter eIndex should be final. | 753 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 771 |
Error | misc | FinalParameters | Parameter uplo should be final. | 771 |
Error | misc | FinalParameters | Parameter m should be final. | 771 |
Error | misc | FinalParameters | Parameter n2 should be final. | 771 |
Error | misc | FinalParameters | Parameter alpha should be final. | 771 |
Error | misc | FinalParameters | Parameter beta should be final. | 771 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 771 |
Error | misc | FinalParameters | Parameter lda should be final. | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 791 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 791 |
Error | naming | MethodName | Name 'dlascl_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 791 |
Error | misc | FinalParameters | Parameter type should be final. | 791 |
Error | misc | FinalParameters | Parameter kl should be final. | 791 |
Error | misc | FinalParameters | Parameter ku should be final. | 791 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 791 |
Error | misc | FinalParameters | Parameter cto should be final. | 791 |
Error | misc | FinalParameters | Parameter m should be final. | 791 |
Error | misc | FinalParameters | Parameter n2 should be final. | 791 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 791 |
Error | misc | FinalParameters | Parameter lda should be final. | 791 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 812 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 812 |
Error | naming | MethodName | Name 'dlascl_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 812 |
Error | misc | FinalParameters | Parameter type should be final. | 812 |
Error | misc | FinalParameters | Parameter kl should be final. | 812 |
Error | misc | FinalParameters | Parameter ku should be final. | 812 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 812 |
Error | misc | FinalParameters | Parameter cto should be final. | 812 |
Error | misc | FinalParameters | Parameter m should be final. | 812 |
Error | misc | FinalParameters | Parameter n2 should be final. | 812 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 812 |
Error | misc | FinalParameters | Parameter lda should be final. | 812 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | MethodLength | Method length is 389 lines (max allowed is 150). | 69 |
Error | misc | FinalParameters | Parameter n should be final. | 69 |
Error | misc | FinalParameters | Parameter di should be final. | 69 |
Error | misc | FinalParameters | Parameter ei should be final. | 69 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | coding | MagicNumber | '3' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 99 |
Error | coding | MagicNumber | '30' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 255 |
Error | naming | LocalVariableName | Name 'c_b32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 350 |
Error | coding | MagicNumber | '-2' is a magic number. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 374 |
Error | naming | LocalVariableName | Name 'c_b32' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 396 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 470 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 470 |
Error | misc | FinalParameters | Parameter pointer_d should be final. | 470 |
Error | naming | ParameterName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 |
Error | misc | FinalParameters | Parameter n should be final. | 470 |
Error | misc | FinalParameters | Parameter iscale should be final. | 470 |
Error | misc | FinalParameters | Parameter lendsv should be final. | 470 |
Error | misc | FinalParameters | Parameter lsv should be final. | 470 |
Error | misc | FinalParameters | Parameter anorm should be final. | 470 |
Error | misc | FinalParameters | Parameter ssfmin should be final. | 470 |
Error | misc | FinalParameters | Parameter ssfmax should be final. | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 494 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 494 |
Error | naming | MethodName | Name 'dlascl_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 |
Error | misc | FinalParameters | Parameter type should be final. | 494 |
Error | misc | FinalParameters | Parameter kl should be final. | 494 |
Error | misc | FinalParameters | Parameter ku should be final. | 494 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 494 |
Error | misc | FinalParameters | Parameter cto should be final. | 494 |
Error | misc | FinalParameters | Parameter m should be final. | 494 |
Error | misc | FinalParameters | Parameter n2 should be final. | 494 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 494 |
Error | misc | FinalParameters | Parameter lda should be final. | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 515 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 515 |
Error | naming | MethodName | Name 'dlascl_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 515 |
Error | misc | FinalParameters | Parameter type should be final. | 515 |
Error | misc | FinalParameters | Parameter kl should be final. | 515 |
Error | misc | FinalParameters | Parameter ku should be final. | 515 |
Error | misc | FinalParameters | Parameter cfrom should be final. | 515 |
Error | misc | FinalParameters | Parameter cto should be final. | 515 |
Error | misc | FinalParameters | Parameter m should be final. | 515 |
Error | misc | FinalParameters | Parameter n2 should be final. | 515 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 515 |
Error | misc | FinalParameters | Parameter lda should be final. | 515 |
Error | misc | FinalParameters | Parameter id should be final. | 530 |
Error | misc | FinalParameters | Parameter n should be final. | 530 |
Error | misc | FinalParameters | Parameter dIndex should be final. | 530 |
Error | misc | FinalParameters | Parameter norm should be final. | 546 |
Error | misc | FinalParameters | Parameter n should be final. | 546 |
Error | misc | FinalParameters | Parameter dIndex should be final. | 546 |
Error | misc | FinalParameters | Parameter eIndex should be final. | 546 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 101 |
Error | sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 101 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 101 |
Error | misc | FinalParameters | Parameter jobz should be final. | 101 |
Error | misc | FinalParameters | Parameter uplo should be final. | 101 |
Error | misc | FinalParameters | Parameter n should be final. | 101 |
Error | misc | FinalParameters | Parameter a should be final. | 101 |
Error | misc | FinalParameters | Parameter lda should be final. | 101 |
Error | misc | FinalParameters | Parameter w should be final. | 101 |
Error | misc | FinalParameters | Parameter work should be final. | 101 |
Error | misc | FinalParameters | Parameter lwork should be final. | 101 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'pointer_w' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | coding | MagicNumber | '-2' is a magic number. | 119 |
Error | coding | MagicNumber | '-3' is a magic number. | 121 |
Error | coding | MagicNumber | '-5' is a magic number. | 123 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 124 |
Error | coding | MagicNumber | '3' is a magic number. | 125 |
Error | coding | MagicNumber | '-8' is a magic number. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
Error | coding | MagicNumber | '6' is a magic number. | 132 |
Error | coding | MagicNumber | '3' is a magic number. | 152 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 |
Error | naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | naming | LocalVariableName | Name 'c_b17' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 222 |
Error | naming | LocalVariableName | Name 'a_temp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 237 |
Error | naming | LocalVariableName | Name 'work_indtau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 238 |
Error | naming | LocalVariableName | Name 'work_indwrk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 239 |
Error | naming | LocalVariableName | Name 'work_inde' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 239 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 142 |
Error | misc | FinalParameters | Parameter uplo should be final. | 142 |
Error | misc | FinalParameters | Parameter n should be final. | 142 |
Error | misc | FinalParameters | Parameter ai should be final. | 142 |
Error | misc | FinalParameters | Parameter lda should be final. | 142 |
Error | misc | FinalParameters | Parameter d should be final. | 142 |
Error | misc | FinalParameters | Parameter e should be final. | 142 |
Error | misc | FinalParameters | Parameter tauii should be final. | 142 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | coding | MagicNumber | '-2' is a magic number. | 160 |
Error | coding | MagicNumber | '-4' is a magic number. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 179 |
Error | naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 200 |
Error | naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | naming | LocalVariableName | Name 'c_b8' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 233 |
Error | naming | LocalVariableName | Name 'c_b14' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 235 |
Error | misc | FinalParameters | Parameter n should be final. | 256 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 256 |
Error | misc | FinalParameters | Parameter incx should be final. | 256 |
Error | misc | FinalParameters | Parameter dyIndex should be final. | 256 |
Error | misc | FinalParameters | Parameter incy should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 277 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 277 |
Error | misc | FinalParameters | Parameter uplo should be final. | 277 |
Error | misc | FinalParameters | Parameter n should be final. | 277 |
Error | misc | FinalParameters | Parameter alpha should be final. | 277 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter incx should be final. | 277 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter incy should be final. | 277 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 277 |
Error | misc | FinalParameters | Parameter lda should be final. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 298 |
Error | misc | FinalParameters | Parameter n should be final. | 298 |
Error | misc | FinalParameters | Parameter da should be final. | 298 |
Error | misc | FinalParameters | Parameter dxIndex should be final. | 298 |
Error | misc | FinalParameters | Parameter incx should be final. | 298 |
Error | misc | FinalParameters | Parameter dyIndex should be final. | 298 |
Error | misc | FinalParameters | Parameter incy should be final. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 321 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 321 |
Error | misc | FinalParameters | Parameter uplo should be final. | 321 |
Error | misc | FinalParameters | Parameter n should be final. | 321 |
Error | misc | FinalParameters | Parameter alpha should be final. | 321 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 321 |
Error | misc | FinalParameters | Parameter lda should be final. | 321 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 321 |
Error | misc | FinalParameters | Parameter incx should be final. | 321 |
Error | misc | FinalParameters | Parameter beta should be final. | 321 |
Error | misc | FinalParameters | Parameter yIndex should be final. | 321 |
Error | misc | FinalParameters | Parameter incy should be final. | 321 |
Error | misc | FinalParameters | Parameter n should be final. | 342 |
Error | misc | FinalParameters | Parameter alpha should be final. | 342 |
Error | misc | FinalParameters | Parameter xIndex should be final. | 342 |
Error | misc | FinalParameters | Parameter incx should be final. | 342 |
Error | misc | FinalParameters | Parameter tau should be final. | 342 |
Error | coding | HiddenField | 'tau' hides a field. | 342 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 162 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 162 |
Error | misc | FinalParameters | Parameter uplo should be final. | 162 |
Error | misc | FinalParameters | Parameter n should be final. | 162 |
Error | misc | FinalParameters | Parameter ai should be final. | 162 |
Error | misc | FinalParameters | Parameter lda should be final. | 162 |
Error | misc | FinalParameters | Parameter di should be final. | 162 |
Error | misc | FinalParameters | Parameter ei should be final. | 162 |
Error | misc | FinalParameters | Parameter taui should be final. | 162 |
Error | misc | FinalParameters | Parameter worki should be final. | 162 |
Error | misc | FinalParameters | Parameter lwork should be final. | 162 |
Error | naming | LocalVariableName | Name 'c_b22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
Error | naming | LocalVariableName | Name 'a_dim1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | naming | LocalVariableName | Name 'a_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | LocalVariableName | Name 'pointer_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
Error | naming | LocalVariableName | Name 'pointer_d' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | naming | LocalVariableName | Name 'pointer_e' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | naming | LocalVariableName | Name 'pointer_tau' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | naming | LocalVariableName | Name 'pointer_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | coding | MagicNumber | '-2' is a magic number. | 187 |
Error | coding | MagicNumber | '-4' is a magic number. | 189 |
Error | coding | MagicNumber | '-9' is a magic number. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 198 |
Error | coding | MagicNumber | '6' is a magic number. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
Error | coding | MagicNumber | '3' is a magic number. | 222 |
Error | coding | MagicNumber | '6' is a magic number. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 234 |
Error | coding | MagicNumber | '6' is a magic number. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 254 |
Error | naming | LocalVariableName | Name 'c_b23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 274 |
Error | naming | LocalVariableName | Name 'c_b23' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 306 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 306 |
Error | misc | FinalParameters | Parameter uplo should be final. | 306 |
Error | misc | FinalParameters | Parameter n should be final. | 306 |
Error | misc | FinalParameters | Parameter nb should be final. | 306 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 306 |
Error | misc | FinalParameters | Parameter lda should be final. | 306 |
Error | misc | FinalParameters | Parameter eIndex should be final. | 306 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 306 |
Error | misc | FinalParameters | Parameter wIndex should be final. | 306 |
Error | misc | FinalParameters | Parameter ldw should be final. | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 326 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 342 |
Error | sizes | ParameterNumber | More than 7 parameters (found 12). | 342 |
Error | misc | FinalParameters | Parameter uplo should be final. | 342 |
Error | misc | FinalParameters | Parameter trans should be final. | 342 |
Error | misc | FinalParameters | Parameter n should be final. | 342 |
Error | misc | FinalParameters | Parameter k should be final. | 342 |
Error | misc | FinalParameters | Parameter alpha should be final. | 342 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 342 |
Error | misc | FinalParameters | Parameter lda should be final. | 342 |
Error | misc | FinalParameters | Parameter bIndex should be final. | 342 |
Error | misc | FinalParameters | Parameter ldb should be final. | 342 |
Error | misc | FinalParameters | Parameter beta should be final. | 342 |
Error | misc | FinalParameters | Parameter cIndex should be final. | 342 |
Error | misc | FinalParameters | Parameter ldc should be final. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 352 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 368 |
Error | misc | FinalParameters | Parameter uplo should be final. | 368 |
Error | misc | FinalParameters | Parameter n should be final. | 368 |
Error | misc | FinalParameters | Parameter aIndex should be final. | 368 |
Error | misc | FinalParameters | Parameter lda should be final. | 368 |
Error | misc | FinalParameters | Parameter dIndex should be final. | 368 |
Error | misc | FinalParameters | Parameter eIndex should be final. | 368 |
Error | misc | FinalParameters | Parameter tauIndex should be final. | 368 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter ispec should be final. | 61 |
Error | misc | FinalParameters | Parameter zero should be final. | 61 |
Error | misc | FinalParameters | Parameter one should be final. | 61 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 129 |
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 129 |
Error | misc | FinalParameters | Parameter ispec should be final. | 129 |
Error | misc | FinalParameters | Parameter name should be final. | 129 |
Error | misc | FinalParameters | Parameter opts should be final. | 129 |
Error | misc | FinalParameters | Parameter n1 should be final. | 129 |
Error | misc | FinalParameters | Parameter n2 should be final. | 129 |
Error | misc | FinalParameters | Parameter n3 should be final. | 129 |
Error | misc | FinalParameters | Parameter n4 should be final. | 129 |
Error | misc | FinalParameters | Parameter name_len should be final. | 129 |
Error | naming | ParameterName | Name 'name_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter opts_len should be final. | 129 |
Error | naming | ParameterName | Name 'opts_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter unit should be final. | 129 |
Error | naming | LocalVariableName | Name 'c_b162' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | naming | LocalVariableName | Name 'c_b163' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | naming | LocalVariableName | Name 'ret_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | coding | MagicNumber | '3' is a magic number. | 135 |
Error | coding | MagicNumber | '6' is a magic number. | 137 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 139 |
Error | coding | MagicNumber | '3' is a magic number. | 144 |
Error | coding | MagicNumber | '4' is a magic number. | 146 |
Error | coding | MagicNumber | '6' is a magic number. | 148 |
Error | coding | MagicNumber | '5' is a magic number. | 150 |
Error | coding | MagicNumber | '6' is a magic number. | 154 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 156 |
Error | coding | MagicNumber | '1.6f' is a magic number. | 156 |
Error | coding | MagicNumber | '7' is a magic number. | 158 |
Error | coding | MagicNumber | '8' is a magic number. | 162 |
Error | coding | MagicNumber | '50' is a magic number. | 164 |
Error | coding | MagicNumber | '9' is a magic number. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 168 |
Error | coding | MagicNumber | '25' is a magic number. | 169 |
Error | coding | MagicNumber | '10' is a magic number. | 171 |
Error | coding | MagicNumber | '11' is a magic number. | 178 |
Error | coding | MagicNumber | '3' is a magic number. | 189 |
Error | coding | MagicNumber | '6' is a magic number. | 192 |
Error | coding | MagicNumber | '90' is a magic number. | 197 |
Error | coding | MagicNumber | '122' is a magic number. | 197 |
Error | coding | MagicNumber | '97' is a magic number. | 198 |
Error | coding | MagicNumber | '122' is a magic number. | 198 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 199 |
Error | coding | MagicNumber | '32' is a magic number. | 199 |
Error | coding | MagicNumber | '6' is a magic number. | 200 |
Error | coding | MagicNumber | '97' is a magic number. | 202 |
Error | coding | MagicNumber | '122' is a magic number. | 202 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
Error | coding | MagicNumber | '32' is a magic number. | 203 |
Error | coding | MagicNumber | '233' is a magic number. | 210 |
Error | coding | MagicNumber | '169' is a magic number. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 211 |
Error | coding | MagicNumber | '129' is a magic number. | 211 |
Error | coding | MagicNumber | '137' is a magic number. | 211 |
Error | coding | MagicNumber | '145' is a magic number. | 211 |
Error | coding | MagicNumber | '153' is a magic number. | 211 |
Error | coding | MagicNumber | '162' is a magic number. | 211 |
Error | coding | MagicNumber | '169' is a magic number. | 211 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 212 |
Error | coding | MagicNumber | '64' is a magic number. | 212 |
Error | coding | MagicNumber | '6' is a magic number. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 215 |
Error | coding | MagicNumber | '129' is a magic number. | 215 |
Error | coding | MagicNumber | '137' is a magic number. | 215 |
Error | coding | MagicNumber | '145' is a magic number. | 215 |
Error | coding | MagicNumber | '153' is a magic number. | 215 |
Error | coding | MagicNumber | '162' is a magic number. | 215 |
Error | coding | MagicNumber | '169' is a magic number. | 215 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 |
Error | coding | MagicNumber | '64' is a magic number. | 216 |
Error | coding | MagicNumber | '218' is a magic number. | 223 |
Error | coding | MagicNumber | '250' is a magic number. | 223 |
Error | coding | MagicNumber | '225' is a magic number. | 224 |
Error | coding | MagicNumber | '250' is a magic number. | 224 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 |
Error | coding | MagicNumber | '32' is a magic number. | 225 |
Error | coding | MagicNumber | '6' is a magic number. | 226 |
Error | coding | MagicNumber | '225' is a magic number. | 228 |
Error | coding | MagicNumber | '250' is a magic number. | 228 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 |
Error | coding | MagicNumber | '32' is a magic number. | 229 |
Error | coding | MagicNumber | '6' is a magic number. | 242 |
Error | coding | MagicNumber | '6' is a magic number. | 243 |
Error | coding | MagicNumber | '3' is a magic number. | 243 |
Error | naming | LocalVariableName | Name 'c3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | coding | MagicNumber | '3' is a magic number. | 244 |
Error | coding | MagicNumber | '5' is a magic number. | 245 |
Error | coding | MagicNumber | '3' is a magic number. | 246 |
Error | coding | MagicNumber | '3' is a magic number. | 246 |
Error | coding | MagicNumber | '3' is a magic number. | 249 |
Error | coding | MagicNumber | '3' is a magic number. | 249 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 253 |
Error | coding | MagicNumber | '3' is a magic number. | 258 |
Error | misc | FinalParameters | Parameter c should be final. | 273 |
Error | misc | FinalParameters | Parameter c_b162 should be final. | 273 |
Error | naming | ParameterName | Name 'c_b162' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | misc | FinalParameters | Parameter c_b163 should be final. | 273 |
Error | naming | ParameterName | Name 'c_b163' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 293 |
Error | naming | MethodName | Name 'L110' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | misc | FinalParameters | Parameter sname should be final. | 293 |
Error | misc | FinalParameters | Parameter cname should be final. | 293 |
Error | misc | FinalParameters | Parameter n2 should be final. | 293 |
Error | misc | FinalParameters | Parameter n4 should be final. | 293 |
Error | misc | FinalParameters | Parameter c2 should be final. | 293 |
Error | misc | FinalParameters | Parameter c3 should be final. | 293 |
Error | misc | FinalParameters | Parameter c4 should be final. | 293 |
Error | coding | MagicNumber | '3' is a magic number. | 297 |
Error | coding | MagicNumber | '3' is a magic number. | 297 |
Error | coding | MagicNumber | '64' is a magic number. | 299 |
Error | coding | MagicNumber | '64' is a magic number. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '3' is a magic number. | 303 |
Error | coding | MagicNumber | '32' is a magic number. | 305 |
Error | coding | MagicNumber | '32' is a magic number. | 307 |
Error | coding | MagicNumber | '3' is a magic number. | 309 |
Error | coding | MagicNumber | '3' is a magic number. | 309 |
Error | coding | MagicNumber | '32' is a magic number. | 311 |
Error | coding | MagicNumber | '32' is a magic number. | 313 |
Error | coding | MagicNumber | '3' is a magic number. | 315 |
Error | coding | MagicNumber | '3' is a magic number. | 315 |
Error | coding | MagicNumber | '32' is a magic number. | 317 |
Error | coding | MagicNumber | '32' is a magic number. | 319 |
Error | coding | MagicNumber | '3' is a magic number. | 321 |
Error | coding | MagicNumber | '3' is a magic number. | 321 |
Error | coding | MagicNumber | '64' is a magic number. | 323 |
Error | coding | MagicNumber | '64' is a magic number. | 325 |
Error | coding | MagicNumber | '3' is a magic number. | 329 |
Error | coding | MagicNumber | '3' is a magic number. | 329 |
Error | coding | MagicNumber | '64' is a magic number. | 331 |
Error | coding | MagicNumber | '64' is a magic number. | 333 |
Error | coding | MagicNumber | '3' is a magic number. | 337 |
Error | coding | MagicNumber | '3' is a magic number. | 337 |
Error | coding | MagicNumber | '64' is a magic number. | 339 |
Error | coding | MagicNumber | '64' is a magic number. | 341 |
Error | coding | MagicNumber | '3' is a magic number. | 343 |
Error | coding | MagicNumber | '3' is a magic number. | 343 |
Error | coding | MagicNumber | '32' is a magic number. | 344 |
Error | coding | MagicNumber | '3' is a magic number. | 345 |
Error | coding | MagicNumber | '3' is a magic number. | 345 |
Error | coding | MagicNumber | '64' is a magic number. | 346 |
Error | coding | MagicNumber | '3' is a magic number. | 349 |
Error | coding | MagicNumber | '3' is a magic number. | 349 |
Error | coding | MagicNumber | '64' is a magic number. | 350 |
Error | coding | MagicNumber | '3' is a magic number. | 351 |
Error | coding | MagicNumber | '3' is a magic number. | 351 |
Error | coding | MagicNumber | '32' is a magic number. | 352 |
Error | coding | MagicNumber | '3' is a magic number. | 353 |
Error | coding | MagicNumber | '3' is a magic number. | 353 |
Error | coding | MagicNumber | '64' is a magic number. | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 358 |
Error | coding | MagicNumber | '32' is a magic number. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 363 |
Error | coding | MagicNumber | '32' is a magic number. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 370 |
Error | coding | MagicNumber | '32' is a magic number. | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 375 |
Error | coding | MagicNumber | '32' is a magic number. | 377 |
Error | coding | MagicNumber | '3' is a magic number. | 381 |
Error | coding | MagicNumber | '3' is a magic number. | 381 |
Error | coding | MagicNumber | '64' is a magic number. | 383 |
Error | coding | MagicNumber | '32' is a magic number. | 386 |
Error | coding | MagicNumber | '64' is a magic number. | 389 |
Error | coding | MagicNumber | '32' is a magic number. | 392 |
Error | coding | MagicNumber | '3' is a magic number. | 397 |
Error | coding | MagicNumber | '3' is a magic number. | 397 |
Error | coding | MagicNumber | '64' is a magic number. | 399 |
Error | coding | MagicNumber | '32' is a magic number. | 402 |
Error | coding | MagicNumber | '64' is a magic number. | 405 |
Error | coding | MagicNumber | '32' is a magic number. | 408 |
Error | coding | MagicNumber | '3' is a magic number. | 413 |
Error | coding | MagicNumber | '3' is a magic number. | 413 |
Error | coding | MagicNumber | '64' is a magic number. | 415 |
Error | coding | MagicNumber | '64' is a magic number. | 417 |
Error | coding | MagicNumber | '3' is a magic number. | 421 |
Error | coding | MagicNumber | '3' is a magic number. | 421 |
Error | coding | MagicNumber | '64' is a magic number. | 423 |
Error | coding | MagicNumber | '64' is a magic number. | 425 |
Error | coding | MagicNumber | '3' is a magic number. | 429 |
Error | coding | MagicNumber | '3' is a magic number. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 444 |
Error | naming | MethodName | Name 'L200' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 |
Error | misc | FinalParameters | Parameter sname should be final. | 444 |
Error | misc | FinalParameters | Parameter cname should be final. | 444 |
Error | misc | FinalParameters | Parameter c2 should be final. | 444 |
Error | misc | FinalParameters | Parameter c3 should be final. | 444 |
Error | misc | FinalParameters | Parameter c4 should be final. | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 449 |
Error | coding | MagicNumber | '3' is a magic number. | 455 |
Error | coding | MagicNumber | '3' is a magic number. | 455 |
Error | coding | MagicNumber | '3' is a magic number. | 461 |
Error | coding | MagicNumber | '3' is a magic number. | 461 |
Error | coding | MagicNumber | '3' is a magic number. | 467 |
Error | coding | MagicNumber | '3' is a magic number. | 467 |
Error | coding | MagicNumber | '3' is a magic number. | 475 |
Error | coding | MagicNumber | '3' is a magic number. | 475 |
Error | coding | MagicNumber | '8' is a magic number. | 477 |
Error | coding | MagicNumber | '8' is a magic number. | 479 |
Error | coding | MagicNumber | '3' is a magic number. | 481 |
Error | coding | MagicNumber | '3' is a magic number. | 481 |
Error | coding | MagicNumber | '3' is a magic number. | 485 |
Error | coding | MagicNumber | '3' is a magic number. | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 524 |
Error | naming | MethodName | Name 'L300' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 524 |
Error | misc | FinalParameters | Parameter sname should be final. | 524 |
Error | misc | FinalParameters | Parameter cname should be final. | 524 |
Error | misc | FinalParameters | Parameter c2 should be final. | 524 |
Error | misc | FinalParameters | Parameter c3 should be final. | 524 |
Error | misc | FinalParameters | Parameter c4 should be final. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '3' is a magic number. | 529 |
Error | coding | MagicNumber | '128' is a magic number. | 531 |
Error | coding | MagicNumber | '128' is a magic number. | 533 |
Error | coding | MagicNumber | '3' is a magic number. | 535 |
Error | coding | MagicNumber | '3' is a magic number. | 535 |
Error | coding | MagicNumber | '128' is a magic number. | 537 |
Error | coding | MagicNumber | '128' is a magic number. | 539 |
Error | coding | MagicNumber | '3' is a magic number. | 541 |
Error | coding | MagicNumber | '3' is a magic number. | 541 |
Error | coding | MagicNumber | '128' is a magic number. | 543 |
Error | coding | MagicNumber | '128' is a magic number. | 545 |
Error | coding | MagicNumber | '3' is a magic number. | 549 |
Error | coding | MagicNumber | '3' is a magic number. | 549 |
Error | coding | MagicNumber | '32' is a magic number. | 550 |
Error | coding | MagicNumber | '3' is a magic number. | 553 |
Error | coding | MagicNumber | '3' is a magic number. | 553 |
Error | coding | MagicNumber | '32' is a magic number. | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 558 |
Error | coding | MagicNumber | '128' is a magic number. | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 326). | 565 |
Error | coding | MagicNumber | '128' is a magic number. | 567 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 19 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 21 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter string should be final. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 54 |
Error | misc | FinalParameters | Parameter reader should be final. | 54 |
Error | misc | FinalParameters | Parameter out should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | misc | FinalParameters | Parameter reader should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 95 |
Error | misc | FinalParameters | Parameter string should be final. | 95 |
Error | misc | FinalParameters | Parameter pattern should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 109 |
Error | misc | FinalParameters | Parameter reader should be final. | 109 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 109 |
Error | misc | FinalParameters | Parameter reader should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | misc | FinalParameters | Parameter string should be final. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 156 |
Error | misc | FinalParameters | Parameter reader should be final. | 156 |
Error | misc | FinalParameters | Parameter dimension should be final. | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 174 |
Error | misc | FinalParameters | Parameter reader should be final. | 174 |
Error | misc | FinalParameters | Parameter m should be final. | 174 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 174 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 236 |
Error | misc | FinalParameters | Parameter blockSizes should be final. | 236 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 236 |
Error | misc | FinalParameters | Parameter j should be final. | 236 |
Error | misc | FinalParameters | Parameter k should be final. | 236 |
Error | misc | FinalParameters | Parameter l should be final. | 236 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 256 |
Error | misc | FinalParameters | Parameter reader should be final. | 256 |
Error | misc | FinalParameters | Parameter m should be final. | 256 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | misc | FinalParameters | Parameter value should be final. | 280 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | javadoc | JavadocMethod | Expected @return tag. | 298 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | naming | MemberName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | MemberName | Name 'Display' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 86 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 88 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | misc | FinalParameters | Parameter Save should be final. | 132 |
Error | coding | HiddenField | 'Save' hides a field. | 132 |
Error | naming | ParameterName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter Display should be final. | 132 |
Error | coding | HiddenField | 'Display' hides a field. | 132 |
Error | naming | ParameterName | Name 'Display' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter unit should be final. | 132 |
Error | coding | HiddenField | 'unit' hides a field. | 132 |
Error | misc | FinalParameters | Parameter m should be final. | 166 |
Error | coding | HiddenField | 'm' hides a field. | 166 |
Error | misc | FinalParameters | Parameter outFile should be final. | 173 |
Error | coding | HiddenField | 'outFile' hides a field. | 173 |
Error | misc | FinalParameters | Parameter param should be final. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 180 |
Error | coding | HiddenField | 'param' hides a field. | 180 |
Error | misc | FinalParameters | Parameter A should be final. | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 |
Error | coding | HiddenField | 'A' hides a field. | 187 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
Error | misc | FinalParameters | Parameter C should be final. | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | coding | HiddenField | 'C' hides a field. | 194 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | misc | FinalParameters | Parameter b should be final. | 201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 |
Error | coding | HiddenField | 'b' hides a field. | 201 |
Error | misc | FinalParameters | Parameter nDim should be final. | 208 |
Error | coding | HiddenField | 'nDim' hides a field. | 208 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | coding | HiddenField | 'currentPt' hides a field. | 215 |
Error | misc | FinalParameters | Parameter phase should be final. | 222 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 |
Error | coding | HiddenField | 'phase' hides a field. | 222 |
Error | misc | FinalParameters | Parameter currentRes should be final. | 229 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 229 |
Error | coding | HiddenField | 'currentRes' hides a field. | 229 |
Error | misc | FinalParameters | Parameter beta should be final. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | coding | HiddenField | 'beta' hides a field. | 236 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 243 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 243 |
Error | misc | FinalParameters | Parameter alpha should be final. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 250 |
Error | coding | HiddenField | 'alpha' hides a field. | 250 |
Error | misc | FinalParameters | Parameter solveInfo should be final. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 257 |
Error | coding | HiddenField | 'solveInfo' hides a field. | 257 |
Error | misc | FinalParameters | Parameter theta should be final. | 264 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | coding | HiddenField | 'theta' hides a field. | 264 |
Error | misc | FinalParameters | Parameter mu should be final. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | coding | HiddenField | 'mu' hides a field. | 271 |
Error | misc | FinalParameters | Parameter pIteration should be final. | 278 |
Error | coding | HiddenField | 'pIteration' hides a field. | 278 |
Error | misc | FinalParameters | Parameter parameterType should be final. | 285 |
Error | coding | HiddenField | 'parameterType' hides a field. | 285 |
Error | misc | FinalParameters | Parameter isParameter should be final. | 292 |
Error | coding | HiddenField | 'isParameter' hides a field. | 292 |
Error | misc | FinalParameters | Parameter paraFile should be final. | 299 |
Error | coding | HiddenField | 'paraFile' hides a field. | 299 |
Error | misc | FinalParameters | Parameter isDataSparse should be final. | 306 |
Error | coding | HiddenField | 'isDataSparse' hides a field. | 306 |
Error | misc | FinalParameters | Parameter isInitFile should be final. | 313 |
Error | coding | HiddenField | 'isInitFile' hides a field. | 313 |
Error | misc | FinalParameters | Parameter initFile should be final. | 320 |
Error | coding | HiddenField | 'initFile' hides a field. | 320 |
Error | misc | FinalParameters | Parameter isInitSparse should be final. | 327 |
Error | coding | HiddenField | 'isInitSparse' hides a field. | 327 |
Error | misc | FinalParameters | Parameter matrixData should be final. | 334 |
Error | coding | HiddenField | 'matrixData' hides a field. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 340 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 250). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 254). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 353 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 372 |
Error | misc | FinalParameters | Parameter num should be final. | 376 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 398 |
Error | naming | LocalVariableName | Name 'PDgap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 413 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 482 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 491 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 495 |
Error | coding | HiddenField | 'vsolution' hides a field. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 500 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 508 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 522 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 540 |
Error | misc | FinalParameters | Parameter fileName should be final. | 544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 559 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 559 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 559 |
Error | coding | HiddenField | 'currentPt' hides a field. | 559 |
Error | misc | FinalParameters | Parameter outFile should be final. | 559 |
Error | coding | HiddenField | 'outFile' hides a field. | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 582 |
Error | misc | FinalParameters | Parameter save should be final. | 591 |
Error | misc | FinalParameters | Parameter display should be final. | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 276). | 593 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 279). | 597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 606 |
Error | misc | FinalParameters | Parameter dataFile should be final. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 614 |
Error | coding | HiddenField | 'm' hides a field. | 616 |
Error | coding | HiddenField | 'nDim' hides a field. | 620 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | coding | HiddenField | 'b' hides a field. | 625 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 625 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 627 |
Error | naming | LocalVariableName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 628 |
Error | naming | LocalVariableName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 634 |
Error | coding | HiddenField | 'C' hides a field. | 634 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 634 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 646 |
Error | coding | HiddenField | 'A' hides a field. | 646 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 646 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 655 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 698 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 710 |
Error | misc | FinalParameters | Parameter reader should be final. | 710 |
Error | misc | FinalParameters | Parameter x should be final. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | misc | FinalParameters | Parameter y should be final. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | misc | FinalParameters | Parameter z should be final. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 710 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 710 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 710 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 710 |
Error | misc | FinalParameters | Parameter isSparse should be final. | 710 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 735 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 740 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 747 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 750 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 783 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 790 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 792 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 802 |
Error | misc | FinalParameters | Parameter reader should be final. | 802 |
Error | misc | FinalParameters | Parameter m should be final. | 802 |
Error | coding | HiddenField | 'm' hides a field. | 802 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 802 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 802 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 802 |
Error | misc | FinalParameters | Parameter CNonZeroCount should be final. | 802 |
Error | naming | ParameterName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 802 |
Error | misc | FinalParameters | Parameter ANonZeroCount should be final. | 802 |
Error | naming | ParameterName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 802 |
Error | misc | FinalParameters | Parameter isSparse should be final. | 802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 849 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 869 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 894 |
Error | misc | FinalParameters | Parameter C should be final. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | coding | HiddenField | 'C' hides a field. | 894 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 894 |
Error | misc | FinalParameters | Parameter A should be final. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 894 |
Error | coding | HiddenField | 'A' hides a field. | 894 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 894 |
Error | misc | FinalParameters | Parameter m should be final. | 894 |
Error | coding | HiddenField | 'm' hides a field. | 894 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 894 |
Error | misc | FinalParameters | Parameter argBlockStruct should be final. | 894 |
Error | misc | FinalParameters | Parameter isSparse should be final. | 894 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 898 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 907 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 926 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 929 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 950 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 975 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 980 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 981 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 999 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1031 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1044 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1047 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1051 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1053 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1054 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 1056 |
Error | coding | HiddenField | 'vsolution' hides a field. | 1056 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1060 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1068 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1070 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1071 |
Error | misc | FinalParameters | Parameter isDisplay should be final. | 1073 |
Error | coding | HiddenField | 'isDisplay' hides a field. | 1073 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1077 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1079 |
Error | misc | FinalParameters | Parameter isVsdpj should be final. | 1089 |
Error | coding | HiddenField | 'isVsdpj' hides a field. | 1089 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1093 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1095 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1104 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 1107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1107 |
Error | coding | HiddenField | 'vsolution' hides a field. | 1107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 222). | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | naming | MemberName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | naming | MemberName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
Error | naming | MemberName | Name 'Format' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | design | VisibilityModifier | Variable 'isExternal' must be private and have accessor methods. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | misc | FinalParameters | Parameter unit should be final. | 213 |
Error | coding | HiddenField | 'unit' hides a field. | 213 |
Error | coding | MagicNumber | '64' is a magic number. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 244 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 251 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | misc | FinalParameters | Parameter outputFileName should be final. | 298 |
Error | coding | HiddenField | 'outputFileName' hides a field. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | misc | FinalParameters | Parameter initialFile should be final. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | misc | FinalParameters | Parameter solutionFile should be final. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | misc | FinalParameters | Parameter fileName should be final. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 346 |
Error | misc | FinalParameters | Parameter solutionFile should be final. | 346 |
Error | misc | FinalParameters | Parameter base should be final. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | misc | FinalParameters | Parameter unit should be final. | 367 |
Error | coding | HiddenField | 'unit' hides a field. | 367 |
Error | misc | FinalParameters | Parameter precision should be final. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 388 |
Error | misc | FinalParameters | Parameter isExampleFormat should be final. | 390 |
Error | coding | HiddenField | 'isExampleFormat' hides a field. | 390 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 391 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | misc | FinalParameters | Parameter precision should be final. | 404 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 410 |
Error | misc | FinalParameters | Parameter dimension should be final. | 413 |
Error | coding | HiddenField | 'dimension' hides a field. | 413 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 478 |
Error | misc | FinalParameters | Parameter m should be final. | 481 |
Error | coding | HiddenField | 'm' hides a field. | 481 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 491 |
Error | misc | FinalParameters | Parameter c should be final. | 494 |
Error | coding | HiddenField | 'c' hides a field. | 494 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 498 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 500 |
Error | misc | FinalParameters | Parameter x should be final. | 503 |
Error | coding | HiddenField | 'x' hides a field. | 503 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 508 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | misc | FinalParameters | Parameter Fi should be final. | 514 |
Error | naming | ParameterName | Name 'Fi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 514 |
Error | misc | FinalParameters | Parameter i should be final. | 514 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 518 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 520 |
Error | misc | FinalParameters | Parameter X should be final. | 523 |
Error | coding | HiddenField | 'X' hides a field. | 523 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 523 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | misc | FinalParameters | Parameter Y should be final. | 532 |
Error | coding | HiddenField | 'Y' hides a field. | 532 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 536 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 538 |
Error | misc | FinalParameters | Parameter problemFileName should be final. | 541 |
Error | coding | HiddenField | 'problemFileName' hides a field. | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 547 |
Error | misc | FinalParameters | Parameter notShowTime should be final. | 550 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 586 |
Error | naming | LocalFinalVariableName | Name 'D10E9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 |
Error | naming | LocalFinalVariableName | Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 |
Error | naming | LocalFinalVariableName | Name 'EndTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 598 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 603 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 627 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 639 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | misc | FinalParameters | Parameter array should be final. | 648 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 657 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 659 |
Error | misc | FinalParameters | Parameter x2 should be final. | 663 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 676 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 692 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 711 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 727 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 729 |
Error | misc | FinalParameters | Parameter fileName should be final. | 733 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 737 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 737 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 751 |
Error | misc | FinalParameters | Parameter reader should be final. | 751 |
Error | misc | FinalParameters | Parameter fileName should be final. | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 753 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 756 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 757 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 802 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 815 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 821 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 832 |
Error | misc | FinalParameters | Parameter reader should be final. | 837 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 849 |
Error | misc | FinalParameters | Parameter reader should be final. | 854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 868 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 875 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 878 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 880 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 881 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 882 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 883 |
Error | sizes | LineLength | Line is longer than 80 characters (found 212). | 884 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 885 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 887 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 889 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 890 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 893 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 894 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 208). | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 898 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 900 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 901 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 906 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 908 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 908 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 915 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 916 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 937 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 941 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 942 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 946 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 952 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 957 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 959 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 959 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 960 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 960 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 969 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 969 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 970 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 970 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 973 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 979 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 979 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 980 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 980 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 985 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 988 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 995 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1000 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1001 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1013 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 1015 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1016 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 1016 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 1025 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 1026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 1031 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1033 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1039 |
Error | misc | FinalParameters | Parameter FileName should be final. | 1039 |
Error | naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1039 |
Error | misc | FinalParameters | Parameter Base should be final. | 1039 |
Error | naming | ParameterName | Name 'Base' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1040 |
Error | naming | LocalFinalVariableName | Name 'Dimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1042 |
Error | naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1047 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1048 |
Error | naming | LocalFinalVariableName | Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1049 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 1058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1063 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1075 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1076 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1082 |
Error | misc | FinalParameters | Parameter Base should be final. | 1082 |
Error | naming | ParameterName | Name 'Base' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1082 |
Error | misc | FinalParameters | Parameter reader should be final. | 1082 |
Error | naming | LocalVariableName | Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1083 |
Error | naming | LocalVariableName | Name 'Index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1087 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1090 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1094 |
Error | coding | MagicNumber | '10' is a magic number. | 1102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1107 |
Error | coding | MagicNumber | '10' is a magic number. | 1112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 1122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1124 |
Error | misc | FinalParameters | Parameter FileName should be final. | 1128 |
Error | naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1128 |
Error | naming | LocalFinalVariableName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1131 |
Error | naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1143 |
Error | naming | LocalFinalVariableName | Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1144 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 1152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1175 |
Error | misc | FinalParameters | Parameter FileName should be final. | 1175 |
Error | naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1175 |
Error | naming | LocalFinalVariableName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1206 |
Error | naming | ParameterName | Name 'SDPJ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1206 |
Error | misc | FinalParameters | Parameter reader should be final. | 1206 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1207 |
Error | coding | MagicNumber | '4' is a magic number. | 1207 |
Error | coding | MagicNumber | '24' is a magic number. | 1209 |
Error | coding | MagicNumber | '16' is a magic number. | 1209 |
Error | coding | MagicNumber | '8' is a magic number. | 1209 |
Error | coding | MagicNumber | '3' is a magic number. | 1209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1225 |
Error | misc | FinalParameters | Parameter reader should be final. | 1225 |
Error | misc | FinalParameters | Parameter FileName should be final. | 1225 |
Error | naming | ParameterName | Name 'FileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1225 |
Error | misc | FinalParameters | Parameter sdpj should be final. | 1225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1226 |
Error | coding | MagicNumber | '4' is a magic number. | 1227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1228 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 1228 |
Error | coding | MagicNumber | '5' is a magic number. | 1231 |
Error | coding | MagicNumber | '4' is a magic number. | 1233 |
Error | coding | MagicNumber | '10' is a magic number. | 1233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1237 |
Error | coding | MagicNumber | '9' is a magic number. | 1239 |
Error | coding | MagicNumber | '9' is a magic number. | 1242 |
Error | coding | MagicNumber | '10' is a magic number. | 1242 |
Error | naming | LocalFinalVariableName | Name 'NUMBER_OF_MATRICES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1249 |
Error | coding | MagicNumber | '5' is a magic number. | 1250 |
Error | coding | MagicNumber | '4' is a magic number. | 1252 |
Error | coding | MagicNumber | '10' is a magic number. | 1252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1257 |
Error | coding | MagicNumber | '5' is a magic number. | 1259 |
Error | coding | MagicNumber | '4' is a magic number. | 1261 |
Error | coding | MagicNumber | '10' is a magic number. | 1261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1266 |
Error | coding | MagicNumber | '9' is a magic number. | 1267 |
Error | coding | MagicNumber | '9' is a magic number. | 1270 |
Error | coding | MagicNumber | '10' is a magic number. | 1270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1289 |
Error | misc | FinalParameters | Parameter reader should be final. | 1289 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1291 |
Error | coding | MagicNumber | '9' is a magic number. | 1292 |
Error | coding | MagicNumber | '8' is a magic number. | 1294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1312 |
Error | misc | FinalParameters | Parameter reader should be final. | 1312 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1314 |
Error | coding | MagicNumber | '5' is a magic number. | 1315 |
Error | coding | MagicNumber | '4' is a magic number. | 1317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1330 |
Error | misc | FinalParameters | Parameter reader should be final. | 1330 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 1331 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1345 |
Error | misc | FinalParameters | Parameter exampleFormat should be final. | 1345 |
Error | misc | FinalParameters | Parameter buf should be final. | 1345 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1354 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 1354 |
Error | coding | MagicNumber | '10' is a magic number. | 1354 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1366 |
Error | misc | FinalParameters | Parameter buf should be final. | 1370 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1391 |
Error | misc | FinalParameters | Parameter byteData should be final. | 1395 |
Error | coding | MagicNumber | '8' is a magic number. | 1397 |
Error | coding | MagicNumber | '8' is a magic number. | 1399 |
Error | coding | MagicNumber | '8' is a magic number. | 1404 |
Error | coding | MagicNumber | '24' is a magic number. | 1405 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1413 |
Error | misc | FinalParameters | Parameter value should be final. | 1417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 1448 |
Error | misc | FinalParameters | Parameter exponentValue should be final. | 1448 |
Error | misc | FinalParameters | Parameter sign should be final. | 1448 |
Error | misc | FinalParameters | Parameter fractionBitBegin should be final. | 1448 |
Error | misc | FinalParameters | Parameter bitLength should be final. | 1448 |
Error | coding | MagicNumber | '0.5' is a magic number. | 1452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1466 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 1482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1494 |
Error | misc | FinalParameters | Parameter doublePrecisionBitString should be final. | 1498 |
Error | coding | MagicNumber | '64' is a magic number. | 1500 |
Error | misc | FinalParameters | Parameter io should be final. | 1509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1509 |
Error | coding | HiddenField | 'io' hides a field. | 1509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1516 |
Error | misc | FinalParameters | Parameter problem should be final. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1523 |
Error | coding | HiddenField | 'problem' hides a field. | 1523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1530 |
Error | misc | FinalParameters | Parameter initialCurrentPt should be final. | 1537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1537 |
Error | coding | HiddenField | 'initialCurrentPt' hides a field. | 1537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1544 |
Error | misc | FinalParameters | Parameter dualValue should be final. | 1551 |
Error | coding | HiddenField | 'dualValue' hides a field. | 1551 |
Error | misc | FinalParameters | Parameter primalValue should be final. | 1565 |
Error | coding | HiddenField | 'primalValue' hides a field. | 1565 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 1579 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 1579 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter args should be final. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | whitespace | WhitespaceAround | '{' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter solver should be final. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | coding | HiddenField | 'solver' hides a field. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter parameters should be final. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 125 |
Error | coding | MagicNumber | '1e9' is a magic number. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | VisibilityModifier | Variable 'precision' must be private and have accessor methods. | 40 |
Error | design | VisibilityModifier | Variable 'dataType' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'isInitFile' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'isInitSparse' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'isDataSparse' must be private and have accessor methods. | 48 |
Error | design | VisibilityModifier | Variable 'isParameter' must be private and have accessor methods. | 50 |
Error | design | VisibilityModifier | Variable 'dataFile' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'initFile' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable 'outFile' must be private and have accessor methods. | 56 |
Error | design | VisibilityModifier | Variable 'paraFile' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'kappaString' must be private and have accessor methods. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | VisibilityModifier | Variable 'parameterType' must be private and have accessor methods. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | VisibilityModifier | Variable 'fpOut' must be private and have accessor methods. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | coding | MagicNumber | '77' is a magic number. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 89 |
Error | misc | FinalParameters | Parameter arguments should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 102 |
Error | coding | MagicNumber | '3' is a magic number. | 167 |
Error | coding | MagicNumber | '4' is a magic number. | 170 |
Error | coding | MagicNumber | '3' is a magic number. | 176 |
Error | coding | MagicNumber | '4' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 190 |
Error | coding | MagicNumber | '3' is a magic number. | 209 |
Error | coding | MagicNumber | '4' is a magic number. | 212 |
Error | coding | MagicNumber | '3' is a magic number. | 218 |
Error | coding | MagicNumber | '4' is a magic number. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 284 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 284 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 286 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 288 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | misc | FinalParameters | Parameter argv0 should be final. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 341 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | misc | FinalParameters | Parameter arguments should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 371 |
Error | misc | FinalParameters | Parameter parameterFile should be final. | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 374 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 374 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | misc | FinalParameters | Parameter str should be final. | 402 |
Error | coding | MissingSwitchDefault | switch without "default" clause. | 404 |
Error | coding | MagicNumber | '3' is a magic number. | 412 |
Error | coding | MagicNumber | '4' is a magic number. | 414 |
Error | coding | MagicNumber | '5' is a magic number. | 416 |
Error | coding | MagicNumber | '6' is a magic number. | 418 |
Error | coding | MagicNumber | '7' is a magic number. | 420 |
Error | coding | MagicNumber | '8' is a magic number. | 422 |
Error | coding | MagicNumber | '9' is a magic number. | 424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 433 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter args should be final. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 45 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 45 |
Error | misc | FinalParameters | Parameter m should be final. | 45 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 45 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 45 |
Error | misc | FinalParameters | Parameter A should be final. | 45 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 46 |
Error | misc | FinalParameters | Parameter b should be final. | 46 |
Error | misc | FinalParameters | Parameter C should be final. | 46 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 47 |
Error | misc | FinalParameters | Parameter param should be final. | 47 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 48 |
Error | misc | FinalParameters | Parameter initPt should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 242). | 70 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 70 |
Error | misc | FinalParameters | Parameter m should be final. | 70 |
Error | coding | HiddenField | 'm' hides a field. | 70 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 70 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 70 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 70 |
Error | misc | FinalParameters | Parameter A should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'A' hides a field. | 70 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter b should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'b' hides a field. | 70 |
Error | misc | FinalParameters | Parameter C should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'C' hides a field. | 70 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter param should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'param' hides a field. | 70 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'currentPt' hides a field. | 70 |
Error | misc | FinalParameters | Parameter initPt should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'initPt' hides a field. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter dim should be final. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | misc | FinalParameters | Parameter param should be final. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 |
Error | coding | HiddenField | 'param' hides a field. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | misc | FinalParameters | Parameter out should be final. | 252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | misc | FinalParameters | Parameter C should be final. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 |
Error | coding | HiddenField | 'C' hides a field. | 281 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | misc | FinalParameters | Parameter vector should be final. | 288 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | misc | FinalParameters | Parameter initialC should be final. | 295 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 295 |
Error | coding | HiddenField | 'initialC' hides a field. | 295 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 |
Error | misc | FinalParameters | Parameter initialVector should be final. | 309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 309 |
Error | coding | HiddenField | 'initialVector' hides a field. | 309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | FinalClass | Class ProblemCreater should be declared as final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 47 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | naming | MemberName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | naming | MemberName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 85 |
Error | misc | FinalParameters | Parameter F should be final. | 85 |
Error | coding | HiddenField | 'F' hides a field. | 85 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | misc | FinalParameters | Parameter vec should be final. | 85 |
Error | coding | HiddenField | 'vec' hides a field. | 85 |
Error | misc | FinalParameters | Parameter m should be final. | 85 |
Error | coding | HiddenField | 'm' hides a field. | 85 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 85 |
Error | coding | HiddenField | 'nBlock' hides a field. | 85 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 85 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 85 |
Error | misc | FinalParameters | Parameter parameter should be final. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | coding | HiddenField | 'parameter' hides a field. | 85 |
Error | misc | FinalParameters | Parameter unit should be final. | 85 |
Error | coding | HiddenField | 'unit' hides a field. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 182 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | misc | FinalParameters | Parameter F should be final. | 207 |
Error | coding | HiddenField | 'F' hides a field. | 207 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 344). | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | misc | FinalParameters | Parameter F should be final. | 332 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter vec should be final. | 332 |
Error | misc | FinalParameters | Parameter m should be final. | 332 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 332 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 332 |
Error | misc | FinalParameters | Parameter parameter should be final. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 336 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 300). | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | misc | FinalParameters | Parameter dataFileName should be final. | 362 |
Error | misc | FinalParameters | Parameter isSparse should be final. | 362 |
Error | misc | FinalParameters | Parameter unit should be final. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 363 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 380 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 380 |
Error | misc | FinalParameters | Parameter vec should be final. | 392 |
Error | coding | HiddenField | 'vec' hides a field. | 392 |
Error | misc | FinalParameters | Parameter isDataSparse should be final. | 406 |
Error | coding | HiddenField | 'isDataSparse' hides a field. | 406 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | naming | MemberName | Name 'CNonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | naming | MemberName | Name 'ANonZeroCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 70 |
Error | misc | FinalParameters | Parameter F should be final. | 70 |
Error | coding | HiddenField | 'F' hides a field. | 70 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter vec should be final. | 70 |
Error | coding | HiddenField | 'vec' hides a field. | 70 |
Error | misc | FinalParameters | Parameter m should be final. | 70 |
Error | coding | HiddenField | 'm' hides a field. | 70 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 70 |
Error | coding | HiddenField | 'nBlock' hides a field. | 70 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 70 |
Error | coding | HiddenField | 'blockStruct' hides a field. | 70 |
Error | misc | FinalParameters | Parameter parameter should be final. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 70 |
Error | coding | HiddenField | 'parameter' hides a field. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 340). | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | misc | FinalParameters | Parameter F should be final. | 113 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter vec should be final. | 113 |
Error | misc | FinalParameters | Parameter m should be final. | 113 |
Error | misc | FinalParameters | Parameter nBlock should be final. | 113 |
Error | misc | FinalParameters | Parameter blockStruct should be final. | 113 |
Error | misc | FinalParameters | Parameter parameter should be final. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | misc | FinalParameters | Parameter F should be final. | 146 |
Error | coding | HiddenField | 'F' hides a field. | 146 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 148 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 256 |
Error | misc | FinalParameters | Parameter vec should be final. | 326 |
Error | coding | HiddenField | 'vec' hides a field. | 326 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 100 |
Error | naming | MemberName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | naming | MemberName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | MemberName | Name 'ParameterFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 143 |
Error | naming | MemberName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 198 |
Error | misc | FinalParameters | Parameter unit should be final. | 200 |
Error | coding | HiddenField | 'unit' hides a field. | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 207 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
Error | misc | FinalParameters | Parameter InputFile should be final. | 212 |
Error | naming | ParameterName | Name 'InputFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | misc | FinalParameters | Parameter Id should be final. | 212 |
Error | naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 238 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 238 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 263 |
Error | misc | FinalParameters | Parameter unit should be final. | 266 |
Error | coding | HiddenField | 'unit' hides a field. | 266 |
Error | misc | FinalParameters | Parameter Precision should be final. | 266 |
Error | naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 271 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 273 |
Error | misc | FinalParameters | Parameter unit should be final. | 277 |
Error | coding | HiddenField | 'unit' hides a field. | 277 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 277 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 277 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | misc | FinalParameters | Parameter unit should be final. | 294 |
Error | coding | HiddenField | 'unit' hides a field. | 294 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 294 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 294 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | misc | FinalParameters | Parameter SolutionFile should be final. | 294 |
Error | coding | HiddenField | 'SolutionFile' hides a field. | 294 |
Error | naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 309 |
Error | misc | FinalParameters | Parameter unit should be final. | 311 |
Error | coding | HiddenField | 'unit' hides a field. | 311 |
Error | misc | FinalParameters | Parameter Precision should be final. | 311 |
Error | naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 311 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 311 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | misc | FinalParameters | Parameter SolutionFile should be final. | 311 |
Error | coding | HiddenField | 'SolutionFile' hides a field. | 311 |
Error | naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 323 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 332 |
Error | misc | FinalParameters | Parameter unit should be final. | 332 |
Error | coding | HiddenField | 'unit' hides a field. | 332 |
Error | misc | FinalParameters | Parameter Precision should be final. | 332 |
Error | naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 332 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 332 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter SolutionFile should be final. | 332 |
Error | coding | HiddenField | 'SolutionFile' hides a field. | 332 |
Error | naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter SetFile should be final. | 332 |
Error | naming | ParameterName | Name 'SetFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter Id should be final. | 332 |
Error | naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | naming | LocalFinalVariableName | Name 'D10E9' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
Error | naming | LocalFinalVariableName | Name 'StartTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 368 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 370 |
Error | naming | LocalFinalVariableName | Name 'EndTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 380 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 392 |
Error | misc | FinalParameters | Parameter isDisplay should be final. | 402 |
Error | coding | HiddenField | 'isDisplay' hides a field. | 402 |
Error | misc | FinalParameters | Parameter Save should be final. | 416 |
Error | coding | HiddenField | 'Save' hides a field. | 416 |
Error | naming | ParameterName | Name 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 416 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 423 |
Error | coding | HiddenField | 'vsolution' hides a field. | 423 |
Error | misc | FinalParameters | Parameter phaseValue should be final. | 437 |
Error | coding | HiddenField | 'phaseValue' hides a field. | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 450 |
Error | misc | FinalParameters | Parameter SetFile should be final. | 454 |
Error | naming | ParameterName | Name 'SetFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
Error | misc | FinalParameters | Parameter Id should be final. | 454 |
Error | naming | ParameterName | Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 478 |
Error | misc | FinalParameters | Parameter parameterType should be final. | 480 |
Error | coding | HiddenField | 'parameterType' hides a field. | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 487 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 488 |
Error | misc | FinalParameters | Parameter ParameterFile should be final. | 491 |
Error | coding | HiddenField | 'ParameterFile' hides a field. | 491 |
Error | naming | ParameterName | Name 'ParameterFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 498 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 500 |
Error | misc | FinalParameters | Parameter InitialFile should be final. | 502 |
Error | naming | ParameterName | Name 'InitialFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 509 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | misc | FinalParameters | Parameter ProblemFile should be final. | 513 |
Error | coding | HiddenField | 'ProblemFile' hides a field. | 513 |
Error | naming | ParameterName | Name 'ProblemFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | misc | FinalParameters | Parameter SolutionFile should be final. | 527 |
Error | coding | HiddenField | 'SolutionFile' hides a field. | 527 |
Error | naming | ParameterName | Name 'SolutionFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 527 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 533 |
Error | misc | FinalParameters | Parameter unit should be final. | 536 |
Error | coding | HiddenField | 'unit' hides a field. | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 542 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | misc | FinalParameters | Parameter unit should be final. | 547 |
Error | coding | HiddenField | 'unit' hides a field. | 547 |
Error | misc | FinalParameters | Parameter Precision should be final. | 547 |
Error | naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 555 |
Error | misc | FinalParameters | Parameter Precision should be final. | 558 |
Error | naming | ParameterName | Name 'Precision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 575 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 577 |
Error | misc | FinalParameters | Parameter File should be final. | 581 |
Error | naming | ParameterName | Name 'File' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 |
Error | coding | MagicNumber | '64' is a magic number. | 594 |
Error | coding | MagicNumber | '16' is a magic number. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 600 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 612 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 613 |
Error | 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 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 622 |
Error | 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 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 654 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 669 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 669 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 671 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 673 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 682 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 684 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 689 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 691 |
Error | misc | FinalParameters | Parameter time should be final. | 694 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 698 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 713 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 715 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 717 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 718 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 719 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 720 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 721 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 722 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 723 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 724 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 725 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 726 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 727 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 728 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 729 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 730 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 731 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 732 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 733 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 733 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 734 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 738 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 739 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 741 |
Error | misc | FinalParameters | Parameter isVsdpj should be final. | 749 |
Error | coding | HiddenField | 'isVsdpj' hides a field. | 749 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 763 |
Error | coding | HiddenField | 'vsolution' hides a field. | 763 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 |
Error | misc | FinalParameters | Parameter problem should be final. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 777 |
Error | coding | HiddenField | 'problem' hides a field. | 777 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 784 |
Error | misc | FinalParameters | Parameter elapsedTIME should be final. | 791 |
Error | coding | HiddenField | 'elapsedTIME' hides a field. | 791 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 805 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 805 |
Error | coding | HiddenField | 'currentPt' hides a field. | 805 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 812 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 819 |
Error | misc | FinalParameters | Parameter solutionInformation should be final. | 819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 819 |
Error | coding | HiddenField | 'solutionInformation' hides a field. | 819 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 826 |
Error | misc | FinalParameters | Parameter solver should be final. | 833 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 833 |
Error | coding | HiddenField | 'solver' hides a field. | 833 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 97 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | misc | FinalParameters | Parameter problem should be final. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 |
Error | coding | HiddenField | 'problem' hides a field. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | misc | FinalParameters | Parameter dataFile should be final. | 133 |
Error | coding | HiddenField | 'dataFile' hides a field. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | FinalParameters | Parameter initFile should be final. | 142 |
Error | coding | HiddenField | 'initFile' hides a field. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter outFile should be final. | 151 |
Error | coding | HiddenField | 'outFile' hides a field. | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | misc | FinalParameters | Parameter paraFile should be final. | 160 |
Error | coding | HiddenField | 'paraFile' hides a field. | 160 |
Error | misc | FinalParameters | Parameter isInitFile should be final. | 167 |
Error | coding | HiddenField | 'isInitFile' hides a field. | 167 |
Error | misc | FinalParameters | Parameter isInitSparse should be final. | 174 |
Error | coding | HiddenField | 'isInitSparse' hides a field. | 174 |
Error | misc | FinalParameters | Parameter isDataSparse should be final. | 181 |
Error | coding | HiddenField | 'isDataSparse' hides a field. | 181 |
Error | misc | FinalParameters | Parameter isParameter should be final. | 188 |
Error | coding | HiddenField | 'isParameter' hides a field. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | misc | FinalParameters | Parameter parameterType should be final. | 197 |
Error | coding | HiddenField | 'parameterType' hides a field. | 197 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | misc | FinalParameters | Parameter display should be final. | 206 |
Error | coding | HiddenField | 'display' hides a field. | 206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | misc | FinalParameters | Parameter fpOut should be final. | 215 |
Error | coding | HiddenField | 'fpOut' hides a field. | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | misc | FinalParameters | Parameter unit should be final. | 224 |
Error | coding | HiddenField | 'unit' hides a field. | 224 |
Error | coding | MagicNumber | '10' is a magic number. | 227 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | misc | FinalParameters | Parameter kappa should be final. | 246 |
Error | coding | HiddenField | 'kappa' hides a field. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | misc | FinalParameters | Parameter mu should be final. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 255 |
Error | coding | HiddenField | 'mu' hides a field. | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | misc | FinalParameters | Parameter relativeGap should be final. | 273 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 273 |
Error | coding | HiddenField | 'relativeGap' hides a field. | 273 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 290 |
Error | misc | FinalParameters | Parameter solutionInformation should be final. | 290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 331 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 343 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 345 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 352 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 359 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 365 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 368 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 376 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 398 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 415 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 426 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 478 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 494 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 495 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 504 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 506 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 509 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 518 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | misc | FinalParameters | Parameter io should be final. | 527 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 527 |
Error | coding | HiddenField | 'io' hides a field. | 527 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 531 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 533 |
Error | misc | FinalParameters | Parameter currentPt should be final. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 536 |
Error | coding | HiddenField | 'currentPt' hides a field. | 536 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 540 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 542 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 545 |
Error | coding | HiddenField | 'vsolution' hides a field. | 545 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 551 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 558 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 560 |
Error | misc | FinalParameters | Parameter isDisplay should be final. | 563 |
Error | coding | HiddenField | 'isDisplay' hides a field. | 563 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 567 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 569 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 576 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 578 |
Error | misc | FinalParameters | Parameter phaseValue should be final. | 581 |
Error | coding | HiddenField | 'phaseValue' hides a field. | 581 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 585 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 587 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 594 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 596 |
Error | misc | FinalParameters | Parameter isVsdpj should be final. | 599 |
Error | coding | HiddenField | 'isVsdpj' hides a field. | 599 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 603 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 605 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 612 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 614 |
Error | misc | FinalParameters | Parameter vsolution should be final. | 617 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 617 |
Error | coding | HiddenField | 'vsolution' hides a field. | 617 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 623 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 626 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 630 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 632 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 635 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 639 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 641 |
Error | misc | FinalParameters | Parameter isSolver should be final. | 644 |
Error | coding | HiddenField | 'isSolver' hides a field. | 644 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 648 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 650 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 657 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 659 |
Error | misc | FinalParameters | Parameter tempCurrentPt should be final. | 662 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 662 |
Error | coding | HiddenField | 'tempCurrentPt' hides a field. | 662 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 666 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 668 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 671 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 674 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 675 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 679 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 69 |
Error | misc | FinalParameters | Parameter mDIM should be final. | 69 |
Error | misc | FinalParameters | Parameter nBLOCK should be final. | 69 |
Error | misc | FinalParameters | Parameter bLOCKsTRUCT0 should be final. | 69 |
Error | misc | FinalParameters | Parameter c0 should be final. | 69 |
Error | misc | FinalParameters | Parameter sdpaF should be final. | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
Error | naming | LocalVariableName | Name 'Fsize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 114 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 115 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 295). | 158 |
Error | misc | FinalParameters | Parameter A0 should be final. | 158 |
Error | naming | ParameterName | Name 'A0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | misc | FinalParameters | Parameter b0 should be final. | 158 |
Error | misc | FinalParameters | Parameter c0 should be final. | 158 |
Error | misc | FinalParameters | Parameter k0 should be final. | 158 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | naming | LocalVariableName | Name 'Fsize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 216 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 223 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 228 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
Error | naming | StaticVariableName | Name 'REVERSE_PRIMAL_DUAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
Error | design | VisibilityModifier | Variable 'REVERSE_PRIMAL_DUAL' must be private and have accessor methods. | 20 |
Error | misc | FinalParameters | Parameter mess should be final. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter mess should be final. | 38 |
Error | misc | FinalParameters | Parameter output should be final. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | misc | FinalParameters | Parameter message should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 59 |
Error | naming | MethodName | Name 'NumericalScalarToInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | misc | FinalParameters | Parameter num should be final. | 59 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter fileName should be final. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 103 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 103 |
Error | whitespace | WhitespaceAfter | 'while' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | whitespace | WhitespaceAfter | 'if' is not followed by whitespace. | 113 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 113 |
Error | whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 115 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |