The following document contains the results of Checkstyle 8.19 with sun_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
662 | 0 | 0 | 38144 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 4 | Error |
NeedBraces | 144 | Error | |
RightCurly | 1 | Error | |
coding | EqualsHashCode | 2 | Error |
HiddenField | 642 | Error | |
InnerAssignment | 77 | Error | |
MagicNumber | 2962 | Error | |
SimplifyBooleanExpression | 411 | Error | |
design | FinalClass | 16 | Error |
HideUtilityClassConstructor | 163 | Error | |
VisibilityModifier | 129 | Error | |
imports | UnusedImports
|
2 | Error |
javadoc | JavadocMethod | 1010 | Error |
JavadocPackage | 3 | Error | |
JavadocStyle | 5387 | Error | |
JavadocVariable | 16 | Error | |
misc | ArrayTypeStyle | 2 | Error |
FinalParameters | 3984 | Error | |
NewlineAtEndOfFile | 147 | Error | |
Translation | 3 | Error | |
modifier | ModifierOrder | 34 | Error |
RedundantModifier | 240 | Error | |
naming | ConstantName | 7 | Error |
LocalFinalVariableName | 397 | Error | |
LocalVariableName | 930 | Error | |
MemberName | 68 | Error | |
MethodName | 66 | Error | |
ParameterName | 1217 | Error | |
StaticVariableName | 3 | Error | |
regexp | RegexpSingleline
|
5275 | Error |
sizes | FileLength | 3 | Error |
LineLength | 7980 | Error | |
MethodLength | 9 | Error | |
ParameterNumber | 16 | Error | |
whitespace | FileTabCharacter | 2 | Error |
GenericWhitespace | 20 | Error | |
NoWhitespaceAfter | 83 | Error | |
OperatorWrap | 4 | Error | |
ParenPad | 134 | Error | |
TypecastParenPad | 6 | Error | |
WhitespaceAfter | 6478 | Error | |
WhitespaceAround | 67 | Error |
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 | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 24 |
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. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 42 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 38 |
Error | misc | FinalParameters | Parameter nargs should be final. | 38 |
Error | misc | FinalParameters | Parameter A should be final. | 38 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter B should be final. | 38 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter C should be final. | 38 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter D should be final. | 38 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
Error | coding | MagicNumber | '3' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 93 |
Error | misc | FinalParameters | Parameter A should be final. | 93 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | misc | FinalParameters | Parameter B should be final. | 93 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | misc | FinalParameters | Parameter C should be final. | 93 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | misc | FinalParameters | Parameter D should be final. | 93 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | coding | MagicNumber | '4' is a magic number. | 94 |
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. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 109 |
Error | misc | FinalParameters | Parameter A should be final. | 109 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | misc | FinalParameters | Parameter B should be final. | 109 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | misc | FinalParameters | Parameter C should be final. | 109 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | coding | MagicNumber | '3' is a magic number. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 124 |
Error | misc | FinalParameters | Parameter A should be final. | 124 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | misc | FinalParameters | Parameter B should be final. | 124 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 138 |
Error | misc | FinalParameters | Parameter A should be final. | 138 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | design | VisibilityModifier | Variable 'proper' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | design | VisibilityModifier | Variable 'strictlyProper' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
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 | naming | MemberName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | design | VisibilityModifier | Variable 'G' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | design | VisibilityModifier | Variable 'timeDomainType' must be private and have accessor methods. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | design | VisibilityModifier | Variable 'inputSize' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | design | VisibilityModifier | Variable 'stateSize' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | design | VisibilityModifier | Variable 'outputSize' must be private and have accessor methods. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 74 |
Error | design | VisibilityModifier | Variable 'inputPortTags' must be private and have accessor methods. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | design | VisibilityModifier | Variable 'outputPortTags' must be private and have accessor methods. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 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 | sizes | LineLength | Line is longer than 80 characters (found 126). | 99 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 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 132). | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 84). | 132 |
Error | coding | MagicNumber | '31' is a magic number. | 132 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | coding | MagicNumber | '32' is a magic number. | 132 |
Error | coding | MagicNumber | '31' is a magic number. | 133 |
Error | coding | MagicNumber | '1231' is a magic number. | 133 |
Error | coding | MagicNumber | '1237' is a magic number. | 133 |
Error | coding | MagicNumber | '31' is a magic number. | 134 |
Error | coding | MagicNumber | '1231' is a magic number. | 134 |
Error | coding | MagicNumber | '1237' is a magic number. | 134 |
Error | coding | MagicNumber | '31' is a magic number. | 135 |
Error | coding | MagicNumber | '31' is a magic number. | 136 |
Error | coding | MagicNumber | '31' is a magic number. | 137 |
Error | coding | MagicNumber | '31' is a magic number. | 138 |
Error | coding | MagicNumber | '31' is a magic number. | 139 |
Error | coding | MagicNumber | '31' is a magic number. | 140 |
Error | coding | MagicNumber | '31' is a magic number. | 141 |
Error | coding | MagicNumber | '31' is a magic number. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 143 |
Error | coding | MagicNumber | '31' is a magic number. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
Error | coding | MagicNumber | '31' is a magic number. | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 281 |
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 114). | 304 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 350 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 373 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 391 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 434 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 450 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 458 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 469 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 478 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 485 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 487 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 494 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 496 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 503 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 512 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 521 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 532 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 539 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 541 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 548 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 564 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 570 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 580 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 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 | 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 83). | 589 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 589 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 591 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 591 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 592 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 592 |
Error | coding | MagicNumber | '3' is a magic number. | 599 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 606 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 610 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 621 |
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 | sizes | LineLength | Line is longer than 80 characters (found 108). | 630 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 633 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 633 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 634 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 635 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 638 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 651 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 651 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 653 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 658 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 664 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 670 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 680 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 689 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 697 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 698 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 699 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 700 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 700 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 701 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 701 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 701 |
Error | coding | MagicNumber | '3' is a magic number. | 707 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 715 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 715 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 721 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 724 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 738 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 740 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 746 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 750 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 761 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 762 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 762 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 762 |
Error | coding | MagicNumber | '3' is a magic number. | 768 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 773 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 775 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 775 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 775 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 779 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 779 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 787 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 789 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 792 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 806 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 808 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 811 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 815 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 817 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 820 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 822 |
Error | coding | MagicNumber | '3' is a magic number. | 833 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 845 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 847 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 850 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 862 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 864 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 867 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 879 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 881 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 883 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 889 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 893 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 895 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 902 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 906 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 908 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 914 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 920 |
Error | naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 920 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 920 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 921 |
Error | naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 921 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 921 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 921 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 923 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 924 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 926 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 927 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 933 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 933 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 933 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 934 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 934 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 934 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 936 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 942 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 942 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 942 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 945 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 951 |
Error | naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 951 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 951 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 952 |
Error | naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 952 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 952 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 954 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 956 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 957 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 962 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 963 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 963 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 963 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 964 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 965 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 965 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 971 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 971 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 971 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 974 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 974 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 974 |
Error | coding | MagicNumber | '3' is a magic number. | 984 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 989 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 993 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 993 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 999 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 999 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1001 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1003 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1006 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1008 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1017 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1019 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1021 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1023 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1026 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1030 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1032 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1034 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1036 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1039 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1043 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1050 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1050 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1055 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1056 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1057 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1065 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1067 |
Error | coding | MagicNumber | '3' is a magic number. | 1081 |
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 | sizes | LineLength | Line is longer than 80 characters (found 91). | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1090 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1099 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1127 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1127 |
Error | coding | MagicNumber | '3' is a magic number. | 1134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1141 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1145 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1176 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1177 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1178 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1178 |
Error | coding | MagicNumber | '3' is a magic number. | 1185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1192 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1196 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1218 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1230 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1233 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 1233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1235 |
Error | coding | MagicNumber | '3' is a magic number. | 1239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1243 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1285 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1312 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 1328 |
Error | coding | HiddenField | 'aSymbol' hides a field. | 1328 |
Error | coding | HiddenField | 'bSymbol' hides a field. | 1328 |
Error | coding | HiddenField | 'cSymbol' hides a field. | 1328 |
Error | coding | HiddenField | 'dSymbol' hides a field. | 1328 |
Error | coding | HiddenField | 'eSymbol' hides a field. | 1328 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1351 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1374 |
Error | misc | FinalParameters | Parameter inputPortTags should be final. | 1377 |
Error | coding | HiddenField | 'inputPortTags' hides a field. | 1377 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1381 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1383 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1392 |
Error | misc | FinalParameters | Parameter outputPortTags should be final. | 1395 |
Error | coding | HiddenField | 'outputPortTags' hides a field. | 1395 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1401 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1410 |
Error | misc | FinalParameters | Parameter stateTags should be final. | 1413 |
Error | coding | HiddenField | 'stateTags' hides a field. | 1413 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1419 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1428 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1437 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1455 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1466 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1470 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 1474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1488 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1489 |
Error | misc | FinalParameters | Parameter index should be final. | 1493 |
Error | coding | HiddenField | 'index' hides a field. | 1493 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
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 | sizes | LineLength | Line is longer than 80 characters (found 96). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
Error | misc | FinalParameters | Parameter A should be final. | 47 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter R should be final. | 47 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter Q should be final. | 47 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 60 |
Error | misc | FinalParameters | Parameter A should be final. | 60 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter R should be final. | 60 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter Q should be final. | 60 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 73 |
Error | misc | FinalParameters | Parameter A should be final. | 73 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter R should be final. | 73 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter Q should be final. | 73 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 73 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 102 |
Error | coding | MagicNumber | '10' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 123 |
Error | naming | LocalVariableName | Name 'Uc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 129 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 255). | 147 |
Error | misc | FinalParameters | Parameter A should be final. | 147 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter R should be final. | 147 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter Q should be final. | 147 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 147 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 169 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 176 |
Error | coding | MagicNumber | '10' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 197 |
Error | naming | LocalVariableName | Name 'Uc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 203 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 48 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 48 |
Error | misc | FinalParameters | Parameter A1 should be final. | 48 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter B1 should be final. | 48 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter C1 should be final. | 48 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter D1 should be final. | 48 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter A2 should be final. | 48 |
Error | naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter B2 should be final. | 48 |
Error | naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter C2 should be final. | 48 |
Error | naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter D2 should be final. | 48 |
Error | naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 50 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 54 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
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. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter args should be final. | 40 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 |
Error | coding | MagicNumber | '-2' is a magic number. | 41 |
Error | coding | MagicNumber | '-3' is a magic number. | 41 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 42 |
Error | coding | MagicNumber | '5' is a magic number. | 43 |
Error | coding | MagicNumber | '6' is a magic number. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter C should be final. | 61 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
Error | naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 68 |
Error | naming | LocalVariableName | Name 'Go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 |
Error | naming | LocalVariableName | Name 'Dre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalVariableName | Name 'Dim' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | naming | LocalVariableName | Name 'Vre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'Vim' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | coding | MagicNumber | '4' is a magic number. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 84 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 88 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 102 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 30 |
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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 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 | coding | HiddenField | 'system' hides a field. | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | coding | HiddenField | 'system' hides a field. | 53 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
Error | coding | MagicNumber | '170' is a magic number. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
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 116). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 138 |
Error | coding | MagicNumber | '20' is a magic number. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 185 |
Error | misc | FinalParameters | Parameter angularFrequencies should be final. | 185 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 189 |
Error | naming | LocalFinalVariableName | Name 'exp_jwT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 190 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 199 |
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 | 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 |
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. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | coding | HiddenField | 'gnuplot' hides a field. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 57 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 64 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 99 |
Error | coding | MagicNumber | '20' is a magic number. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 117 |
Error | coding | MagicNumber | '20' is a magic number. | 117 |
Error | coding | MagicNumber | '6' is a magic number. | 117 |
Error | coding | MagicNumber | '20' is a magic number. | 117 |
Error | coding | MagicNumber | '10' is a magic number. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
Error | coding | MagicNumber | '20' is a magic number. | 124 |
Error | coding | MagicNumber | '-40' is a magic number. | 125 |
Error | coding | MagicNumber | '20' is a magic number. | 129 |
Error | coding | MagicNumber | '20' is a magic number. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
Error | coding | MagicNumber | '20' is a magic number. | 136 |
Error | coding | MagicNumber | '6' is a magic number. | 136 |
Error | coding | MagicNumber | '20' is a magic number. | 136 |
Error | coding | MagicNumber | '-1.5' is a magic number. | 139 |
Error | coding | MagicNumber | '4.0' is a magic number. | 139 |
Error | coding | MagicNumber | '10' is a magic number. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 157 |
Error | coding | MagicNumber | '30' is a magic number. | 157 |
Error | coding | MagicNumber | '6' is a magic number. | 157 |
Error | coding | MagicNumber | '30' is a magic number. | 157 |
Error | coding | MagicNumber | '10' is a magic number. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 160 |
Error | coding | MagicNumber | '90' is a magic number. | 164 |
Error | coding | MagicNumber | '-90' is a magic number. | 165 |
Error | coding | MagicNumber | '90' is a magic number. | 169 |
Error | coding | MagicNumber | '90' is a magic number. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 176 |
Error | coding | MagicNumber | '30' is a magic number. | 176 |
Error | coding | MagicNumber | '6' is a magic number. | 176 |
Error | coding | MagicNumber | '30' is a magic number. | 176 |
Error | coding | MagicNumber | '-1.5' is a magic number. | 179 |
Error | coding | MagicNumber | '3.5' is a magic number. | 179 |
Error | coding | MagicNumber | '10' is a magic number. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
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. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 47 |
Error | misc | FinalParameters | Parameter A should be final. | 47 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter B should be final. | 47 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 103). | 67 |
Error | misc | FinalParameters | Parameter A should be final. | 67 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | misc | FinalParameters | Parameter B should be final. | 67 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 67 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 76 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalFinalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 78 |
Error | naming | LocalFinalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
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 | sizes | LineLength | Line is longer than 80 characters (found 228). | 123 |
Error | misc | FinalParameters | Parameter A should be final. | 124 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | misc | FinalParameters | Parameter B should be final. | 124 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 124 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 133 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalFinalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
Error | naming | LocalFinalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 40 |
Error | misc | FinalParameters | Parameter A should be final. | 40 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter B should be final. | 40 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter C should be final. | 40 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter D should be final. | 40 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter C should be final. | 61 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter D should be final. | 61 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter type should be final. | 61 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | coding | MagicNumber | '5' is a magic number. | 72 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 93 |
Error | coding | MagicNumber | '12' is a magic number. | 93 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 97 |
Error | naming | LocalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
Error | coding | MagicNumber | '10' is a magic number. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 114 |
Error | coding | MagicNumber | '3' is a magic number. | 118 |
Error | coding | MagicNumber | '4' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 39 |
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. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
Error | misc | FinalParameters | Parameter A should be final. | 66 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter B should be final. | 66 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter C should be final. | 66 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 83 |
Error | misc | FinalParameters | Parameter A should be final. | 83 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | misc | FinalParameters | Parameter B should be final. | 83 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | misc | FinalParameters | Parameter C should be final. | 83 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 251). | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 114 |
Error | misc | FinalParameters | Parameter A should be final. | 114 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | misc | FinalParameters | Parameter B should be final. | 114 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | misc | FinalParameters | Parameter C should be final. | 114 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 114 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 126 |
Error | coding | MagicNumber | '1.0E5' is a magic number. | 126 |
Error | coding | MagicNumber | '1.0E5' is a magic number. | 126 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalVariableName | Name 'An' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalVariableName | Name 'Bn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 137 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'Au' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 182 |
Error | misc | FinalParameters | Parameter A should be final. | 183 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | misc | FinalParameters | Parameter B should be final. | 183 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | misc | FinalParameters | Parameter C should be final. | 183 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 183 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 195 |
Error | coding | MagicNumber | '100000' is a magic number. | 195 |
Error | coding | MagicNumber | '100000' is a magic number. | 195 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'An' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | naming | LocalVariableName | Name 'Bn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | naming | LocalVariableName | Name 'Au' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 236 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 33 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | design | VisibilityModifier | Variable 'A' must be private and have accessor methods. | 36 |
Error | naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | design | VisibilityModifier | Variable 'B' must be private and have accessor methods. | 38 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | design | VisibilityModifier | Variable 'C' must be private and have accessor methods. | 40 |
Error | naming | MemberName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | design | VisibilityModifier | Variable 'T' must be private and have accessor methods. | 42 |
Error | naming | MemberName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | design | VisibilityModifier | Variable 'K' must be private and have accessor methods. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter A should be final. | 55 |
Error | coding | HiddenField | 'A' hides a field. | 55 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter B should be final. | 55 |
Error | coding | HiddenField | 'B' hides a field. | 55 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter C should be final. | 55 |
Error | coding | HiddenField | 'C' hides a field. | 55 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter T should be final. | 55 |
Error | coding | HiddenField | 'T' hides a field. | 55 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter K should be final. | 55 |
Error | coding | HiddenField | 'K' hides a field. | 55 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | misc | FinalParameters | Parameter A should be final. | 38 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter B should be final. | 38 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 40 |
Error | naming | LocalFinalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 223). | 70 |
Error | misc | FinalParameters | Parameter A should be final. | 71 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter B should be final. | 71 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 73 |
Error | naming | LocalFinalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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 | sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
Error | misc | FinalParameters | Parameter Ad should be final. | 46 |
Error | naming | ParameterName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter Bd should be final. | 46 |
Error | naming | ParameterName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 68 |
Error | misc | FinalParameters | Parameter Ad should be final. | 68 |
Error | naming | ParameterName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter Bd should be final. | 68 |
Error | naming | ParameterName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 68 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 70 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 85 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 88 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | misc | FinalParameters | Parameter A should be final. | 40 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter B should be final. | 40 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter C should be final. | 40 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 42 |
Error | naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 47 |
Error | naming | LocalVariableName | Name 'Go' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 50 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | coding | MagicNumber | '4' is a magic number. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 59 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
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. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter args should be final. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 272). | 49 |
Error | coding | MagicNumber | '3' is a magic number. | 62 |
Error | coding | MagicNumber | '4' is a magic number. | 65 |
Error | coding | MagicNumber | '5' is a magic number. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 108 |
Error | coding | MagicNumber | '0.2' is a magic number. | 108 |
Error | coding | MagicNumber | '0.3' is a magic number. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
Error | coding | MagicNumber | '0.4' is a magic number. | 109 |
Error | coding | MagicNumber | '0.5' is a magic number. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 196 |
Error | coding | MagicNumber | '10' is a magic number. | 202 |
Error | coding | MagicNumber | '0.5' is a magic number. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
Error | coding | MagicNumber | '15' is a magic number. | 215 |
Error | coding | MagicNumber | '0.3' is a magic number. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 224 |
Error | coding | MagicNumber | '0.001' is a magic number. | 227 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 227 |
Error | coding | MagicNumber | '1000' is a magic number. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 239 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 262 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 262 |
Error | coding | MagicNumber | '-6' is a magic number. | 262 |
Error | coding | MagicNumber | '-11' is a magic number. | 262 |
Error | coding | MagicNumber | '-6' is a magic number. | 262 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 263 |
Error | coding | MagicNumber | '10' is a magic number. | 263 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 307 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 307 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 322 |
Error | coding | MagicNumber | '-2' is a magic number. | 322 |
Error | coding | MagicNumber | '3' is a magic number. | 322 |
Error | coding | MagicNumber | '-2' is a magic number. | 322 |
Error | coding | MagicNumber | '-3' is a magic number. | 322 |
Error | coding | MagicNumber | '-10' is a magic number. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 329 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 336 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 348 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 371 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 371 |
Error | coding | MagicNumber | '20' is a magic number. | 371 |
Error | coding | MagicNumber | '-0.5' is a magic number. | 371 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 372 |
Error | coding | MagicNumber | '0.5' is a magic number. | 372 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 386 |
Error | naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 |
Error | coding | MagicNumber | '4' is a magic number. | 386 |
Error | naming | LocalVariableName | Name 'Ba' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 424 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 424 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 424 |
Error | coding | MagicNumber | '3' is a magic number. | 424 |
Error | coding | MagicNumber | '3' is a magic number. | 424 |
Error | coding | MagicNumber | '-5' is a magic number. | 424 |
Error | coding | MagicNumber | '-5' is a magic number. | 425 |
Error | coding | MagicNumber | '-5' is a magic number. | 425 |
Error | naming | LocalVariableName | Name 'Fa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 438 |
Error | naming | LocalVariableName | Name 'Fi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
Error | coding | MagicNumber | '5' is a magic number. | 441 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 |
Error | coding | MagicNumber | '4' is a magic number. | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 471 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 472 |
Error | naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 472 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 472 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 473 |
Error | naming | LocalVariableName | Name 'Dc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 483 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 |
Error | coding | MagicNumber | '5.0' is a magic number. | 489 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 530 |
Error | coding | MagicNumber | '1.2' is a magic number. | 539 |
Error | coding | MagicNumber | '0.05' is a magic number. | 539 |
Error | coding | MagicNumber | '1.2' is a magic number. | 540 |
Error | coding | MagicNumber | '-0.32' is a magic number. | 540 |
Error | coding | MagicNumber | '1.2' is a magic number. | 541 |
Error | coding | MagicNumber | '0.33' is a magic number. | 541 |
Error | coding | MagicNumber | '2.2' is a magic number. | 542 |
Error | coding | MagicNumber | '0.25' is a magic number. | 542 |
Error | coding | MagicNumber | '1.5' is a magic number. | 543 |
Error | coding | MagicNumber | '1.28' is a magic number. | 543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 544 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 551 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 565 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 565 |
Error | coding | MagicNumber | '-5' is a magic number. | 565 |
Error | coding | MagicNumber | '-10' is a magic number. | 565 |
Error | coding | MagicNumber | '-5' is a magic number. | 565 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 608 |
Error | naming | LocalVariableName | Name 'W' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 608 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 608 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 616 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 623 |
Error | coding | MagicNumber | '-2' is a magic number. | 623 |
Error | coding | MagicNumber | '-2' is a magic number. | 623 |
Error | coding | MagicNumber | '-5' is a magic number. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 638 |
Error | naming | LocalVariableName | Name 'Fom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 638 |
Error | naming | LocalVariableName | Name 'Fo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 647 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 661 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 661 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 661 |
Error | coding | MagicNumber | '-35' is a magic number. | 661 |
Error | coding | MagicNumber | '-27' is a magic number. | 661 |
Error | coding | MagicNumber | '-9' is a magic number. | 661 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 662 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 666 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 671 |
Error | coding | MagicNumber | '3' is a magic number. | 671 |
Error | coding | MagicNumber | '100' is a magic number. | 671 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 676 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 702 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 703 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 721 |
Error | coding | MagicNumber | '3' is a magic number. | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 739 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 753 |
Error | coding | MagicNumber | '3' is a magic number. | 760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 766 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 767 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 772 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 |
Error | coding | MagicNumber | '5.0' is a magic number. | 774 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 814 |
Error | coding | MagicNumber | '3' is a magic number. | 821 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 46 |
Error | misc | FinalParameters | Parameter A should be final. | 46 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter B should be final. | 46 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | misc | FinalParameters | Parameter D should be final. | 46 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter E should be final. | 46 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 63 |
Error | misc | FinalParameters | Parameter A should be final. | 63 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter B should be final. | 63 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter C should be final. | 63 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter D should be final. | 63 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter E should be final. | 63 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter simplify should be final. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 79 |
Error | misc | FinalParameters | Parameter A should be final. | 79 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter B should be final. | 79 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter C should be final. | 79 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter D should be final. | 79 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter E should be final. | 79 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 94 |
Error | misc | FinalParameters | Parameter A should be final. | 94 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter B should be final. | 94 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter C should be final. | 94 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter D should be final. | 94 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter E should be final. | 94 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 94 |
Error | misc | FinalParameters | Parameter simplify should be final. | 94 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 101 |
Error | coding | MagicNumber | '4' is a magic number. | 107 |
Error | naming | LocalVariableName | Name 'As' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 119 |
Error | naming | LocalVariableName | Name 'Af' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | naming | LocalVariableName | Name 'Bs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 122 |
Error | naming | LocalVariableName | Name 'Bf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'Cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 125 |
Error | naming | LocalVariableName | Name 'Cf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
Error | naming | LocalVariableName | Name 'Gf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 153 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 189 |
Error | misc | FinalParameters | Parameter A should be final. | 190 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter B should be final. | 190 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter C should be final. | 190 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter D should be final. | 190 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter E should be final. | 190 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 190 |
Error | misc | FinalParameters | Parameter simplify should be final. | 190 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 202 |
Error | coding | MagicNumber | '4' is a magic number. | 207 |
Error | naming | LocalVariableName | Name 'As' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 214 |
Error | naming | LocalVariableName | Name 'Af' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | coding | MagicNumber | '4' is a magic number. | 214 |
Error | coding | MagicNumber | '4' is a magic number. | 214 |
Error | coding | MagicNumber | '4' is a magic number. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 216 |
Error | naming | LocalVariableName | Name 'Bs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 217 |
Error | naming | LocalVariableName | Name 'Bf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
Error | naming | LocalVariableName | Name 'Cs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 220 |
Error | naming | LocalVariableName | Name 'Cf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 222 |
Error | naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 241 |
Error | naming | LocalVariableName | Name 'Gf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 250 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 286 |
Error | misc | FinalParameters | Parameter A should be final. | 287 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | misc | FinalParameters | Parameter B should be final. | 287 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | misc | FinalParameters | Parameter C should be final. | 287 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | misc | FinalParameters | Parameter D should be final. | 287 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | misc | FinalParameters | Parameter E should be final. | 287 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | misc | FinalParameters | Parameter simplify should be final. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 290 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter A should be final. | 33 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | misc | FinalParameters | Parameter B should be final. | 33 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 43 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 57 |
Error | misc | FinalParameters | Parameter G should be final. | 57 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | misc | FinalParameters | Parameter n should be final. | 57 |
Error | misc | FinalParameters | Parameter mw should be final. | 57 |
Error | misc | FinalParameters | Parameter pz should be final. | 57 |
Error | misc | FinalParameters | Parameter gamma should be final. | 57 |
Error | naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 94 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
Error | sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 114 |
Error | misc | FinalParameters | Parameter G should be final. | 114 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | misc | FinalParameters | Parameter n should be final. | 114 |
Error | misc | FinalParameters | Parameter mw should be final. | 114 |
Error | misc | FinalParameters | Parameter pz should be final. | 114 |
Error | misc | FinalParameters | Parameter gamma should be final. | 114 |
Error | naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 123 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
Error | naming | LocalVariableName | Name 'IDTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 156 |
Error | naming | LocalVariableName | Name 'IDDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | naming | LocalVariableName | Name 'DTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 159 |
Error | naming | LocalVariableName | Name 'TMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 160 |
Error | naming | LocalVariableName | Name 'AR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 161 |
Error | naming | LocalVariableName | Name 'QR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 162 |
Error | naming | LocalVariableName | Name 'RR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 164 |
Error | naming | LocalVariableName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 165 |
Error | naming | LocalVariableName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
Error | naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 197 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 210 |
Error | naming | LocalVariableName | Name 'B3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 211 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | naming | LocalVariableName | Name 'B2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 213 |
Error | naming | LocalVariableName | Name 'C2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
Error | naming | LocalVariableName | Name 'D22b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 215 |
Error | naming | LocalVariableName | Name 'TMP2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 223 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 252 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 263 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 |
Error | naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 267 |
Error | naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter C should be final. | 61 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter D should be final. | 61 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 61 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 61 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
Error | naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 73 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 80 |
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 89). | 96 |
Error | misc | FinalParameters | Parameter g should be final. | 96 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 96 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | coding | MagicNumber | '3' is a magic number. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 113 |
Error | misc | FinalParameters | Parameter G should be final. | 113 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 113 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 113 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | coding | MagicNumber | '3' is a magic number. | 119 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | coding | MagicNumber | '3' is a magic number. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
Error | misc | FinalParameters | Parameter num should be final. | 139 |
Error | misc | FinalParameters | Parameter den should be final. | 139 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 139 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | coding | MagicNumber | '3' is a magic number. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
Error | misc | FinalParameters | Parameter g should be final. | 154 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 168 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 168 |
Error | misc | FinalParameters | Parameter g should be final. | 168 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 168 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 186 |
Error | misc | FinalParameters | Parameter numerator should be final. | 186 |
Error | misc | FinalParameters | Parameter denominator should be final. | 186 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 200 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 200 |
Error | misc | FinalParameters | Parameter numerator should be final. | 200 |
Error | misc | FinalParameters | Parameter denominator should be final. | 200 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 212 |
Error | misc | FinalParameters | Parameter G should be final. | 212 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 212 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 227 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 227 |
Error | misc | FinalParameters | Parameter G should be final. | 227 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 227 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 227 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 257 |
Error | misc | FinalParameters | Parameter A should be final. | 257 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
Error | misc | FinalParameters | Parameter B should be final. | 257 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
Error | misc | FinalParameters | Parameter C should be final. | 257 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
Error | misc | FinalParameters | Parameter D should be final. | 257 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 257 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 257 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 275 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 275 |
Error | misc | FinalParameters | Parameter A should be final. | 275 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | misc | FinalParameters | Parameter B should be final. | 275 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | misc | FinalParameters | Parameter C should be final. | 275 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | misc | FinalParameters | Parameter D should be final. | 275 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 275 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 275 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
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. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 52 |
Error | misc | FinalParameters | Parameter A should be final. | 52 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter B should be final. | 52 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter C should be final. | 52 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter D should be final. | 52 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter x0 should be final. | 52 |
Error | misc | FinalParameters | Parameter T should be final. | 52 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 54 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 81 |
Error | misc | FinalParameters | Parameter g should be final. | 81 |
Error | misc | FinalParameters | Parameter x0 should be final. | 81 |
Error | misc | FinalParameters | Parameter T should be final. | 81 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | coding | MagicNumber | '3' is a magic number. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 96 |
Error | misc | FinalParameters | Parameter G should be final. | 96 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | misc | FinalParameters | Parameter x0 should be final. | 96 |
Error | misc | FinalParameters | Parameter T should be final. | 96 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | coding | MagicNumber | '3' is a magic number. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 112 |
Error | misc | FinalParameters | Parameter numerator should be final. | 112 |
Error | misc | FinalParameters | Parameter denominator should be final. | 112 |
Error | misc | FinalParameters | Parameter x0 should be final. | 112 |
Error | misc | FinalParameters | Parameter T should be final. | 112 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | coding | MagicNumber | '3' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 128 |
Error | misc | FinalParameters | Parameter g should be final. | 128 |
Error | misc | FinalParameters | Parameter x0 should be final. | 128 |
Error | misc | FinalParameters | Parameter T should be final. | 128 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 141 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 141 |
Error | misc | FinalParameters | Parameter g should be final. | 141 |
Error | misc | FinalParameters | Parameter x0 should be final. | 141 |
Error | misc | FinalParameters | Parameter T should be final. | 141 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 160 |
Error | misc | FinalParameters | Parameter numerator should be final. | 160 |
Error | misc | FinalParameters | Parameter denominator should be final. | 160 |
Error | misc | FinalParameters | Parameter x0 should be final. | 160 |
Error | misc | FinalParameters | Parameter T should be final. | 160 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 173 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 173 |
Error | misc | FinalParameters | Parameter numerator should be final. | 173 |
Error | misc | FinalParameters | Parameter denominator should be final. | 173 |
Error | misc | FinalParameters | Parameter x0 should be final. | 173 |
Error | misc | FinalParameters | Parameter T should be final. | 173 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 185 |
Error | misc | FinalParameters | Parameter G should be final. | 185 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter x0 should be final. | 185 |
Error | misc | FinalParameters | Parameter T should be final. | 185 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 198 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 198 |
Error | misc | FinalParameters | Parameter G should be final. | 198 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | misc | FinalParameters | Parameter x0 should be final. | 198 |
Error | misc | FinalParameters | Parameter T should be final. | 198 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 228 |
Error | misc | FinalParameters | Parameter A should be final. | 228 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | misc | FinalParameters | Parameter B should be final. | 228 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | misc | FinalParameters | Parameter C should be final. | 228 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | misc | FinalParameters | Parameter D should be final. | 228 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | misc | FinalParameters | Parameter x0 should be final. | 228 |
Error | misc | FinalParameters | Parameter T should be final. | 228 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 244 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 244 |
Error | misc | FinalParameters | Parameter A should be final. | 244 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | misc | FinalParameters | Parameter B should be final. | 244 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | misc | FinalParameters | Parameter C should be final. | 244 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | misc | FinalParameters | Parameter D should be final. | 244 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | misc | FinalParameters | Parameter x0 should be final. | 244 |
Error | misc | FinalParameters | Parameter T should be final. | 244 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 30 |
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. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 55 |
Error | misc | FinalParameters | Parameter A should be final. | 55 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter G should be final. | 55 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter C should be final. | 55 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter Q should be final. | 55 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter R should be final. | 55 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 56 |
Error | naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 60 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 61 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 51 |
Error | misc | FinalParameters | Parameter A should be final. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter B should be final. | 51 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter Q should be final. | 51 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter R should be final. | 51 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 70 |
Error | misc | FinalParameters | Parameter A should be final. | 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 | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter Q should be final. | 70 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter R should be final. | 70 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter S should be final. | 70 |
Error | naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 107 |
Error | naming | LocalVariableName | Name 'G11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 108 |
Error | naming | LocalVariableName | Name 'G12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'G21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | naming | LocalVariableName | Name 'G22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | naming | LocalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 128 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 129 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 47 |
Error | misc | FinalParameters | Parameter A should be final. | 47 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter B should be final. | 47 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter C should be final. | 47 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter D should be final. | 47 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter U should be final. | 47 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
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 139). | 63 |
Error | misc | FinalParameters | Parameter A should be final. | 63 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter B should be final. | 63 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter C should be final. | 63 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter D should be final. | 63 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter U should be final. | 63 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | misc | FinalParameters | Parameter x0 should be final. | 63 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 65 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 84 |
Error | misc | FinalParameters | Parameter A should be final. | 84 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter B should be final. | 84 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter C should be final. | 84 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter D should be final. | 84 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter U should be final. | 84 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 98 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 98 |
Error | misc | FinalParameters | Parameter A should be final. | 98 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | misc | FinalParameters | Parameter B should be final. | 98 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | misc | FinalParameters | Parameter C should be final. | 98 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | misc | FinalParameters | Parameter D should be final. | 98 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | misc | FinalParameters | Parameter U should be final. | 98 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 113 |
Error | misc | FinalParameters | Parameter A should be final. | 113 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter B should be final. | 113 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter C should be final. | 113 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter D should be final. | 113 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter U should be final. | 113 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter x0 should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 129 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 129 |
Error | misc | FinalParameters | Parameter A should be final. | 129 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter B should be final. | 129 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter C should be final. | 129 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter D should be final. | 129 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter U should be final. | 129 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | misc | FinalParameters | Parameter x0 should be final. | 129 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter A should be final. | 33 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | misc | FinalParameters | Parameter Q should be final. | 33 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 40 |
Error | naming | LocalFinalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 41 |
Error | naming | LocalFinalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
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 | sizes | LineLength | Line is longer than 80 characters (found 105). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | VisibilityModifier | Variable 'proper' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | VisibilityModifier | Variable 'strictlyProper' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | naming | MemberName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | design | VisibilityModifier | Variable 'G' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | design | VisibilityModifier | Variable 'timeDomainType' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | design | VisibilityModifier | Variable 'inputSize' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | design | VisibilityModifier | Variable 'stateSize' must be private and have accessor methods. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | design | VisibilityModifier | Variable 'outputSize' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | design | VisibilityModifier | Variable 'b' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | design | VisibilityModifier | Variable 'd' must be private and have accessor methods. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | design | VisibilityModifier | Variable 'e' must be private and have accessor methods. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | design | VisibilityModifier | Variable 'inputPortTags' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | design | VisibilityModifier | Variable 'outputPortTags' must be private and have accessor methods. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 115 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 125 |
Error | coding | MagicNumber | '31' is a magic number. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | coding | MagicNumber | '32' is a magic number. | 125 |
Error | coding | MagicNumber | '31' is a magic number. | 126 |
Error | coding | MagicNumber | '1231' is a magic number. | 126 |
Error | coding | MagicNumber | '1237' is a magic number. | 126 |
Error | coding | MagicNumber | '31' is a magic number. | 127 |
Error | coding | MagicNumber | '1231' is a magic number. | 127 |
Error | coding | MagicNumber | '1237' is a magic number. | 127 |
Error | coding | MagicNumber | '31' is a magic number. | 128 |
Error | coding | MagicNumber | '31' is a magic number. | 129 |
Error | coding | MagicNumber | '31' is a magic number. | 130 |
Error | coding | MagicNumber | '31' is a magic number. | 131 |
Error | coding | MagicNumber | '31' is a magic number. | 132 |
Error | coding | MagicNumber | '31' is a magic number. | 133 |
Error | coding | MagicNumber | '31' is a magic number. | 134 |
Error | coding | MagicNumber | '31' is a magic number. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
Error | coding | MagicNumber | '31' is a magic number. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 137 |
Error | coding | MagicNumber | '31' is a magic number. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 297 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 366 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 384 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 443 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 469 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 478 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 487 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 496 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 498 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 507 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 514 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 516 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 525 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 534 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 550 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 552 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 554 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 562 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 583 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 584 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 584 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 585 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 585 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 586 |
Error | coding | MagicNumber | '3' is a magic number. | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 600 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 600 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 604 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 626 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 629 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 642 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 647 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 649 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 657 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 686 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 687 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 688 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 688 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 688 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 689 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 690 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 690 |
Error | coding | MagicNumber | '3' is a magic number. | 696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 698 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 704 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 710 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 727 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 729 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 731 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 739 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 748 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 749 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 750 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 751 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 |
Error | coding | MagicNumber | '3' is a magic number. | 757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 764 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 764 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 768 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 776 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 787 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 793 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 795 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 797 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 806 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 813 |
Error | coding | MagicNumber | '3' is a magic number. | 822 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 824 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 834 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 845 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 851 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 862 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 865 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 868 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 870 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 872 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 875 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 882 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 884 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 891 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 895 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 909 |
Error | naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 909 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 909 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 910 |
Error | naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 910 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 910 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 912 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 913 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 915 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 916 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 921 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 921 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 922 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 923 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 923 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 924 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 925 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 925 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 931 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 934 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 934 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 940 |
Error | naming | LocalFinalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 940 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 940 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 941 |
Error | naming | LocalFinalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 941 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 941 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 942 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 943 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 951 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 952 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 952 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 953 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 954 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 954 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 960 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 960 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 963 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 963 |
Error | coding | MagicNumber | '3' is a magic number. | 973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 975 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 982 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 988 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 995 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 997 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1006 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1008 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1010 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1012 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1019 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1021 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1023 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1032 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1034 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1039 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1044 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1044 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1046 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1054 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1054 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1055 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1056 |
Error | coding | MagicNumber | '3' is a magic number. | 1070 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1079 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1088 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1090 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1092 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 1108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1113 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1114 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1115 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 |
Error | coding | MagicNumber | '3' is a magic number. | 1123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1164 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1165 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1166 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1167 |
Error | coding | MagicNumber | '3' is a magic number. | 1174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1181 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1181 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1206 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 1209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1218 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 1221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1223 |
Error | coding | MagicNumber | '3' is a magic number. | 1227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1236 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1261 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 1322 |
Error | coding | HiddenField | 'aSymbol' hides a field. | 1322 |
Error | coding | HiddenField | 'bSymbol' hides a field. | 1322 |
Error | coding | HiddenField | 'cSymbol' hides a field. | 1322 |
Error | coding | HiddenField | 'dSymbol' hides a field. | 1322 |
Error | coding | HiddenField | 'eSymbol' hides a field. | 1322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1332 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1339 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1345 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1350 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1359 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1366 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1368 |
Error | misc | FinalParameters | Parameter inputPortTags should be final. | 1371 |
Error | coding | HiddenField | 'inputPortTags' hides a field. | 1371 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1377 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1386 |
Error | misc | FinalParameters | Parameter outputPortTags should be final. | 1389 |
Error | coding | HiddenField | 'outputPortTags' hides a field. | 1389 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1393 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1395 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1404 |
Error | misc | FinalParameters | Parameter stateTags should be final. | 1407 |
Error | coding | HiddenField | 'stateTags' hides a field. | 1407 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1413 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1422 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1431 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1440 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1447 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1449 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 1460 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1464 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 1468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1474 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1475 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1482 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1483 |
Error | misc | FinalParameters | Parameter index should be final. | 1487 |
Error | coding | HiddenField | 'index' hides a field. | 1487 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
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. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | coding | HiddenField | 'system' hides a field. | 45 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
Error | coding | HiddenField | 'system' hides a field. | 56 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
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 90). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 102 |
Error | coding | MagicNumber | '170' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 138 |
Error | coding | MagicNumber | '20' is a magic number. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | coding | MagicNumber | '-2' is a magic number. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 183 |
Error | misc | FinalParameters | Parameter angularFrequencies should be final. | 183 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 183 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 187 |
Error | naming | LocalFinalVariableName | Name 'exp_jwT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 197 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | misc | FinalParameters | Parameter args should be final. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 216 |
Error | coding | MagicNumber | '0.1' is a magic number. | 216 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | coding | HiddenField | 'system' hides a field. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
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 94). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 120 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 135 |
Error | naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 160 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 225 |
Error | naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 |
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 93). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 248 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 272 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
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 | sizes | LineLength | Line is longer than 80 characters (found 91). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 39 |
Error | coding | MagicNumber | '3' is a magic number. | 48 |
Error | coding | MagicNumber | '4' is a magic number. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 105 |
Error | misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 116 |
Error | misc | FinalParameters | Parameter simplify should be final. | 116 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 129 |
Error | misc | FinalParameters | Parameter simplify should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 144 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 156 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 158 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 |
Error | misc | FinalParameters | Parameter output should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'output'. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 266 |
Error | javadoc | JavadocMethod | Expected @return tag. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 268 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 301 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | javadoc | JavadocMethod | Expected @return tag. | 329 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 405 |
Error | coding | MagicNumber | '3' is a magic number. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 438 |
Error | javadoc | JavadocMethod | Expected @return tag. | 446 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 515 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 516 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 524 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 540 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 547 |
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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 31 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 31 |
Error | javadoc | JavadocMethod | Expected @return tag. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
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. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
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 83). | 187 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 196 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 215 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 215 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 250 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 250 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 269 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 269 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 269 |
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. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 331 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 331 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 331 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 333 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 341 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 341 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 341 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 341 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 343 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 363 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 372 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 372 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 372 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 381 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 384 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 386 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 395 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 395 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 395 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 407 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 411 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 418 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 418 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 418 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 422 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 424 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 429 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 444 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 454 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 461 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 465 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 470 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 472 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 477 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 479 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 486 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 489 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 491 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 498 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 507 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 507 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 507 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 507 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 507 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 507 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 509 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 511 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 516 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 518 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 525 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 532 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 537 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 539 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 544 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 546 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 569 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 571 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 576 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 577 |
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 | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocMethod | Expected @return tag. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocMethod | Expected @return tag. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 149 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 |
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. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | coding | HiddenField | 'system' hides a field. | 55 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 66 |
Error | coding | HiddenField | 'system' hides a field. | 66 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 66 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
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 88). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 81 |
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 105). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 102 |
Error | naming | LocalFinalVariableName | Name 'G2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | coding | MagicNumber | '-2' is a magic number. | 149 |
Error | coding | MagicNumber | '3' is a magic number. | 149 |
Error | coding | MagicNumber | '100' is a magic number. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 163 |
Error | misc | FinalParameters | Parameter angularFrequncies should be final. | 163 |
Error | coding | MagicNumber | '3' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 225 |
Error | coding | MagicNumber | '0.1' is a magic number. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 240 |
Error | coding | MagicNumber | '0.1' is a magic number. | 244 |
Error | coding | MagicNumber | '0.1' is a magic number. | 244 |
Error | coding | MagicNumber | '100' is a magic number. | 247 |
Error | coding | MagicNumber | '100' is a magic number. | 248 |
Error | coding | MagicNumber | '10' is a magic number. | 250 |
Error | coding | MagicNumber | '10' is a magic number. | 250 |
Error | coding | MagicNumber | '-2' is a magic number. | 253 |
Error | coding | MagicNumber | '-100' is a magic number. | 254 |
Error | coding | MagicNumber | '-100' is a magic number. | 255 |
Error | coding | MagicNumber | '10' is a magic number. | 257 |
Error | coding | MagicNumber | '10' is a magic number. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 277 |
Error | coding | MagicNumber | '0.1' is a magic number. | 281 |
Error | coding | MagicNumber | '0.1' is a magic number. | 281 |
Error | coding | MagicNumber | '100' is a magic number. | 284 |
Error | coding | MagicNumber | '100' is a magic number. | 285 |
Error | coding | MagicNumber | '10' is a magic number. | 287 |
Error | coding | MagicNumber | '10' is a magic number. | 287 |
Error | coding | MagicNumber | '-100' is a magic number. | 291 |
Error | coding | MagicNumber | '-100' is a magic number. | 292 |
Error | coding | MagicNumber | '10' is a magic number. | 294 |
Error | coding | MagicNumber | '10' is a magic number. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | misc | FinalParameters | Parameter args should be final. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 343 |
Error | misc | FinalParameters | Parameter isDrawingForPositiveFrequency should be final. | 343 |
Error | coding | HiddenField | 'isDrawingForPositiveFrequency' hides a field. | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
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 85). | 361 |
Error | misc | FinalParameters | Parameter isDrawingForNegativeFrequency should be final. | 361 |
Error | coding | HiddenField | 'isDrawingForNegativeFrequency' hides a field. | 361 |
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. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
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 | sizes | LineLength | Line is longer than 80 characters (found 85). | 42 |
Error | misc | FinalParameters | Parameter args should be final. | 42 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 50 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 55 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 91 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
Error | coding | MagicNumber | '3' is a magic number. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 156 |
Error | coding | MagicNumber | '3' is a magic number. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'output'. | 186 |
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 111). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 212 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 275 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 280 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 285 |
Error | javadoc | JavadocMethod | Expected @return tag. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 287 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 315 |
Error | javadoc | JavadocMethod | Expected @return tag. | 326 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 393 |
Error | javadoc | JavadocMethod | Expected @return tag. | 412 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 485 |
Error | coding | MagicNumber | '3' is a magic number. | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 513 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 514 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 527 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | coding | HiddenField | 'system' hides a field. | 36 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 47 |
Error | coding | MagicNumber | '-2.0' is a magic number. | 47 |
Error | coding | MagicNumber | '3.0' is a magic number. | 47 |
Error | coding | MagicNumber | '100' is a magic number. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | misc | FinalParameters | Parameter angularFrequencies should be final. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
Error | naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | naming | MemberName | Name 'TL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | naming | MemberName | Name 'TR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | naming | MemberName | Name 'BDL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | naming | MemberName | Name 'BDR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 56 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 99 |
Error | blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 108 |
Error | naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 118 |
Error | naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 128 |
Error | naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 138 |
Error | naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | coding | MagicNumber | '1.0e-15' is a magic number. | 160 |
Error | naming | LocalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 167 |
Error | naming | LocalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 168 |
Error | naming | LocalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
Error | naming | LocalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 171 |
Error | naming | LocalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 172 |
Error | naming | LocalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 190 |
Error | naming | LocalVariableName | Name 'A11invE11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 246 |
Error | naming | LocalVariableName | Name 'BDR12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | naming | LocalVariableName | Name 'BDL12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 260 |
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 para should be final. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | coding | MagicNumber | '4' is a magic number. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 289 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | coding | MagicNumber | '3' is a magic number. | 295 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 |
Error | coding | MagicNumber | '4' is a magic number. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 36 |
Error | misc | FinalParameters | Parameter A should be final. | 36 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | misc | FinalParameters | Parameter B should be final. | 36 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | misc | FinalParameters | Parameter Q should be final. | 36 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | misc | FinalParameters | Parameter R should be final. | 36 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | coding | MagicNumber | '1.0E-6' is a magic number. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 64 |
Error | misc | FinalParameters | Parameter A should be final. | 64 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter B should be final. | 64 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter Q should be final. | 64 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter R should be final. | 64 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter tol1 should be final. | 64 |
Error | coding | MagicNumber | '1.0E-6' is a magic number. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 80 |
Error | misc | FinalParameters | Parameter A should be final. | 80 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter B should be final. | 80 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter Q should be final. | 80 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter R should be final. | 80 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter toleranceOfEquation should be final. | 80 |
Error | misc | FinalParameters | Parameter toleranceOfPoles should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 84 |
Error | naming | LocalVariableName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 85 |
Error | naming | LocalVariableName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'EV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 102 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 103 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 202). | 112 |
Error | naming | LocalVariableName | Name 'Perr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 122 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter C should be final. | 61 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter D should be final. | 61 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 61 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 61 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 63 |
Error | naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 74 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 81 |
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 86). | 96 |
Error | misc | FinalParameters | Parameter g should be final. | 96 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 96 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | coding | MagicNumber | '3' is a magic number. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 113 |
Error | misc | FinalParameters | Parameter G should be final. | 113 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 113 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 113 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | coding | MagicNumber | '3' is a magic number. | 119 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | coding | MagicNumber | '3' is a magic number. | 126 |
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 108). | 138 |
Error | misc | FinalParameters | Parameter numerator should be final. | 138 |
Error | misc | FinalParameters | Parameter denominator should be final. | 138 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 138 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | coding | MagicNumber | '3' is a magic number. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Error | misc | FinalParameters | Parameter g should be final. | 153 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 167 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 167 |
Error | misc | FinalParameters | Parameter g should be final. | 167 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 167 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 185 |
Error | misc | FinalParameters | Parameter numerator should be final. | 185 |
Error | misc | FinalParameters | Parameter denominator should be final. | 185 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 185 |
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 113). | 199 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 199 |
Error | misc | FinalParameters | Parameter numerator should be final. | 199 |
Error | misc | FinalParameters | Parameter denominator should be final. | 199 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 211 |
Error | misc | FinalParameters | Parameter G should be final. | 211 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 211 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 226 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 226 |
Error | misc | FinalParameters | Parameter G should be final. | 226 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 226 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 226 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 258 |
Error | misc | FinalParameters | Parameter A should be final. | 258 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
Error | misc | FinalParameters | Parameter B should be final. | 258 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
Error | misc | FinalParameters | Parameter C should be final. | 258 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
Error | misc | FinalParameters | Parameter D should be final. | 258 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 258 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 276 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 276 |
Error | misc | FinalParameters | Parameter A should be final. | 276 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | misc | FinalParameters | Parameter B should be final. | 276 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | misc | FinalParameters | Parameter C should be final. | 276 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | misc | FinalParameters | Parameter D should be final. | 276 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 276 |
Error | misc | FinalParameters | Parameter seriesSize should be final. | 276 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
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. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
Error | coding | MagicNumber | '-2' is a magic number. | 30 |
Error | coding | MagicNumber | '-3' is a magic number. | 30 |
Error | coding | MagicNumber | '-4' is a magic number. | 30 |
Error | naming | LocalVariableName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 43 |
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. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | misc | FinalParameters | Parameter A should be final. | 62 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalVariableName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter NN should be final. | 39 |
Error | coding | HiddenField | 'NN' hides a field. | 39 |
Error | naming | ParameterName | Name 'NN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | misc | FinalParameters | Parameter dd should be final. | 39 |
Error | coding | HiddenField | 'dd' hides a field. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 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. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 50 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 50 |
Error | misc | FinalParameters | Parameter A1 should be final. | 50 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter B1 should be final. | 50 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter C1 should be final. | 50 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter D1 should be final. | 50 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter A2 should be final. | 50 |
Error | naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter B2 should be final. | 50 |
Error | naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter C2 should be final. | 50 |
Error | naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter D2 should be final. | 50 |
Error | naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 52 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 56 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 76 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 79 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 41 |
Error | misc | FinalParameters | Parameter A1 should be final. | 41 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter B1 should be final. | 41 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter C1 should be final. | 41 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter D1 should be final. | 41 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter type should be final. | 41 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 43 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'D1i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 80 |
Error | misc | FinalParameters | Parameter A1 should be final. | 80 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter B1 should be final. | 80 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter C1 should be final. | 80 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter D1 should be final. | 80 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | misc | FinalParameters | Parameter type should be final. | 80 |
Error | misc | FinalParameters | Parameter FH should be final. | 80 |
Error | naming | ParameterName | Name 'FH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 82 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | coding | MagicNumber | '4' is a magic number. | 89 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | coding | MagicNumber | '5' is a magic number. | 96 |
Error | naming | LocalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 122 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 122 |
Error | misc | FinalParameters | Parameter A1 should be final. | 122 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter B1 should be final. | 122 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter C1 should be final. | 122 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter D1 should be final. | 122 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter type should be final. | 122 |
Error | misc | FinalParameters | Parameter A2 should be final. | 122 |
Error | naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter B2 should be final. | 122 |
Error | naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter C2 should be final. | 122 |
Error | naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | misc | FinalParameters | Parameter D2 should be final. | 122 |
Error | naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 124 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | coding | MagicNumber | '3' is a magic number. | 131 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 132 |
Error | naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | naming | LocalVariableName | Name 'D21i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'D12i' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 140 |
Error | naming | LocalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | naming | LocalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'A21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 143 |
Error | naming | LocalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | coding | HiddenField | 'system' hides a field. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
Error | naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 224 |
Error | naming | LocalFinalVariableName | Name 'c_jwI_a_b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | misc | FinalParameters | Parameter G should be final. | 36 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | coding | MagicNumber | '0.001' is a magic number. | 37 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 38 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 49 |
Error | misc | FinalParameters | Parameter G should be final. | 49 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter wmin should be final. | 49 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 50 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 62 |
Error | misc | FinalParameters | Parameter G should be final. | 62 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter wmin should be final. | 62 |
Error | misc | FinalParameters | Parameter wmax should be final. | 62 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 77 |
Error | misc | FinalParameters | Parameter g should be final. | 77 |
Error | misc | FinalParameters | Parameter wmin should be final. | 77 |
Error | misc | FinalParameters | Parameter wmax should be final. | 77 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 86 |
Error | coding | MagicNumber | '20' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 92 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter A should be final. | 35 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | misc | FinalParameters | Parameter B should be final. | 35 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 45 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
Error | misc | FinalParameters | Parameter G should be final. | 43 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | misc | FinalParameters | Parameter n should be final. | 43 |
Error | misc | FinalParameters | Parameter mw should be final. | 43 |
Error | misc | FinalParameters | Parameter pz should be final. | 43 |
Error | misc | FinalParameters | Parameter gamma should be final. | 43 |
Error | naming | LocalVariableName | Name 'RG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | naming | LocalVariableName | Name 'CG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | naming | LocalVariableName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | naming | LocalVariableName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | naming | LocalVariableName | Name 'D11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'D12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | naming | LocalVariableName | Name 'D21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | naming | LocalVariableName | Name 'D22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 82 |
Error | naming | LocalVariableName | Name 'IDTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 83 |
Error | naming | LocalVariableName | Name 'IDDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalVariableName | Name 'DTD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
Error | naming | LocalVariableName | Name 'TMP1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 87 |
Error | naming | LocalVariableName | Name 'ARx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 88 |
Error | naming | LocalVariableName | Name 'QRx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 89 |
Error | naming | LocalVariableName | Name 'RRx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
Error | naming | LocalVariableName | Name 'TMP2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
Error | naming | LocalVariableName | Name 'B2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalVariableName | Name 'C2b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
Error | naming | LocalVariableName | Name 'D22b' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'DDT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 110 |
Error | naming | LocalVariableName | Name 'TMP3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 112 |
Error | naming | LocalVariableName | Name 'RRy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'TMP4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Error | naming | LocalVariableName | Name 'ARy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 116 |
Error | naming | LocalVariableName | Name 'QRy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 140 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 141 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 145 |
Error | naming | LocalVariableName | Name 'Gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 48 |
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 | coding | MagicNumber | '3' is a magic number. | 59 |
Error | coding | MagicNumber | '4' is a magic number. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
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 107). | 97 |
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 96). | 116 |
Error | misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 118 |
Error | javadoc | JavadocMethod | Expected @return tag. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 127 |
Error | misc | FinalParameters | Parameter simplify should be final. | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 142 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | misc | FinalParameters | Parameter output should be final. | 165 |
Error | javadoc | JavadocMethod | Expected @param tag for 'output'. | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 179 |
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 111). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 264 |
Error | javadoc | JavadocMethod | Expected @return tag. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 266 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 299 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | javadoc | JavadocMethod | Expected @return tag. | 327 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 403 |
Error | coding | MagicNumber | '3' is a magic number. | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 412 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 428 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 436 |
Error | javadoc | JavadocMethod | Expected @return tag. | 444 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 522 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 538 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 545 |
Error | misc | FinalParameters | Parameter opponent should be final. | 552 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 552 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 553 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 553 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
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. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 62 |
Error | misc | FinalParameters | Parameter A should be final. | 62 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter B should be final. | 62 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter C should be final. | 62 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter D should be final. | 62 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 62 |
Error | misc | FinalParameters | Parameter T should be final. | 62 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 64 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 112 |
Error | misc | FinalParameters | Parameter system should be final. | 112 |
Error | misc | FinalParameters | Parameter T should be final. | 112 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | misc | FinalParameters | Parameter g should be final. | 131 |
Error | misc | FinalParameters | Parameter T should be final. | 131 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | coding | MagicNumber | '3' is a magic number. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 148 |
Error | misc | FinalParameters | Parameter G should be final. | 148 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 148 |
Error | misc | FinalParameters | Parameter T should be final. | 148 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | coding | MagicNumber | '3' is a magic number. | 154 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | coding | MagicNumber | '3' is a magic number. | 161 |
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 110). | 173 |
Error | misc | FinalParameters | Parameter numerator should be final. | 173 |
Error | misc | FinalParameters | Parameter denominator should be final. | 173 |
Error | misc | FinalParameters | Parameter T should be final. | 173 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | coding | MagicNumber | '3' is a magic number. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 188 |
Error | misc | FinalParameters | Parameter g should be final. | 188 |
Error | misc | FinalParameters | Parameter T should be final. | 188 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 202 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 202 |
Error | misc | FinalParameters | Parameter g should be final. | 202 |
Error | misc | FinalParameters | Parameter T should be final. | 202 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 220 |
Error | misc | FinalParameters | Parameter numerator should be final. | 220 |
Error | misc | FinalParameters | Parameter denominator should be final. | 220 |
Error | misc | FinalParameters | Parameter T should be final. | 220 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 234 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 234 |
Error | misc | FinalParameters | Parameter numerator should be final. | 234 |
Error | misc | FinalParameters | Parameter denominator should be final. | 234 |
Error | misc | FinalParameters | Parameter T should be final. | 234 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 246 |
Error | misc | FinalParameters | Parameter G should be final. | 246 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 246 |
Error | misc | FinalParameters | Parameter T should be final. | 246 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 261 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 261 |
Error | misc | FinalParameters | Parameter G should be final. | 261 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 261 |
Error | misc | FinalParameters | Parameter T should be final. | 261 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
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. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 50 |
Error | misc | FinalParameters | Parameter A should be final. | 50 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter B should be final. | 50 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter C should be final. | 50 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter D should be final. | 50 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter x0 should be final. | 50 |
Error | misc | FinalParameters | Parameter T should be final. | 50 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 52 |
Error | naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 73 |
Error | misc | FinalParameters | Parameter g should be final. | 73 |
Error | misc | FinalParameters | Parameter x0 should be final. | 73 |
Error | misc | FinalParameters | Parameter T should be final. | 73 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
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 111). | 90 |
Error | misc | FinalParameters | Parameter G should be final. | 90 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | misc | FinalParameters | Parameter x0 should be final. | 90 |
Error | misc | FinalParameters | Parameter T should be final. | 90 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | coding | MagicNumber | '3' is a magic number. | 95 |
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 127). | 108 |
Error | misc | FinalParameters | Parameter numerator should be final. | 108 |
Error | misc | FinalParameters | Parameter denominator should be final. | 108 |
Error | misc | FinalParameters | Parameter x0 should be final. | 108 |
Error | misc | FinalParameters | Parameter T should be final. | 108 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | coding | MagicNumber | '3' is a magic number. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 124 |
Error | misc | FinalParameters | Parameter g should be final. | 124 |
Error | misc | FinalParameters | Parameter x0 should be final. | 124 |
Error | misc | FinalParameters | Parameter T should be final. | 124 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 139 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 139 |
Error | misc | FinalParameters | Parameter g should be final. | 139 |
Error | misc | FinalParameters | Parameter x0 should be final. | 139 |
Error | misc | FinalParameters | Parameter T should be final. | 139 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 158 |
Error | misc | FinalParameters | Parameter numerator should be final. | 158 |
Error | misc | FinalParameters | Parameter denominator should be final. | 158 |
Error | misc | FinalParameters | Parameter x0 should be final. | 158 |
Error | misc | FinalParameters | Parameter T should be final. | 158 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 173 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 173 |
Error | misc | FinalParameters | Parameter numerator should be final. | 173 |
Error | misc | FinalParameters | Parameter denominator should be final. | 173 |
Error | misc | FinalParameters | Parameter x0 should be final. | 173 |
Error | misc | FinalParameters | Parameter T should be final. | 173 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 185 |
Error | misc | FinalParameters | Parameter G should be final. | 185 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | misc | FinalParameters | Parameter x0 should be final. | 185 |
Error | misc | FinalParameters | Parameter T should be final. | 185 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
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 114). | 200 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 200 |
Error | misc | FinalParameters | Parameter G should be final. | 200 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | misc | FinalParameters | Parameter x0 should be final. | 200 |
Error | misc | FinalParameters | Parameter T should be final. | 200 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 231 |
Error | misc | FinalParameters | Parameter A should be final. | 231 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | misc | FinalParameters | Parameter B should be final. | 231 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | misc | FinalParameters | Parameter C should be final. | 231 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | misc | FinalParameters | Parameter D should be final. | 231 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | misc | FinalParameters | Parameter x0 should be final. | 231 |
Error | misc | FinalParameters | Parameter T should be final. | 231 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 249 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 249 |
Error | misc | FinalParameters | Parameter A should be final. | 249 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | misc | FinalParameters | Parameter B should be final. | 249 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | misc | FinalParameters | Parameter C should be final. | 249 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | misc | FinalParameters | Parameter D should be final. | 249 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | misc | FinalParameters | Parameter x0 should be final. | 249 |
Error | misc | FinalParameters | Parameter T should be final. | 249 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 37 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 37 |
Error | javadoc | JavadocMethod | Expected @return tag. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
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. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
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. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 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 | modifier | RedundantModifier | Redundant 'final' modifier. | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 203 |
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. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 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 | modifier | RedundantModifier | Redundant 'final' modifier. | 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 | modifier | RedundantModifier | Redundant 'final' modifier. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 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. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 291 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 305 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 307 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 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 | modifier | RedundantModifier | Redundant 'final' modifier. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 328 |
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 134). | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 338 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 360 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 369 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 369 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 369 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 371 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 381 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 392 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 392 |
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 | modifier | RedundantModifier | Redundant 'final' modifier. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 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 | modifier | RedundantModifier | Redundant 'final' modifier. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 415 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 421 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 428 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 431 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 446 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 451 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 455 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 458 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 469 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 474 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 476 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 483 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 486 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 495 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 504 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 504 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 504 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 504 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 504 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 504 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 506 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 508 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 515 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 520 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 529 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 534 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 536 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 556 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 563 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 566 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 573 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 574 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 269). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
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 263). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 105 |
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 263). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 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 265). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 196 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
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. | 37 |
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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 51 |
Error | misc | FinalParameters | Parameter A should be final. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter B should be final. | 51 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter C should be final. | 51 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter Q should be final. | 51 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter R should be final. | 51 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 52 |
Error | naming | LocalVariableName | Name 'LP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter Q should be final. | 61 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter R should be final. | 61 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 228). | 95 |
Error | misc | FinalParameters | Parameter A should be final. | 96 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | misc | FinalParameters | Parameter B should be final. | 96 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | misc | FinalParameters | Parameter Q should be final. | 96 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | misc | FinalParameters | Parameter R should be final. | 96 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 121 |
Error | misc | FinalParameters | Parameter A should be final. | 121 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | misc | FinalParameters | Parameter B should be final. | 121 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | misc | FinalParameters | Parameter Q should be final. | 121 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | misc | FinalParameters | Parameter R should be final. | 121 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | misc | FinalParameters | Parameter S should be final. | 121 |
Error | naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 122 |
Error | naming | LocalFinalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 123 |
Error | naming | LocalFinalVariableName | Name 'QQ' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 126 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 130 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 144 |
Error | misc | FinalParameters | Parameter A should be final. | 144 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter B should be final. | 144 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter Q should be final. | 144 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter R should be final. | 144 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 146 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 154 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 161 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 167 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 171 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 177 |
Error | naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 188 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 193 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
Error | misc | FinalParameters | Parameter A should be final. | 194 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | misc | FinalParameters | Parameter B should be final. | 194 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | misc | FinalParameters | Parameter Q should be final. | 194 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | misc | FinalParameters | Parameter R should be final. | 194 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 196 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 204 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 210 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 211 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 217 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 221 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
Error | naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | misc | FinalParameters | Parameter a should be final. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 267 |
Error | misc | FinalParameters | Parameter a should be final. | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | misc | FinalParameters | Parameter a should be final. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 286 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 299 |
Error | misc | FinalParameters | Parameter a should be final. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 304 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 304 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 53 |
Error | misc | FinalParameters | Parameter A should be final. | 53 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter B should be final. | 53 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter Q should be final. | 53 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter R should be final. | 53 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 55 |
Error | naming | LocalVariableName | Name 'Ri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 79 |
Error | misc | FinalParameters | Parameter A should be final. | 79 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter B should be final. | 79 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter Q should be final. | 79 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter R should be final. | 79 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter S should be final. | 79 |
Error | naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 81 |
Error | naming | LocalVariableName | Name 'Ri' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 90 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
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. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 50 |
Error | misc | FinalParameters | Parameter A should be final. | 50 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter B should be final. | 50 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter C should be final. | 50 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter D should be final. | 50 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter Q should be final. | 50 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter R should be final. | 50 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 73 |
Error | misc | FinalParameters | Parameter A should be final. | 73 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter B should be final. | 73 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter C should be final. | 73 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter D should be final. | 73 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter Q should be final. | 73 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter R should be final. | 73 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | misc | FinalParameters | Parameter S should be final. | 73 |
Error | naming | ParameterName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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 | sizes | LineLength | Line is longer than 80 characters (found 138). | 49 |
Error | misc | FinalParameters | Parameter A should be final. | 49 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter B should be final. | 49 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter C should be final. | 49 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter D should be final. | 49 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter U_ should be final. | 49 |
Error | naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter T should be final. | 49 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
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 | sizes | LineLength | Line is longer than 80 characters (found 157). | 74 |
Error | misc | FinalParameters | Parameter A should be final. | 74 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter B should be final. | 74 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter C should be final. | 74 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter D should be final. | 74 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter E should be final. | 74 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter U_ should be final. | 74 |
Error | naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter T should be final. | 74 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 92 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 92 |
Error | misc | FinalParameters | Parameter A_ should be final. | 92 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter B_ should be final. | 92 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter C should be final. | 92 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter D should be final. | 92 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter E_ should be final. | 92 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter U_ should be final. | 92 |
Error | naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter T_ should be final. | 92 |
Error | naming | ParameterName | Name 'T_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | misc | FinalParameters | Parameter x0_ should be final. | 92 |
Error | naming | ParameterName | Name 'x0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 119 |
Error | misc | FinalParameters | Parameter A should be final. | 119 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter B should be final. | 119 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter C should be final. | 119 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter D should be final. | 119 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter U_ should be final. | 119 |
Error | naming | ParameterName | Name 'U_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter T should be final. | 119 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter x0_ should be final. | 119 |
Error | naming | ParameterName | Name 'x0_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 121 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 134 |
Error | naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | naming | LocalVariableName | Name 'Ba' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | naming | LocalVariableName | Name 'Ca' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'Da' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | coding | MagicNumber | '3' is a magic number. | 139 |
Error | naming | LocalVariableName | Name 'Aad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'Bad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 150 |
Error | naming | LocalVariableName | Name 'Xa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 157 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 172 |
Error | misc | FinalParameters | Parameter A should be final. | 172 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | misc | FinalParameters | Parameter B should be final. | 172 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | misc | FinalParameters | Parameter C should be final. | 172 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | misc | FinalParameters | Parameter D should be final. | 172 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | misc | FinalParameters | Parameter U should be final. | 172 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | misc | FinalParameters | Parameter T should be final. | 172 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 189 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 189 |
Error | misc | FinalParameters | Parameter A should be final. | 189 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter B should be final. | 189 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter C should be final. | 189 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter D should be final. | 189 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter U should be final. | 189 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | misc | FinalParameters | Parameter T should be final. | 189 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 205 |
Error | misc | FinalParameters | Parameter A should be final. | 205 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter B should be final. | 205 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter C should be final. | 205 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter D should be final. | 205 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter U should be final. | 205 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter T should be final. | 205 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | misc | FinalParameters | Parameter x0 should be final. | 205 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 224 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 224 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 224 |
Error | misc | FinalParameters | Parameter A should be final. | 224 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter B should be final. | 224 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter C should be final. | 224 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter D should be final. | 224 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter U should be final. | 224 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter T should be final. | 224 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter x0 should be final. | 224 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 282 |
Error | sizes | ParameterNumber | More than 7 parameters (found 9). | 282 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 282 |
Error | misc | FinalParameters | Parameter A_ should be final. | 282 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter B_ should be final. | 282 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter C_ should be final. | 282 |
Error | naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter D_ should be final. | 282 |
Error | naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter E_ should be final. | 282 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter U should be final. | 282 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter T should be final. | 282 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter x0 should be final. | 282 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 |
Error | coding | MagicNumber | '3' is a magic number. | 287 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 306 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 306 |
Error | misc | FinalParameters | Parameter A_ should be final. | 306 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter B_ should be final. | 306 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter C_ should be final. | 306 |
Error | naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter D_ should be final. | 306 |
Error | naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter E_ should be final. | 306 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter U should be final. | 306 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter T should be final. | 306 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 |
Error | misc | FinalParameters | Parameter x0 should be final. | 306 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 308 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | coding | MagicNumber | '3' is a magic number. | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 328 |
Error | misc | FinalParameters | Parameter A_ should be final. | 328 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter B_ should be final. | 328 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter C_ should be final. | 328 |
Error | naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter D_ should be final. | 328 |
Error | naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter E_ should be final. | 328 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter U should be final. | 328 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | misc | FinalParameters | Parameter T should be final. | 328 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 333 |
Error | coding | MagicNumber | '3' is a magic number. | 333 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 337 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 350 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 350 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 350 |
Error | misc | FinalParameters | Parameter A_ should be final. | 350 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter B_ should be final. | 350 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter C_ should be final. | 350 |
Error | naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter D_ should be final. | 350 |
Error | naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter E_ should be final. | 350 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter U should be final. | 350 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | misc | FinalParameters | Parameter T should be final. | 350 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
Error | coding | MagicNumber | '3' is a magic number. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 360 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
Error | misc | FinalParameters | Parameter A_ should be final. | 360 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter B_ should be final. | 360 |
Error | naming | ParameterName | Name 'B_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter C_ should be final. | 360 |
Error | naming | ParameterName | Name 'C_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter D_ should be final. | 360 |
Error | naming | ParameterName | Name 'D_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter E_ should be final. | 360 |
Error | naming | ParameterName | Name 'E_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 44 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 63 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 69 |
Error | naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 92 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 111 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 117 |
Error | naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 140 |
Error | misc | FinalParameters | Parameter A should be final. | 140 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | misc | FinalParameters | Parameter B should be final. | 140 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | misc | FinalParameters | Parameter E should be final. | 140 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | misc | FinalParameters | Parameter s_ should be final. | 140 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 142 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 162 |
Error | naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 188 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 208 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 214 |
Error | naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 241 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 261 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
Error | naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 267 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 272 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 294 |
Error | misc | FinalParameters | Parameter A should be final. | 295 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | misc | FinalParameters | Parameter B should be final. | 295 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | misc | FinalParameters | Parameter E should be final. | 295 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | misc | FinalParameters | Parameter s_ should be final. | 295 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 297 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 |
Error | naming | LocalVariableName | Name 'sE_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 319 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 236). | 343 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | naming | ParameterName | Name 's_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 346 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 366 |
Error | naming | LocalVariableName | Name 'sI_A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 368 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 34 |
Error | misc | FinalParameters | Parameter A should be final. | 34 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter B should be final. | 34 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter U should be final. | 34 |
Error | naming | ParameterName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 47 |
Error | misc | FinalParameters | Parameter A should be final. | 47 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter B should be final. | 47 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter inputSequence should be final. | 47 |
Error | misc | FinalParameters | Parameter x0 should be final. | 47 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 50 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 46 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 248). | 70 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 72 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
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 101). | 93 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
Error | naming | LocalVariableName | Name 'UaTa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'UaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'TaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'Ua' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'Ta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalVariableName | Name 'UbTb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalVariableName | Name 'UbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | naming | LocalVariableName | Name 'TbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalVariableName | Name 'Ub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | naming | LocalVariableName | Name 'Tb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 123 |
Error | naming | LocalVariableName | Name 'Pa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 124 |
Error | naming | LocalVariableName | Name 'Pb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | naming | LocalVariableName | Name 'PP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 128 |
Error | coding | MagicNumber | '1000' is a magic number. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 132 |
Error | naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 135 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 145 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 260). | 174 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 183 |
Error | naming | LocalVariableName | Name 'UaTa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
Error | naming | LocalVariableName | Name 'UaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | naming | LocalVariableName | Name 'TaRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | naming | LocalVariableName | Name 'Ua' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
Error | naming | LocalVariableName | Name 'Ta' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
Error | naming | LocalVariableName | Name 'UbTb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
Error | naming | LocalVariableName | Name 'UbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
Error | naming | LocalVariableName | Name 'TbRe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
Error | naming | LocalVariableName | Name 'Ub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | naming | LocalVariableName | Name 'Tb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 204 |
Error | naming | LocalVariableName | Name 'Pa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | naming | LocalVariableName | Name 'Pb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | naming | LocalVariableName | Name 'PP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 209 |
Error | coding | MagicNumber | '1000' is a magic number. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 213 |
Error | naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 216 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 226 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 37 |
Error | misc | FinalParameters | Parameter Mg should be final. | 37 |
Error | naming | ParameterName | Name 'Mg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | misc | FinalParameters | Parameter Ph should be final. | 37 |
Error | naming | ParameterName | Name 'Ph' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | misc | FinalParameters | Parameter w should be final. | 37 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 40 |
Error | coding | MagicNumber | '-180' is a magic number. | 41 |
Error | coding | MagicNumber | '-180' is a magic number. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 58 |
Error | coding | MagicNumber | '180' is a magic number. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 81 |
Error | coding | MagicNumber | '180' is a magic number. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 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 | misc | FinalParameters | Parameter B should be final. | 42 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 D should be final. | 42 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
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 232). | 59 |
Error | misc | FinalParameters | Parameter A should be final. | 60 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter B should be final. | 60 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter C should be final. | 60 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter D should be final. | 60 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 74 |
Error | misc | FinalParameters | Parameter A should be final. | 74 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter B should be final. | 74 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter C should be final. | 74 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter D should be final. | 74 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 88 |
Error | misc | FinalParameters | Parameter A should be final. | 88 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter B should be final. | 88 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter C should be final. | 88 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter D should be final. | 88 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 88 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 90 |
Error | naming | LocalFinalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | naming | LocalFinalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalFinalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | naming | LocalFinalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 117 |
Error | misc | FinalParameters | Parameter A should be final. | 118 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter B should be final. | 118 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter C should be final. | 118 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter D should be final. | 118 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 118 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 144 |
Error | misc | FinalParameters | Parameter A should be final. | 144 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter B should be final. | 144 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter C should be final. | 144 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter D should be final. | 144 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 144 |
Error | misc | FinalParameters | Parameter order should be final. | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 159 |
Error | misc | FinalParameters | Parameter A should be final. | 159 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | misc | FinalParameters | Parameter B should be final. | 159 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | misc | FinalParameters | Parameter C should be final. | 159 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | misc | FinalParameters | Parameter D should be final. | 159 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 159 |
Error | misc | FinalParameters | Parameter order should be final. | 159 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 166 |
Error | naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | coding | MagicNumber | '3' is a magic number. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 209 |
Error | misc | FinalParameters | Parameter A should be final. | 209 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | misc | FinalParameters | Parameter B should be final. | 209 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | misc | FinalParameters | Parameter C should be final. | 209 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | misc | FinalParameters | Parameter D should be final. | 209 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 209 |
Error | naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
Error | naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
Error | naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | coding | MagicNumber | '4' is a magic number. | 218 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
Error | coding | MagicNumber | '4' is a magic number. | 238 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 |
Error | naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 270 |
Error | misc | FinalParameters | Parameter A should be final. | 271 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 |
Error | misc | FinalParameters | Parameter B should be final. | 271 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 |
Error | misc | FinalParameters | Parameter C should be final. | 271 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 |
Error | misc | FinalParameters | Parameter D should be final. | 271 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 271 |
Error | naming | LocalVariableName | Name 'Am' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | naming | LocalVariableName | Name 'Bm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
Error | naming | LocalVariableName | Name 'Cm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | naming | LocalVariableName | Name 'Dm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 324 |
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. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter args should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 41 |
Error | misc | FinalParameters | Parameter g should be final. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 68 |
Error | misc | FinalParameters | Parameter g should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
Error | misc | FinalParameters | Parameter g should be final. | 79 |
Error | misc | FinalParameters | Parameter w should be final. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 93 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 93 |
Error | misc | FinalParameters | Parameter g should be final. | 93 |
Error | misc | FinalParameters | Parameter w should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Error | coding | MagicNumber | '20' is a magic number. | 98 |
Error | naming | LocalVariableName | Name 'gain_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | coding | MagicNumber | '5' is a magic number. | 99 |
Error | coding | MagicNumber | '5' is a magic number. | 99 |
Error | naming | LocalVariableName | Name 'gain_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | coding | MagicNumber | '5' is a magic number. | 100 |
Error | coding | MagicNumber | '5' is a magic number. | 100 |
Error | coding | MagicNumber | '40.0' is a magic number. | 105 |
Error | coding | MagicNumber | '40.0' is a magic number. | 106 |
Error | coding | MagicNumber | '-30.0' is a magic number. | 108 |
Error | coding | MagicNumber | '-30.0' is a magic number. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Error | naming | LocalVariableName | Name 'theta_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | coding | MagicNumber | '-269.0' is a magic number. | 115 |
Error | coding | MagicNumber | '-91.0' is a magic number. | 115 |
Error | coding | MagicNumber | '50' is a magic number. | 115 |
Error | naming | LocalVariableName | Name 'G_M0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | coding | MagicNumber | '180' is a magic number. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 123 |
Error | naming | LocalVariableName | Name 'Mm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | coding | MagicNumber | '0.5' is a magic number. | 123 |
Error | coding | MagicNumber | '4' is a magic number. | 123 |
Error | coding | MagicNumber | '6' is a magic number. | 123 |
Error | coding | MagicNumber | '10' is a magic number. | 123 |
Error | coding | MagicNumber | '15' is a magic number. | 123 |
Error | coding | MagicNumber | '20' is a magic number. | 123 |
Error | coding | MagicNumber | '27' is a magic number. | 123 |
Error | coding | MagicNumber | '33' is a magic number. | 123 |
Error | coding | MagicNumber | '40' is a magic number. | 123 |
Error | naming | LocalVariableName | Name 'theta_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | coding | MagicNumber | '-360.0' is a magic number. | 124 |
Error | coding | MagicNumber | '50' is a magic number. | 124 |
Error | naming | LocalVariableName | Name 'Nm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalVariableName | Name 'G_Mm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | coding | MagicNumber | '10' is a magic number. | 129 |
Error | coding | MagicNumber | '20' is a magic number. | 129 |
Error | coding | MagicNumber | '180' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 138 |
Error | naming | LocalVariableName | Name 'Mp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | coding | MagicNumber | '12' is a magic number. | 138 |
Error | coding | MagicNumber | '6' is a magic number. | 138 |
Error | coding | MagicNumber | '4' is a magic number. | 138 |
Error | coding | MagicNumber | '3' is a magic number. | 138 |
Error | coding | MagicNumber | '0.5' is a magic number. | 138 |
Error | coding | MagicNumber | '0.25' is a magic number. | 138 |
Error | naming | LocalVariableName | Name 'theta_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | coding | MagicNumber | '-270.0' is a magic number. | 139 |
Error | coding | MagicNumber | '-90.0' is a magic number. | 139 |
Error | naming | LocalVariableName | Name 'Np' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'G_Mp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'Theta_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | coding | MagicNumber | '10' is a magic number. | 146 |
Error | coding | MagicNumber | '20' is a magic number. | 146 |
Error | coding | MagicNumber | '180' is a magic number. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 185 |
Error | naming | LocalVariableName | Name 'Alpha' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | coding | MagicNumber | '150' is a magic number. | 185 |
Error | coding | MagicNumber | '120' is a magic number. | 185 |
Error | coding | MagicNumber | '90' is a magic number. | 185 |
Error | coding | MagicNumber | '60' is a magic number. | 185 |
Error | coding | MagicNumber | '30' is a magic number. | 185 |
Error | coding | MagicNumber | '20' is a magic number. | 185 |
Error | coding | MagicNumber | '10' is a magic number. | 185 |
Error | coding | MagicNumber | '5' is a magic number. | 185 |
Error | coding | MagicNumber | '-360.0' is a magic number. | 187 |
Error | naming | LocalVariableName | Name 'Na' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | naming | LocalVariableName | Name 'Ga' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | naming | LocalVariableName | Name 'Theta_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | coding | MagicNumber | '180' is a magic number. | 192 |
Error | coding | MagicNumber | '180' is a magic number. | 194 |
Error | naming | LocalVariableName | Name 'data_tits_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | naming | LocalVariableName | Name 'data_cmds_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | naming | LocalVariableName | Name 'data_tits_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | naming | LocalVariableName | Name 'data_cmds_m' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | naming | LocalVariableName | Name 'data_tits_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | naming | LocalVariableName | Name 'data_cmds_a' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | coding | MagicNumber | '-360' is a magic number. | 229 |
Error | coding | MagicNumber | '-360' is a magic number. | 230 |
Error | coding | MagicNumber | '60' is a magic number. | 230 |
Error | coding | MagicNumber | '-100.0' is a magic number. | 233 |
Error | coding | MagicNumber | '27.0' is a magic number. | 233 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 234 |
Error | coding | MagicNumber | '26.0' is a magic number. | 234 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 235 |
Error | coding | MagicNumber | '19.0' is a magic number. | 235 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 236 |
Error | coding | MagicNumber | '13.0' is a magic number. | 236 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 237 |
Error | coding | MagicNumber | '6.0' is a magic number. | 237 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 238 |
Error | coding | MagicNumber | '1.5' is a magic number. | 238 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 239 |
Error | coding | MagicNumber | '-5.5' is a magic number. | 239 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 240 |
Error | coding | MagicNumber | '-12.0' is a magic number. | 240 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 241 |
Error | coding | MagicNumber | '-18.0' is a magic number. | 241 |
Error | coding | MagicNumber | '-5.0' is a magic number. | 242 |
Error | coding | MagicNumber | '-25.0' is a magic number. | 242 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 244 |
Error | coding | MagicNumber | '32.0' is a magic number. | 244 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 245 |
Error | coding | MagicNumber | '26.0' is a magic number. | 245 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 246 |
Error | coding | MagicNumber | '20.0' is a magic number. | 246 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 247 |
Error | coding | MagicNumber | '15.0' is a magic number. | 247 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 248 |
Error | coding | MagicNumber | '11.5' is a magic number. | 248 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 249 |
Error | coding | MagicNumber | '9.5' is a magic number. | 249 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 250 |
Error | coding | MagicNumber | '7.0' is a magic number. | 250 |
Error | coding | MagicNumber | '-180.0' is a magic number. | 251 |
Error | coding | MagicNumber | '3.5' is a magic number. | 251 |
Error | coding | MagicNumber | '-70.0' is a magic number. | 253 |
Error | coding | MagicNumber | '30.0' is a magic number. | 253 |
Error | coding | MagicNumber | '-70.0' is a magic number. | 254 |
Error | coding | MagicNumber | '22.0' is a magic number. | 254 |
Error | coding | MagicNumber | '-70.0' is a magic number. | 255 |
Error | coding | MagicNumber | '15.0' is a magic number. | 255 |
Error | coding | MagicNumber | '-70.0' is a magic number. | 256 |
Error | coding | MagicNumber | '9.0' is a magic number. | 256 |
Error | coding | MagicNumber | '-70.0' is a magic number. | 257 |
Error | coding | MagicNumber | '4.0' is a magic number. | 257 |
Error | coding | MagicNumber | '-82.0' is a magic number. | 259 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 259 |
Error | coding | MagicNumber | '-100.0' is a magic number. | 260 |
Error | coding | MagicNumber | '-7.0' is a magic number. | 260 |
Error | coding | MagicNumber | '-120.0' is a magic number. | 261 |
Error | coding | MagicNumber | '-10.0' is a magic number. | 261 |
Error | coding | MagicNumber | '-145.0' is a magic number. | 262 |
Error | coding | MagicNumber | '-13.0' is a magic number. | 262 |
Error | coding | MagicNumber | '-290.0' is a magic number. | 264 |
Error | coding | MagicNumber | '30.0' is a magic number. | 264 |
Error | coding | MagicNumber | '-290.0' is a magic number. | 265 |
Error | coding | MagicNumber | '22.0' is a magic number. | 265 |
Error | coding | MagicNumber | '-290.0' is a magic number. | 266 |
Error | coding | MagicNumber | '15.0' is a magic number. | 266 |
Error | coding | MagicNumber | '-290.0' is a magic number. | 267 |
Error | coding | MagicNumber | '9.0' is a magic number. | 267 |
Error | coding | MagicNumber | '-290.0' is a magic number. | 268 |
Error | coding | MagicNumber | '4.0' is a magic number. | 268 |
Error | coding | MagicNumber | '-278.0' is a magic number. | 270 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 270 |
Error | coding | MagicNumber | '-260.0' is a magic number. | 271 |
Error | coding | MagicNumber | '-7.0' is a magic number. | 271 |
Error | coding | MagicNumber | '-240.0' is a magic number. | 272 |
Error | coding | MagicNumber | '-10.0' is a magic number. | 272 |
Error | coding | MagicNumber | '-215.0' is a magic number. | 273 |
Error | coding | MagicNumber | '-13.0' is a magic number. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 278 |
Error | coding | MagicNumber | '20' is a magic number. | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 279 |
Error | coding | MagicNumber | '20' is a magic number. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 280 |
Error | coding | MagicNumber | '20' is a magic number. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 281 |
Error | coding | MagicNumber | '20' is a magic number. | 281 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 33 |
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. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'system' hides a field. | 51 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 62 |
Error | coding | HiddenField | 'system' hides a field. | 62 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 62 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 105 |
Error | naming | LocalFinalVariableName | Name 'G2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
Error | coding | MagicNumber | '10' is a magic number. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
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 85). | 186 |
Error | misc | FinalParameters | Parameter isDrawingForPositiveFrequency should be final. | 186 |
Error | coding | HiddenField | 'isDrawingForPositiveFrequency' hides a field. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 204 |
Error | misc | FinalParameters | Parameter isDrawingForNegativeFrequency should be final. | 204 |
Error | coding | HiddenField | 'isDrawingForNegativeFrequency' hides a field. | 204 |
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 | 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. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'gnuplot' hides a field. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | misc | FinalParameters | Parameter realImagList should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 66 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 69 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | misc | FinalParameters | Parameter realImagList should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 222 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | coding | MagicNumber | '0.1' is a magic number. | 237 |
Error | coding | MagicNumber | '0.1' is a magic number. | 237 |
Error | coding | MagicNumber | '100' is a magic number. | 240 |
Error | coding | MagicNumber | '100' is a magic number. | 241 |
Error | coding | MagicNumber | '10' is a magic number. | 243 |
Error | coding | MagicNumber | '10' is a magic number. | 243 |
Error | coding | MagicNumber | '-2' is a magic number. | 246 |
Error | coding | MagicNumber | '-100' is a magic number. | 247 |
Error | coding | MagicNumber | '-100' is a magic number. | 248 |
Error | coding | MagicNumber | '10' is a magic number. | 250 |
Error | coding | MagicNumber | '10' is a magic number. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 259 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | coding | MagicNumber | '0.1' is a magic number. | 273 |
Error | coding | MagicNumber | '0.1' is a magic number. | 273 |
Error | coding | MagicNumber | '100' is a magic number. | 276 |
Error | coding | MagicNumber | '100' is a magic number. | 277 |
Error | coding | MagicNumber | '10' is a magic number. | 279 |
Error | coding | MagicNumber | '10' is a magic number. | 279 |
Error | coding | MagicNumber | '-100' is a magic number. | 283 |
Error | coding | MagicNumber | '-100' is a magic number. | 284 |
Error | coding | MagicNumber | '10' is a magic number. | 286 |
Error | coding | MagicNumber | '10' is a magic number. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 295 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 391 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | misc | FinalParameters | Parameter A should be final. | 54 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter B should be final. | 54 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter C should be final. | 54 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
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 107). | 71 |
Error | misc | FinalParameters | Parameter A should be final. | 71 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter B should be final. | 71 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter C should be final. | 71 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 84 |
Error | misc | FinalParameters | Parameter A should be final. | 84 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter B should be final. | 84 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter C should be final. | 84 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 84 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 90 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | coding | MagicNumber | '3' is a magic number. | 94 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | coding | MagicNumber | '4' is a magic number. | 95 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 118 |
Error | misc | FinalParameters | Parameter A should be final. | 119 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter B should be final. | 119 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter C should be final. | 119 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 119 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 125 |
Error | naming | LocalVariableName | Name 'Ac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalVariableName | Name 'Bc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'Cc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | naming | LocalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | LocalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 33 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | design | VisibilityModifier | Variable 'A' must be private and have accessor methods. | 36 |
Error | naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | design | VisibilityModifier | Variable 'B' must be private and have accessor methods. | 38 |
Error | naming | MemberName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | design | VisibilityModifier | Variable 'C' must be private and have accessor methods. | 40 |
Error | naming | MemberName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | design | VisibilityModifier | Variable 'T' must be private and have accessor methods. | 42 |
Error | naming | MemberName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | design | VisibilityModifier | Variable 'K' must be private and have accessor methods. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter A should be final. | 55 |
Error | coding | HiddenField | 'A' hides a field. | 55 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter B should be final. | 55 |
Error | coding | HiddenField | 'B' hides a field. | 55 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter C should be final. | 55 |
Error | coding | HiddenField | 'C' hides a field. | 55 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter T should be final. | 55 |
Error | coding | HiddenField | 'T' hides a field. | 55 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter K should be final. | 55 |
Error | coding | HiddenField | 'K' hides a field. | 55 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 54 |
Error | misc | FinalParameters | Parameter A should be final. | 54 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter B should be final. | 54 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter C should be final. | 54 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | misc | FinalParameters | Parameter poles should be final. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 65 |
Error | naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 80 |
Error | naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 82 |
Error | naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 117 |
Error | misc | FinalParameters | Parameter A should be final. | 117 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | misc | FinalParameters | Parameter B should be final. | 117 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | misc | FinalParameters | Parameter C should be final. | 117 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 |
Error | naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 138 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 141 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 145 |
Error | naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 148 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 259). | 192 |
Error | misc | FinalParameters | Parameter A should be final. | 192 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
Error | misc | FinalParameters | Parameter B should be final. | 192 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
Error | misc | FinalParameters | Parameter C should be final. | 192 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 |
Error | misc | FinalParameters | Parameter poles should be final. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 203 |
Error | naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
Error | naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
Error | naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 218 |
Error | naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 264 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 264 |
Error | misc | FinalParameters | Parameter A should be final. | 264 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Error | misc | FinalParameters | Parameter B should be final. | 264 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Error | misc | FinalParameters | Parameter C should be final. | 264 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | naming | LocalFinalVariableName | Name 'Tinv' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 276 |
Error | naming | LocalFinalVariableName | Name 'Ab11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
Error | naming | LocalFinalVariableName | Name 'Ab12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 |
Error | naming | LocalFinalVariableName | Name 'Ab21' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | naming | LocalFinalVariableName | Name 'Ab22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
Error | naming | LocalFinalVariableName | Name 'Bb1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | naming | LocalFinalVariableName | Name 'Bb2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 |
Error | naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 288 |
Error | naming | LocalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
Error | naming | LocalFinalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 303 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 37 |
Error | misc | FinalParameters | Parameter A should be final. | 39 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | misc | FinalParameters | Parameter C should be final. | 39 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 59 |
Error | misc | FinalParameters | Parameter A should be final. | 60 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | misc | FinalParameters | Parameter C should be final. | 60 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 61 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
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. | 37 |
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. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 58 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 58 |
Error | misc | FinalParameters | Parameter A1 should be final. | 58 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter B1 should be final. | 58 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter C1 should be final. | 58 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter D1 should be final. | 58 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter A2 should be final. | 58 |
Error | naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter B2 should be final. | 58 |
Error | naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter C2 should be final. | 58 |
Error | naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter D2 should be final. | 58 |
Error | naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 60 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 64 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | design | VisibilityModifier | Variable 'lineNumbers' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | design | VisibilityModifier | Variable 'lineNames' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | design | VisibilityModifier | Variable 'colorSize' must be private and have accessor methods. | 29 |
Error | coding | MagicNumber | '6' is a magic number. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 37 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 37 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 53 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 69 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | misc | FinalParameters | Parameter key should be final. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | misc | FinalParameters | Parameter key should be final. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | misc | FinalParameters | Parameter key should be final. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | misc | FinalParameters | Parameter key should be final. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | misc | FinalParameters | Parameter key should be final. | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | misc | FinalParameters | Parameter key should be final. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | misc | FinalParameters | Parameter key should be final. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | misc | FinalParameters | Parameter key should be final. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 248 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
Error | misc | FinalParameters | Parameter G should be final. | 41 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | coding | MagicNumber | '0.001' is a magic number. | 42 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 43 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 53 |
Error | misc | FinalParameters | Parameter G should be final. | 53 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter wmin should be final. | 53 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 54 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 65 |
Error | misc | FinalParameters | Parameter G should be final. | 65 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | misc | FinalParameters | Parameter wmin should be final. | 65 |
Error | misc | FinalParameters | Parameter wmax should be final. | 65 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 79 |
Error | misc | FinalParameters | Parameter g should be final. | 79 |
Error | misc | FinalParameters | Parameter wmin should be final. | 79 |
Error | misc | FinalParameters | Parameter wmax should be final. | 79 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 86 |
Error | coding | MagicNumber | '20' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 98 |
Error | coding | MagicNumber | '180' is a magic number. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 111 |
Error | naming | MethodName | Name 'pmargin_roots' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter g should be final. | 118 |
Error | coding | MagicNumber | '1.0E-12' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 128 |
Error | naming | MethodName | Name 'pmargin_roots' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | misc | FinalParameters | Parameter g should be final. | 128 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 151 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 153 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 153 |
Error | coding | MagicNumber | '180' is a magic number. | 153 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
Error | misc | FinalParameters | Parameter A should be final. | 52 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter B should be final. | 52 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter poles should be final. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
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 | sizes | LineLength | Line is longer than 80 characters (found 225). | 83 |
Error | misc | FinalParameters | Parameter A should be final. | 84 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter B should be final. | 84 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | misc | FinalParameters | Parameter poles should be final. | 84 |
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. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 112 |
Error | misc | FinalParameters | Parameter A should be final. | 112 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | misc | FinalParameters | Parameter B should be final. | 112 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | misc | FinalParameters | Parameter poles should be final. | 112 |
Error | misc | FinalParameters | Parameter batch should be final. | 112 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
Error | naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | naming | LocalVariableName | Name 'Po' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 128 |
Error | coding | MagicNumber | '10' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 226). | 166 |
Error | misc | FinalParameters | Parameter A should be final. | 167 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter B should be final. | 167 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter poles should be final. | 167 |
Error | misc | FinalParameters | Parameter batch should be final. | 167 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
Error | naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | naming | LocalVariableName | Name 'Po' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 183 |
Error | coding | MagicNumber | '10' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 202 |
Error | misc | FinalParameters | Parameter A should be final. | 202 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | misc | FinalParameters | Parameter b should be final. | 202 |
Error | misc | FinalParameters | Parameter poles should be final. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 211 |
Error | naming | LocalFinalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 |
Error | naming | LocalFinalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 220 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 225 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 237 |
Error | misc | FinalParameters | Parameter A should be final. | 238 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
Error | misc | FinalParameters | Parameter b should be final. | 238 |
Error | misc | FinalParameters | Parameter poles should be final. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 247 |
Error | naming | LocalFinalVariableName | Name 'Vi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Error | naming | LocalFinalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 270 |
Error | misc | FinalParameters | Parameter A should be final. | 270 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
Error | misc | FinalParameters | Parameter B should be final. | 270 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
Error | misc | FinalParameters | Parameter poles should be final. | 270 |
Error | misc | FinalParameters | Parameter batch should be final. | 270 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
Error | naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 300 |
Error | naming | LocalFinalVariableName | Name 'V1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 |
Error | naming | LocalFinalVariableName | Name 'V2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 310 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 334 |
Error | misc | FinalParameters | Parameter A should be final. | 335 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 |
Error | misc | FinalParameters | Parameter B should be final. | 335 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 |
Error | misc | FinalParameters | Parameter poles should be final. | 335 |
Error | misc | FinalParameters | Parameter batch should be final. | 335 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
Error | naming | LocalFinalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 365 |
Error | naming | LocalFinalVariableName | Name 'V1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | naming | LocalFinalVariableName | Name 'V2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 375 |
Error | naming | LocalFinalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 96 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | coding | MagicNumber | '3' is a magic number. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 161 |
Error | coding | MagicNumber | '3' is a magic number. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 171 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 185 |
Error | javadoc | JavadocMethod | Expected @param tag for 'output'. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 291 |
Error | javadoc | JavadocMethod | Expected @return tag. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 293 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 321 |
Error | javadoc | JavadocMethod | Expected @return tag. | 332 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 399 |
Error | javadoc | JavadocMethod | Expected @return tag. | 418 |
Error | javadoc | JavadocMethod | Expected @param tag for 'withInputOutput'. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 492 |
Error | coding | MagicNumber | '3' is a magic number. | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 501 |
Error | javadoc | JavadocMethod | Expected @return tag. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 520 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 521 |
Error | misc | FinalParameters | Parameter opponent should be final. | 533 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 533 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 534 |
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. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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 | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | coding | MagicNumber | '100' is a magic number. | 48 |
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 | sizes | LineLength | Line is longer than 80 characters (found 157). | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 82 |
Error | misc | FinalParameters | Parameter A should be final. | 82 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | misc | FinalParameters | Parameter B should be final. | 82 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | misc | FinalParameters | Parameter C should be final. | 82 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | misc | FinalParameters | Parameter D should be final. | 82 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 82 |
Error | misc | FinalParameters | Parameter T should be final. | 82 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 84 |
Error | naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 93 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 94 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 95 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 104 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | coding | MagicNumber | '3' is a magic number. | 108 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 113 |
Error | coding | MagicNumber | '3' is a magic number. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 118 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | coding | MagicNumber | '3' is a magic number. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 128 |
Error | coding | MagicNumber | '3' is a magic number. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 142 |
Error | misc | FinalParameters | Parameter system should be final. | 142 |
Error | misc | FinalParameters | Parameter T should be final. | 142 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 161 |
Error | misc | FinalParameters | Parameter g should be final. | 161 |
Error | misc | FinalParameters | Parameter T should be final. | 161 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
Error | coding | MagicNumber | '3' is a magic number. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 178 |
Error | misc | FinalParameters | Parameter G should be final. | 178 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 178 |
Error | misc | FinalParameters | Parameter T should be final. | 178 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 182 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
Error | coding | MagicNumber | '3' is a magic number. | 184 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 191 |
Error | coding | MagicNumber | '3' is a magic number. | 191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 203 |
Error | misc | FinalParameters | Parameter numerator should be final. | 203 |
Error | misc | FinalParameters | Parameter denominator should be final. | 203 |
Error | misc | FinalParameters | Parameter T should be final. | 203 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | coding | MagicNumber | '3' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 218 |
Error | misc | FinalParameters | Parameter g should be final. | 218 |
Error | misc | FinalParameters | Parameter T should be final. | 218 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 231 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 231 |
Error | misc | FinalParameters | Parameter g should be final. | 231 |
Error | misc | FinalParameters | Parameter T should be final. | 231 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 251 |
Error | misc | FinalParameters | Parameter numerator should be final. | 251 |
Error | misc | FinalParameters | Parameter denominator should be final. | 251 |
Error | misc | FinalParameters | Parameter T should be final. | 251 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 265 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 265 |
Error | misc | FinalParameters | Parameter numerator should be final. | 265 |
Error | misc | FinalParameters | Parameter denominator should be final. | 265 |
Error | misc | FinalParameters | Parameter T should be final. | 265 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 277 |
Error | misc | FinalParameters | Parameter G should be final. | 277 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 277 |
Error | misc | FinalParameters | Parameter T should be final. | 277 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 291 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 291 |
Error | misc | FinalParameters | Parameter G should be final. | 291 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 291 |
Error | misc | FinalParameters | Parameter T should be final. | 291 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 324 |
Error | misc | FinalParameters | Parameter A should be final. | 324 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | misc | FinalParameters | Parameter B should be final. | 324 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | misc | FinalParameters | Parameter C should be final. | 324 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | misc | FinalParameters | Parameter D should be final. | 324 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 324 |
Error | misc | FinalParameters | Parameter T should be final. | 324 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 341 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 341 |
Error | misc | FinalParameters | Parameter A should be final. | 341 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | misc | FinalParameters | Parameter B should be final. | 341 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | misc | FinalParameters | Parameter C should be final. | 341 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | misc | FinalParameters | Parameter D should be final. | 341 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 341 |
Error | misc | FinalParameters | Parameter T should be final. | 341 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
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 | misc | FinalParameters | Parameter A should be final. | 35 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | naming | LocalVariableName | Name 'Gamma' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | misc | FinalParameters | Parameter N should be final. | 38 |
Error | coding | HiddenField | 'N' hides a field. | 38 |
Error | naming | ParameterName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | misc | FinalParameters | Parameter ch should be final. | 38 |
Error | coding | HiddenField | 'ch' hides a field. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 35 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 100). | 52 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 70 |
Error | misc | FinalParameters | Parameter A should be final. | 70 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter Q should be final. | 70 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter R should be final. | 70 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter residualTolerance should be final. | 70 |
Error | misc | FinalParameters | Parameter poleTolerance should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 71 |
Error | naming | LocalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'Pc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 88 |
Error | naming | LocalVariableName | Name 'Perr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 41 |
Error | misc | FinalParameters | Parameter A should be final. | 41 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter b should be final. | 41 |
Error | misc | FinalParameters | Parameter c should be final. | 41 |
Error | misc | FinalParameters | Parameter d should be final. | 41 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 42 |
Error | coding | MagicNumber | '3.0' is a magic number. | 42 |
Error | coding | MagicNumber | '1000' is a magic number. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
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 124). | 64 |
Error | misc | FinalParameters | Parameter A should be final. | 64 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter b should be final. | 64 |
Error | misc | FinalParameters | Parameter c should be final. | 64 |
Error | misc | FinalParameters | Parameter d should be final. | 64 |
Error | misc | FinalParameters | Parameter K should be final. | 64 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 70 |
Error | naming | LocalVariableName | Name 'RL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
Error | naming | LocalVariableName | Name 'BC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | misc | FinalParameters | Parameter g should be final. | 87 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | coding | MagicNumber | '3' is a magic number. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 103 |
Error | misc | FinalParameters | Parameter g should be final. | 103 |
Error | misc | FinalParameters | Parameter K should be final. | 103 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | coding | MagicNumber | '3' is a magic number. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter G should be final. | 118 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | coding | MagicNumber | '3' is a magic number. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 134 |
Error | misc | FinalParameters | Parameter G should be final. | 134 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | misc | FinalParameters | Parameter K should be final. | 134 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | coding | MagicNumber | '3' is a magic number. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 168 |
Error | misc | FinalParameters | Parameter numerator should be final. | 168 |
Error | misc | FinalParameters | Parameter denominator should be final. | 168 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
Error | coding | MagicNumber | '3' is a magic number. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 187 |
Error | misc | FinalParameters | Parameter numerator should be final. | 187 |
Error | misc | FinalParameters | Parameter denominator should be final. | 187 |
Error | misc | FinalParameters | Parameter K should be final. | 187 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | coding | MagicNumber | '3' is a magic number. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 204 |
Error | misc | FinalParameters | Parameter A should be final. | 204 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | misc | FinalParameters | Parameter b should be final. | 204 |
Error | misc | FinalParameters | Parameter c should be final. | 204 |
Error | misc | FinalParameters | Parameter d should be final. | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 219 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 219 |
Error | misc | FinalParameters | Parameter A should be final. | 219 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 |
Error | misc | FinalParameters | Parameter b should be final. | 219 |
Error | misc | FinalParameters | Parameter c should be final. | 219 |
Error | misc | FinalParameters | Parameter d should be final. | 219 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 220 |
Error | coding | MagicNumber | '3.0' is a magic number. | 220 |
Error | coding | MagicNumber | '1000' is a magic number. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 233 |
Error | misc | FinalParameters | Parameter A should be final. | 233 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | misc | FinalParameters | Parameter b should be final. | 233 |
Error | misc | FinalParameters | Parameter c should be final. | 233 |
Error | misc | FinalParameters | Parameter d should be final. | 233 |
Error | misc | FinalParameters | Parameter K should be final. | 233 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 249 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 249 |
Error | misc | FinalParameters | Parameter A should be final. | 249 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | misc | FinalParameters | Parameter b should be final. | 249 |
Error | misc | FinalParameters | Parameter c should be final. | 249 |
Error | misc | FinalParameters | Parameter d should be final. | 249 |
Error | misc | FinalParameters | Parameter K should be final. | 249 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
Error | misc | FinalParameters | Parameter g should be final. | 267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 279 |
Error | misc | FinalParameters | Parameter g should be final. | 279 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 280 |
Error | coding | MagicNumber | '3.0' is a magic number. | 280 |
Error | coding | MagicNumber | '1000' is a magic number. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 290 |
Error | misc | FinalParameters | Parameter g should be final. | 290 |
Error | misc | FinalParameters | Parameter K should be final. | 290 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 303 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 303 |
Error | misc | FinalParameters | Parameter g should be final. | 303 |
Error | misc | FinalParameters | Parameter K should be final. | 303 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 305 |
Error | coding | MagicNumber | '3' is a magic number. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 317 |
Error | misc | FinalParameters | Parameter G should be final. | 317 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 329 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 329 |
Error | misc | FinalParameters | Parameter G should be final. | 329 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 330 |
Error | coding | MagicNumber | '3.0' is a magic number. | 330 |
Error | coding | MagicNumber | '1000' is a magic number. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 340 |
Error | misc | FinalParameters | Parameter G should be final. | 340 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | misc | FinalParameters | Parameter K should be final. | 340 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 353 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 353 |
Error | misc | FinalParameters | Parameter G should be final. | 353 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
Error | misc | FinalParameters | Parameter K should be final. | 353 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
Error | coding | MagicNumber | '3' is a magic number. | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 368 |
Error | misc | FinalParameters | Parameter numerator should be final. | 368 |
Error | misc | FinalParameters | Parameter denominator should be final. | 368 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 381 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 381 |
Error | misc | FinalParameters | Parameter numerator should be final. | 381 |
Error | misc | FinalParameters | Parameter denominator should be final. | 381 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 |
Error | coding | MagicNumber | '-3.0' is a magic number. | 382 |
Error | coding | MagicNumber | '3.0' is a magic number. | 382 |
Error | coding | MagicNumber | '1000' is a magic number. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 393 |
Error | misc | FinalParameters | Parameter numerator should be final. | 393 |
Error | misc | FinalParameters | Parameter denominator should be final. | 393 |
Error | misc | FinalParameters | Parameter K should be final. | 393 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 407 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 407 |
Error | misc | FinalParameters | Parameter numerator should be final. | 407 |
Error | misc | FinalParameters | Parameter denominator should be final. | 407 |
Error | misc | FinalParameters | Parameter K should be final. | 407 |
Error | naming | ParameterName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 409 |
Error | coding | MagicNumber | '3' is a magic number. | 412 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 51 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 51 |
Error | misc | FinalParameters | Parameter A1 should be final. | 51 |
Error | naming | ParameterName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter B1 should be final. | 51 |
Error | naming | ParameterName | Name 'B1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter C1 should be final. | 51 |
Error | naming | ParameterName | Name 'C1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter D1 should be final. | 51 |
Error | naming | ParameterName | Name 'D1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter A2 should be final. | 51 |
Error | naming | ParameterName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter B2 should be final. | 51 |
Error | naming | ParameterName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter C2 should be final. | 51 |
Error | naming | ParameterName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter D2 should be final. | 51 |
Error | naming | ParameterName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 53 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 58 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 30 |
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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
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 | coding | HiddenField | 'system' hides a field. | 40 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 52 |
Error | coding | MagicNumber | '-2' is a magic number. | 52 |
Error | coding | MagicNumber | '3' is a magic number. | 52 |
Error | coding | MagicNumber | '100' is a magic number. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | misc | FinalParameters | Parameter angularFrequencies should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 65 |
Error | naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 39 |
Error | misc | FinalParameters | Parameter canvas should be final. | 39 |
Error | misc | FinalParameters | Parameter sigmas should be final. | 39 |
Error | misc | FinalParameters | Parameter angularFrequencies should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 47 |
Error | coding | MagicNumber | '6' is a magic number. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 49 |
Error | coding | MagicNumber | '6' is a magic number. | 51 |
Error | coding | MagicNumber | '10' is a magic number. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 34 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 46 |
Error | naming | LocalFinalVariableName | Name 'E2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | naming | LocalFinalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalFinalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | naming | LocalFinalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 59 |
Error | naming | LocalFinalVariableName | Name 'Ab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | naming | LocalFinalVariableName | Name 'Bb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | naming | LocalFinalVariableName | Name 'Cb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | naming | LocalFinalVariableName | Name 'Db' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalFinalVariableName | Name 'Eb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 75 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 77 |
Error | naming | LocalVariableName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 93 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 102 |
Error | naming | LocalVariableName | Name 'Esb' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocMethod | Expected @return tag. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 143 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 147 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 161 |
Error | misc | FinalParameters | Parameter a should be final. | 161 |
Error | misc | FinalParameters | Parameter b should be final. | 161 |
Error | misc | FinalParameters | Parameter c should be final. | 161 |
Error | misc | FinalParameters | Parameter d should be final. | 161 |
Error | misc | FinalParameters | Parameter e should be final. | 161 |
Error | misc | FinalParameters | Parameter simplify should be final. | 161 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 41 |
Error | misc | FinalParameters | Parameter A should be final. | 41 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter B should be final. | 41 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter C should be final. | 41 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter D should be final. | 41 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 68 |
Error | misc | FinalParameters | Parameter A should be final. | 68 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter B should be final. | 68 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter C should be final. | 68 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter D should be final. | 68 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 68 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 70 |
Error | naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 114 |
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 B should be final. | 115 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 D should be final. | 115 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
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. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 230). | 146 |
Error | misc | FinalParameters | Parameter A should be final. | 147 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter B should be final. | 147 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter C should be final. | 147 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter D should be final. | 147 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 147 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 149 |
Error | naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
Error | naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
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. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 52 |
Error | misc | FinalParameters | Parameter A should be final. | 52 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter B should be final. | 52 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter C should be final. | 52 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter D should be final. | 52 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 52 |
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 | sizes | LineLength | Line is longer than 80 characters (found 155). | 76 |
Error | misc | FinalParameters | Parameter A should be final. | 76 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | misc | FinalParameters | Parameter B should be final. | 76 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | misc | FinalParameters | Parameter C should be final. | 76 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | misc | FinalParameters | Parameter D should be final. | 76 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 76 |
Error | misc | FinalParameters | Parameter simplify should be final. | 76 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 105 |
Error | misc | FinalParameters | Parameter A should be final. | 105 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter B should be final. | 105 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter C should be final. | 105 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | misc | FinalParameters | Parameter D should be final. | 105 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
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. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 127 |
Error | misc | FinalParameters | Parameter A should be final. | 127 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter B should be final. | 127 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter C should be final. | 127 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter D should be final. | 127 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter simplify should be final. | 127 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 136 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 167 |
Error | misc | FinalParameters | Parameter A should be final. | 167 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter B should be final. | 167 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter C should be final. | 167 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter D should be final. | 167 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
Error | misc | FinalParameters | Parameter simplify should be final. | 167 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 167 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 176 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 270). | 209 |
Error | misc | FinalParameters | Parameter A should be final. | 210 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | misc | FinalParameters | Parameter B should be final. | 210 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | misc | FinalParameters | Parameter C should be final. | 210 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | misc | FinalParameters | Parameter D should be final. | 210 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 270). | 236 |
Error | misc | FinalParameters | Parameter A should be final. | 237 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | misc | FinalParameters | Parameter B should be final. | 237 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | misc | FinalParameters | Parameter C should be final. | 237 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | misc | FinalParameters | Parameter D should be final. | 237 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | misc | FinalParameters | Parameter simplify should be final. | 237 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 247 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 253 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
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. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 58 |
Error | misc | FinalParameters | Parameter A should be final. | 58 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter B should be final. | 58 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter C should be final. | 58 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter D should be final. | 58 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 74 |
Error | misc | FinalParameters | Parameter A should be final. | 74 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter B should be final. | 74 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter C should be final. | 74 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter D should be final. | 74 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 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 B should be final. | 90 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 D should be final. | 90 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 90 |
Error | misc | FinalParameters | Parameter outputNumber should be final. | 90 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 96 |
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. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 131 |
Error | misc | FinalParameters | Parameter A should be final. | 132 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter B should be final. | 132 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter C should be final. | 132 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter D should be final. | 132 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 153 |
Error | misc | FinalParameters | Parameter A should be final. | 154 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter B should be final. | 154 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter C should be final. | 154 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter D should be final. | 154 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 154 |
Error | misc | FinalParameters | Parameter outputNumber should be final. | 154 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 160 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
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 | sizes | LineLength | Line is longer than 80 characters (found 124). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 51 |
Error | misc | FinalParameters | Parameter A should be final. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter B should be final. | 51 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter C should be final. | 51 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter D should be final. | 51 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 66 |
Error | misc | FinalParameters | Parameter A should be final. | 66 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter B should be final. | 66 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter C should be final. | 66 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter D should be final. | 66 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 66 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
Error | naming | LocalVariableName | Name 'Bi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 76 |
Error | naming | LocalVariableName | Name 'Di' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 87 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 89 |
Error | naming | LocalVariableName | Name 'CA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 112 |
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. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter args should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 44 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | coding | MagicNumber | '100' is a magic number. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
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. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 81 |
Error | misc | FinalParameters | Parameter A should be final. | 81 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter B should be final. | 81 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter C should be final. | 81 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter D should be final. | 81 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 81 |
Error | misc | FinalParameters | Parameter T should be final. | 81 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 83 |
Error | naming | LocalVariableName | Name 'XX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'YY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 101 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | coding | MagicNumber | '3' is a magic number. | 105 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 115 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'B2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalVariableName | Name 'C2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | naming | LocalVariableName | Name 'D2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | coding | MagicNumber | '3' is a magic number. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Error | misc | FinalParameters | Parameter g should be final. | 138 |
Error | misc | FinalParameters | Parameter T should be final. | 138 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
Error | coding | MagicNumber | '3' is a magic number. | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 154 |
Error | misc | FinalParameters | Parameter system should be final. | 154 |
Error | misc | FinalParameters | Parameter T should be final. | 154 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
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 108). | 174 |
Error | misc | FinalParameters | Parameter G should be final. | 174 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 174 |
Error | misc | FinalParameters | Parameter T should be final. | 174 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
Error | coding | MagicNumber | '3' is a magic number. | 180 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
Error | coding | MagicNumber | '3' is a magic number. | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 199 |
Error | misc | FinalParameters | Parameter numerator should be final. | 199 |
Error | misc | FinalParameters | Parameter denominator should be final. | 199 |
Error | misc | FinalParameters | Parameter T should be final. | 199 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 |
Error | coding | MagicNumber | '3' is a magic number. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 214 |
Error | misc | FinalParameters | Parameter g should be final. | 214 |
Error | misc | FinalParameters | Parameter T should be final. | 214 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 228 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 228 |
Error | misc | FinalParameters | Parameter g should be final. | 228 |
Error | misc | FinalParameters | Parameter T should be final. | 228 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 248 |
Error | misc | FinalParameters | Parameter numerator should be final. | 248 |
Error | misc | FinalParameters | Parameter denominator should be final. | 248 |
Error | misc | FinalParameters | Parameter T should be final. | 248 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 262 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 262 |
Error | misc | FinalParameters | Parameter numerator should be final. | 262 |
Error | misc | FinalParameters | Parameter denominator should be final. | 262 |
Error | misc | FinalParameters | Parameter T should be final. | 262 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 274 |
Error | misc | FinalParameters | Parameter G should be final. | 274 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 274 |
Error | misc | FinalParameters | Parameter T should be final. | 274 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 289 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 289 |
Error | misc | FinalParameters | Parameter G should be final. | 289 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 289 |
Error | misc | FinalParameters | Parameter T should be final. | 289 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 322 |
Error | misc | FinalParameters | Parameter A should be final. | 322 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
Error | misc | FinalParameters | Parameter B should be final. | 322 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
Error | misc | FinalParameters | Parameter C should be final. | 322 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
Error | misc | FinalParameters | Parameter D should be final. | 322 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 322 |
Error | misc | FinalParameters | Parameter T should be final. | 322 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 340 |
Error | misc | FinalParameters | Parameter gnuplot should be final. | 340 |
Error | misc | FinalParameters | Parameter A should be final. | 340 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | misc | FinalParameters | Parameter B should be final. | 340 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | misc | FinalParameters | Parameter C should be final. | 340 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | misc | FinalParameters | Parameter D should be final. | 340 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 340 |
Error | misc | FinalParameters | Parameter T should be final. | 340 |
Error | naming | ParameterName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 32 |
Error | misc | FinalParameters | Parameter G should be final. | 32 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | misc | FinalParameters | Parameter w should be final. | 32 |
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 | sizes | LineLength | Line is longer than 80 characters (found 128). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 53 |
Error | misc | FinalParameters | Parameter G should be final. | 53 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter w should be final. | 53 |
Error | misc | FinalParameters | Parameter type should be final. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | naming | LocalVariableName | Name 'SV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 63 |
Error | naming | LocalVariableName | Name 'Gw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
Error | coding | MagicNumber | '3' is a magic number. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 69 |
Error | coding | MagicNumber | '4' is a magic number. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 14 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | coding | HiddenField | 'inputNumber' hides a field. | 27 |
Error | coding | HiddenField | 'outputNumber' hides a field. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 46 |
Error | coding | HiddenField | 'inputNumber' hides a field. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | misc | FinalParameters | Parameter outputNumber should be final. | 64 |
Error | coding | HiddenField | 'outputNumber' hides a field. | 64 |
Error | coding | MagicNumber | '31' is a magic number. | 74 |
Error | coding | MagicNumber | '31' is a magic number. | 75 |
Error | misc | FinalParameters | Parameter o should be final. | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 110 |
Error | misc | FinalParameters | Parameter o should be final. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
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. | 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 | sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 54 |
Error | misc | FinalParameters | Parameter transferFunction should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 55 |
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. | 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 102). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 102 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter degree should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 135 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 135 |
Error | misc | FinalParameters | Parameter denominatorMatrix should be final. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter degree should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 226 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 258 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 259 |
Error | misc | FinalParameters | Parameter denominatorMatrix should be final. | 259 |
Error | misc | FinalParameters | Parameter sunit should be final. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 265 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 281 |
Error | misc | FinalParameters | Parameter degree should be final. | 282 |
Error | misc | FinalParameters | Parameter sunit should be final. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 299 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 300 |
Error | misc | FinalParameters | Parameter sunit should be final. | 300 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 314 |
Error | misc | FinalParameters | Parameter sunit should be final. | 315 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 330 |
Error | misc | FinalParameters | Parameter degree should be final. | 331 |
Error | misc | FinalParameters | Parameter sunit should be final. | 331 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 346 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 354 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 364 |
Error | misc | FinalParameters | Parameter transferFunction should be final. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 366 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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. | 41 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 |
Error | coding | MagicNumber | '3' is a magic number. | 45 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 |
Error | coding | MagicNumber | '4' is a magic number. | 46 |
Error | coding | MagicNumber | '3' is a magic number. | 46 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | coding | MagicNumber | '3' is a magic number. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 89 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 89 |
Error | misc | FinalParameters | Parameter denominatorMatrix should be final. | 89 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 116 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 127 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 129 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 251). | 164 |
Error | misc | FinalParameters | Parameter numeratorMatrix should be final. | 165 |
Error | misc | FinalParameters | Parameter denominatorMatrix should be final. | 165 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 192 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 208 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 210 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 105). | 49 |
Error | misc | FinalParameters | Parameter numerator should be final. | 49 |
Error | misc | FinalParameters | Parameter denominator should be final. | 49 |
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. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 65 |
Error | misc | FinalParameters | Parameter numerator should be final. | 65 |
Error | misc | FinalParameters | Parameter denominator should be final. | 65 |
Error | misc | FinalParameters | Parameter simplify should be final. | 65 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 76 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 96 |
Error | misc | FinalParameters | Parameter numerator should be final. | 96 |
Error | misc | FinalParameters | Parameter denominator should be final. | 96 |
Error | misc | FinalParameters | Parameter simplify should be final. | 96 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 96 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 107 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 270). | 130 |
Error | misc | FinalParameters | Parameter numerator should be final. | 131 |
Error | misc | FinalParameters | Parameter denominator should be final. | 131 |
Error | misc | FinalParameters | Parameter simplify should be final. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 136 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 142 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 41 |
Error | misc | FinalParameters | Parameter numeratorCoefficient should be final. | 41 |
Error | misc | FinalParameters | Parameter denominatorCoefficient should be final. | 41 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 58 |
Error | misc | FinalParameters | Parameter numeratorCoefficient should be final. | 58 |
Error | misc | FinalParameters | Parameter denominatorCoefficient should be final. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 75 |
Error | misc | FinalParameters | Parameter numeratorCoefficient should be final. | 76 |
Error | misc | FinalParameters | Parameter denominatorCoefficient should be final. | 76 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 264). | 97 |
Error | misc | FinalParameters | Parameter numeratorCoefficient should be final. | 98 |
Error | misc | FinalParameters | Parameter denominatorCoefficient should be final. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 43 |
Error | misc | FinalParameters | Parameter numerator should be final. | 43 |
Error | misc | FinalParameters | Parameter deniminator should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
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. | 34 |
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. | 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. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 54 |
Error | misc | FinalParameters | Parameter transferFunctionMatrix should be final. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 87 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 91 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
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 | misc | FinalParameters | Parameter G should be final. | 52 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 65 |
Error | misc | FinalParameters | Parameter G should be final. | 65 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 78 |
Error | misc | FinalParameters | Parameter G should be final. | 78 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 78 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 78 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'CC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | naming | LocalVariableName | Name 'DD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | coding | MagicNumber | '3' is a magic number. | 108 |
Error | coding | MagicNumber | '3' is a magic number. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 144 |
Error | coding | MagicNumber | '3' is a magic number. | 148 |
Error | coding | MagicNumber | '3' is a magic number. | 168 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 188 |
Error | misc | FinalParameters | Parameter G should be final. | 188 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 188 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 188 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'CC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | naming | LocalVariableName | Name 'DD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 |
Error | coding | MagicNumber | '3' is a magic number. | 218 |
Error | coding | MagicNumber | '3' is a magic number. | 224 |
Error | coding | MagicNumber | '3' is a magic number. | 258 |
Error | coding | MagicNumber | '3' is a magic number. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 308 |
Error | misc | FinalParameters | Parameter G should be final. | 309 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | misc | FinalParameters | Parameter G should be final. | 32 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | misc | FinalParameters | Parameter G should be final. | 48 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 48 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | coding | MagicNumber | '3' is a magic number. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 30 |
Error | misc | FinalParameters | Parameter G should be final. | 30 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 41 |
Error | misc | FinalParameters | Parameter G should be final. | 41 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 58 |
Error | misc | FinalParameters | Parameter G should be final. | 58 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 58 |
Error | misc | FinalParameters | Parameter outputNumber should be final. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
Error | misc | FinalParameters | Parameter G should be final. | 33 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
Error | misc | FinalParameters | Parameter G should be final. | 49 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | misc | FinalParameters | Parameter inputNumber should be final. | 49 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
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 | misc | FinalParameters | Parameter g should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | coding | MagicNumber | '3' is a magic number. | 52 |
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 | sizes | LineLength | Line is longer than 80 characters (found 231). | 71 |
Error | misc | FinalParameters | Parameter g should be final. | 72 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | coding | MagicNumber | '3' is a magic number. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 124 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter g should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 32 |
Error | misc | FinalParameters | Parameter g should be final. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter g should be final. | 41 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
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. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 44 |
Error | misc | FinalParameters | Parameter A should be final. | 44 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter B should be final. | 44 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter C should be final. | 44 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter D should be final. | 44 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 46 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 58 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 60 |
Error | naming | LocalVariableName | Name 'A1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalVariableName | Name 'A2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 66 |
Error | coding | MagicNumber | '0.5' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 67 |
Error | coding | MagicNumber | '0.5' is a magic number. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 69 |
Error | coding | MagicNumber | '0.5' is a magic number. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 70 |
Error | coding | MagicNumber | '0.5' is a magic number. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 72 |
Error | naming | LocalVariableName | Name 'BB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 228). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | naming | MemberName | Name 'TL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | naming | MemberName | Name 'TR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | naming | MemberName | Name 'BDL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | naming | MemberName | Name 'BDR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | naming | MemberName | Name 'HL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | naming | MemberName | Name 'HR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 57 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 77 |
Error | naming | LocalVariableName | Name 'Z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 102 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 102 |
Error | naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 123 |
Error | naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 134 |
Error | naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 150 |
Error | naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 174 |
Error | naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 203 |
Error | naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 210 |
Error | naming | LocalVariableName | Name 'Q1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 217 |
Error | naming | LocalVariableName | Name 'Q2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 224 |
Error | naming | LocalVariableName | Name 'Z1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 231 |
Error | naming | LocalVariableName | Name 'Z2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | misc | FinalParameters | Parameter a should be final. | 259 |
Error | misc | FinalParameters | Parameter b should be final. | 259 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 259 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | misc | FinalParameters | Parameter A should be final. | 294 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
Error | misc | FinalParameters | Parameter A should be final. | 315 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 324 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 330 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 332 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 338 |
Error | naming | LocalFinalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 349 |
Error | naming | LocalFinalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 350 |
Error | naming | LocalFinalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 |
Error | naming | LocalFinalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 353 |
Error | naming | LocalFinalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 354 |
Error | naming | LocalFinalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 387 |
Error | naming | LocalFinalVariableName | Name 'A11invE11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 436 |
Error | naming | LocalFinalVariableName | Name 'BDR12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 |
Error | naming | LocalFinalVariableName | Name 'BDL12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 472 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 483 |
Error | misc | FinalParameters | Parameter para should be final. | 488 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 495 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 498 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 499 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 501 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 515 |
Error | misc | FinalParameters | Parameter para should be final. | 520 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 523 |
Error | naming | LocalFinalVariableName | Name 'P' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 531 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 546 |
Error | misc | FinalParameters | Parameter A should be final. | 546 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 |
Error | misc | FinalParameters | Parameter E should be final. | 546 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 546 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 546 |
Error | naming | LocalFinalVariableName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 557 |
Error | naming | LocalFinalVariableName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 558 |
Error | naming | LocalFinalVariableName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 558 |
Error | naming | LocalFinalVariableName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 561 |
Error | naming | LocalFinalVariableName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 561 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 562 |
Error | naming | LocalFinalVariableName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 578 |
Error | naming | LocalFinalVariableName | Name 'GSE_ans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 608 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 615 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 636 |
Error | naming | MethodName | Name 'solveGSE_HT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'A11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'A12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'A22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'E11' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'E12' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | ParameterName | Name 'E22' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 636 |
Error | naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 |
Error | naming | LocalFinalVariableName | Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 641 |
Error | naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 642 |
Error | naming | LocalFinalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 643 |
Error | naming | LocalFinalVariableName | Name 'H_Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 644 |
Error | naming | LocalFinalVariableName | Name 'G_Ar' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 645 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 675 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 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. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 53 |
Error | misc | FinalParameters | Parameter z_ should be final. | 53 |
Error | naming | ParameterName | Name 'z_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter p_ should be final. | 53 |
Error | naming | ParameterName | Name 'p_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | misc | FinalParameters | Parameter k should be final. | 53 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 94 |
Error | coding | MagicNumber | '10' is a magic number. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 97 |
Error | coding | MagicNumber | '10' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 128 |
Error | coding | MagicNumber | '3' is a magic number. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 152 |
Error | coding | MagicNumber | '3' is a magic number. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 154 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 155 |
Error | coding | MagicNumber | '3' is a magic number. | 155 |
Error | coding | MagicNumber | '3' is a magic number. | 155 |
Error | coding | MagicNumber | '3' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 172 |
Error | coding | MagicNumber | '3' is a magic number. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 175 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 176 |
Error | coding | MagicNumber | '3' is a magic number. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 46 |
Error | misc | FinalParameters | Parameter zeros should be final. | 46 |
Error | misc | FinalParameters | Parameter poles should be final. | 46 |
Error | misc | FinalParameters | Parameter k should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | naming | LocalFinalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 62 |
Error | naming | LocalFinalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 41 |
Error | misc | FinalParameters | Parameter zeros should be final. | 41 |
Error | misc | FinalParameters | Parameter poles should be final. | 41 |
Error | misc | FinalParameters | Parameter k should be final. | 41 |
Error | naming | LocalVariableName | Name 'NUM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 41 |
Error | misc | FinalParameters | Parameter zeros should be final. | 41 |
Error | misc | FinalParameters | Parameter poles should be final. | 41 |
Error | misc | FinalParameters | Parameter gain should be final. | 41 |
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 140). | 55 |
Error | misc | FinalParameters | Parameter zeros should be final. | 55 |
Error | misc | FinalParameters | Parameter poles should be final. | 55 |
Error | misc | FinalParameters | Parameter gain should be final. | 55 |
Error | misc | FinalParameters | Parameter outputNumber should be final. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | Translation | Key 'Obsg.2' missing. | 1 |
Error | misc | Translation | Key 'Obsg.3' missing. | 1 |
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. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | naming | MemberName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | design | VisibilityModifier | Variable 'Ah' must be private and have accessor methods. | 22 |
Error | coding | MagicNumber | '-3' is a magic number. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | naming | MemberName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | design | VisibilityModifier | Variable 'Bh' must be private and have accessor methods. | 24 |
Error | coding | MagicNumber | '-6' is a magic number. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | naming | MemberName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | design | VisibilityModifier | Variable 'Jh' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | naming | MemberName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Error | design | VisibilityModifier | Variable 'Ch' must be private and have accessor methods. | 28 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | naming | MemberName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | design | VisibilityModifier | Variable 'Dh' must be private and have accessor methods. | 30 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter t should be final. | 42 |
Error | misc | FinalParameters | Parameter z should be final. | 42 |
Error | misc | FinalParameters | Parameter uy should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 53 |
Error | misc | FinalParameters | Parameter t should be final. | 53 |
Error | misc | FinalParameters | Parameter z should be final. | 53 |
Error | misc | FinalParameters | Parameter uy should be final. | 53 |
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. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | naming | MemberName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | design | VisibilityModifier | Variable 'Ahd' must be private and have accessor methods. | 22 |
Error | coding | MagicNumber | '0.223' is a magic number. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | naming | MemberName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | design | VisibilityModifier | Variable 'Bhd' must be private and have accessor methods. | 24 |
Error | coding | MagicNumber | '-1.554' is a magic number. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | naming | MemberName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | design | VisibilityModifier | Variable 'Jhd' must be private and have accessor methods. | 26 |
Error | coding | MagicNumber | '0.259' is a magic number. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | naming | MemberName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Error | design | VisibilityModifier | Variable 'Chd' must be private and have accessor methods. | 28 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | naming | MemberName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | design | VisibilityModifier | Variable 'Dhd' must be private and have accessor methods. | 30 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | misc | FinalParameters | Parameter k should be final. | 42 |
Error | misc | FinalParameters | Parameter z should be final. | 42 |
Error | misc | FinalParameters | Parameter uy should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | misc | FinalParameters | Parameter k should be final. | 53 |
Error | misc | FinalParameters | Parameter z should be final. | 53 |
Error | misc | FinalParameters | Parameter uy should be final. | 53 |
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. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | naming | MemberName | Name 'J' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | design | VisibilityModifier | Variable 'J' must be private and have accessor methods. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter t should be final. | 39 |
Error | misc | FinalParameters | Parameter x should be final. | 39 |
Error | misc | FinalParameters | Parameter u should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 40 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 |
Error | misc | FinalParameters | Parameter t should be final. | 50 |
Error | misc | FinalParameters | Parameter x should be final. | 50 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
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. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | VisibilityModifier | Variable 'observer' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | coding | MagicNumber | '3' is a magic number. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 38 |
Error | misc | FinalParameters | Parameter t should be final. | 38 |
Error | misc | FinalParameters | Parameter xx should be final. | 38 |
Error | misc | FinalParameters | Parameter uy should be final. | 38 |
Error | coding | MagicNumber | '3' is a magic number. | 40 |
Error | coding | MagicNumber | '3' is a magic number. | 40 |
Error | misc | FinalParameters | Parameter t should be final. | 53 |
Error | misc | FinalParameters | Parameter xx should be final. | 53 |
Error | coding | MagicNumber | '3' is a magic number. | 55 |
Error | coding | MagicNumber | '3' is a magic number. | 55 |
Error | misc | FinalParameters | Parameter initialState should be final. | 69 |
Error | coding | MagicNumber | '3' is a magic number. | 71 |
Error | coding | MagicNumber | '3' is a magic number. | 71 |
Error | misc | FinalParameters | Parameter state should be final. | 90 |
Error | coding | MagicNumber | '3' is a magic number. | 92 |
Error | coding | MagicNumber | '3' is a magic number. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | misc | FinalParameters | Parameter t should be final. | 23 |
Error | misc | FinalParameters | Parameter xx should be final. | 23 |
Error | coding | MagicNumber | '3' is a magic number. | 25 |
Error | coding | MagicNumber | '3' is a magic number. | 25 |
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. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | design | VisibilityModifier | Variable 'discObserver' must be private and have accessor methods. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | design | VisibilityModifier | Variable 'hold' must be private and have accessor methods. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 41 |
Error | misc | FinalParameters | Parameter t should be final. | 41 |
Error | misc | FinalParameters | Parameter xc should be final. | 41 |
Error | misc | FinalParameters | Parameter xd should be final. | 41 |
Error | misc | FinalParameters | Parameter inputOutput should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 51 |
Error | misc | FinalParameters | Parameter t should be final. | 51 |
Error | misc | FinalParameters | Parameter xc should be final. | 51 |
Error | misc | FinalParameters | Parameter xd should be final. | 51 |
Error | misc | FinalParameters | Parameter inputOutput should be final. | 51 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | misc | FinalParameters | Parameter t should be final. | 63 |
Error | misc | FinalParameters | Parameter xc should be final. | 63 |
Error | misc | FinalParameters | Parameter xd should be final. | 63 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | misc | FinalParameters | Parameter t should be final. | 85 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
Error | misc | FinalParameters | Parameter samplingPoint should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | misc | FinalParameters | Parameter interval should be final. | 117 |
Error | misc | FinalParameters | Parameter initialState should be final. | 126 |
Error | misc | FinalParameters | Parameter initialState should be final. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 147 |
Error | misc | FinalParameters | Parameter state should be final. | 158 |
Error | misc | FinalParameters | Parameter state should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 179 |
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. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | design | VisibilityModifier | Variable 'motor' must be private and have accessor methods. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | design | VisibilityModifier | Variable 'stateFeedback' must be private and have accessor methods. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | misc | FinalParameters | Parameter t should be final. | 37 |
Error | misc | FinalParameters | Parameter x should be final. | 37 |
Error | misc | FinalParameters | Parameter u should be final. | 37 |
Error | misc | FinalParameters | Parameter t should be final. | 45 |
Error | misc | FinalParameters | Parameter x should be final. | 45 |
Error | misc | FinalParameters | Parameter t should be final. | 55 |
Error | misc | FinalParameters | Parameter x should be final. | 55 |
Error | misc | FinalParameters | Parameter initialState should be final. | 63 |
Error | misc | FinalParameters | Parameter state should be final. | 79 |
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. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | misc | FinalParameters | Parameter t should be final. | 23 |
Error | misc | FinalParameters | Parameter x should be final. | 23 |
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. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | misc | FinalParameters | Parameter t should be final. | 31 |
Error | misc | FinalParameters | Parameter x should be final. | 31 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | misc | FinalParameters | Parameter t should be final. | 24 |
Error | misc | FinalParameters | Parameter X should be final. | 24 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 27 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 77 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 78 |
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 | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Error | coding | MagicNumber | '0.5' is a magic number. | 62 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 83 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 62 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | design | VisibilityModifier | Variable 'm1' must be private and have accessor methods. | 26 |
Error | coding | MagicNumber | '0.16' is a magic number. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 29 |
Error | design | VisibilityModifier | Variable 'fr' must be private and have accessor methods. | 30 |
Error | coding | MagicNumber | '2.6' is a magic number. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
Error | design | VisibilityModifier | Variable 'a0' must be private and have accessor methods. | 34 |
Error | coding | MagicNumber | '0.1' is a magic number. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | design | VisibilityModifier | Variable 'cc1' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 41 |
Error | design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 25 |
Error | coding | MagicNumber | '-20' is a magic number. | 25 |
Error | coding | MagicNumber | '-20' is a magic number. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 25 |
Error | coding | MagicNumber | '-20' is a magic number. | 25 |
Error | coding | MagicNumber | '-20' is a magic number. | 25 |
Error | coding | MagicNumber | '0.005' is a magic number. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | coding | MagicNumber | '4' is a magic number. | 26 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | coding | HiddenField | 'pendulum' hides a field. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | coding | HiddenField | 'pendulum' hides a field. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 106 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 108 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | coding | MagicNumber | '1.0E5' is a magic number. | 26 |
Error | coding | MagicNumber | '1.0E5' is a magic number. | 26 |
Error | naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
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 | coding | MagicNumber | '0.32' is a magic number. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | coding | HiddenField | 'railLength' hides a field. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | VisibilityModifier | Variable 'm1' must be private and have accessor methods. | 27 |
Error | coding | MagicNumber | '0.16' is a magic number. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | VisibilityModifier | Variable 'm2' must be private and have accessor methods. | 31 |
Error | coding | MagicNumber | '0.039' is a magic number. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 34 |
Error | design | VisibilityModifier | Variable 'jj' must be private and have accessor methods. | 35 |
Error | coding | MagicNumber | '4.485e-4' is a magic number. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | design | VisibilityModifier | Variable 'len' must be private and have accessor methods. | 39 |
Error | coding | MagicNumber | '0.121' is a magic number. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 42 |
Error | design | VisibilityModifier | Variable 'fr' must be private and have accessor methods. | 43 |
Error | coding | MagicNumber | '2.6' is a magic number. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 46 |
Error | design | VisibilityModifier | Variable 'cr' must be private and have accessor methods. | 47 |
Error | coding | MagicNumber | '4.210e-4' is a magic number. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | design | VisibilityModifier | Variable 'a0' must be private and have accessor methods. | 51 |
Error | coding | MagicNumber | '0.1' is a magic number. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | design | VisibilityModifier | Variable 'cc1' must be private and have accessor methods. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 58 |
Error | design | VisibilityModifier | Variable 'cc2' must be private and have accessor methods. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 62 |
Error | design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | coding | MagicNumber | '4' is a magic number. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 83 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 84 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 |
Error | coding | MagicNumber | '3' is a magic number. | 91 |
Error | coding | MagicNumber | '4' is a magic number. | 92 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 234). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter sunit should be final. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 66 |
Error | misc | FinalParameters | Parameter sunit should be final. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 78 |
Error | misc | FinalParameters | Parameter sunit should be final. | 78 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | misc | FinalParameters | Parameter matrixSize should be final. | 129 |
Error | misc | FinalParameters | Parameter sunit should be final. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 155 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 186 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 188 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 189 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 209 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 215 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 215 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 222 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 223 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 224 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 225 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 226 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 244 |
Error | misc | FinalParameters | Parameter a should be final. | 244 |
Error | misc | FinalParameters | Parameter b should be final. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 245 |
Error | misc | FinalParameters | Parameter c should be final. | 245 |
Error | misc | FinalParameters | Parameter d should be final. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 250 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 251 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 252 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Error | misc | FinalParameters | Parameter writer should be final. | 262 |
Error | misc | FinalParameters | Parameter writer should be final. | 270 |
Error | misc | FinalParameters | Parameter maxColumnSize should be final. | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 288 |
Error | misc | FinalParameters | Parameter isNegative should be final. | 288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 313 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 328 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 341 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 350 |
Error | misc | FinalParameters | Parameter a should be final. | 350 |
Error | misc | FinalParameters | Parameter b should be final. | 350 |
Error | misc | FinalParameters | Parameter c should be final. | 350 |
Error | misc | FinalParameters | Parameter d should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 353 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 368 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 381 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 384 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 391 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 391 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 397 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 408 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 408 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 408 |
Error | misc | FinalParameters | Parameter outputNodeSize should be final. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 424 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 424 |
Error | misc | FinalParameters | Parameter outputNodeSize should be final. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 429 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 439 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 439 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 445 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 |
Error | naming | LocalFinalVariableName | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 465 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 466 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 468 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 468 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 477 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 502 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 511 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 513 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 5,591 lines (max allowed is 2,000). | 1 |
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 226). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | design | VisibilityModifier | Variable 'sunit' must be private and have accessor methods. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | misc | FinalParameters | Parameter sunit should be final. | 140 |
Error | coding | HiddenField | 'sunit' hides a field. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
Error | misc | FinalParameters | Parameter sunit should be final. | 160 |
Error | coding | HiddenField | 'sunit' hides a field. | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | coding | HiddenField | 'inputNodes' hides a field. | 181 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | coding | HiddenField | 'sourceNodes' hides a field. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 193 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 215 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 238 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
Error | coding | HiddenField | 'outputNodes' hides a field. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | coding | HiddenField | 'sinkNodes' hides a field. | 266 |
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 | coding | HiddenField | 'requiringLinearSystem' hides a field. | 285 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 370 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 388 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 400 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 415 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 415 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 442 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 442 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 486 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 494 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 517 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 525 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 557 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 590 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 594 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 594 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 598 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 607 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 616 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 617 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 618 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 619 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 629 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 662 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 681 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 726 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 742 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 744 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 751 |
Error | misc | FinalParameters | Parameter column should be final. | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 757 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 765 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 768 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 771 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 776 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 776 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 792 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 794 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 801 |
Error | misc | FinalParameters | Parameter row should be final. | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 804 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 807 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 807 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 827 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 829 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 835 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 845 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 845 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 855 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 860 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 873 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 873 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 883 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 885 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 891 |
Error | misc | FinalParameters | Parameter column should be final. | 891 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 901 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 901 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 910 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 912 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 918 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 940 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 945 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 964 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 984 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1000 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1010 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1037 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1039 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1053 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1063 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1065 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1087 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1089 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1099 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1113 |
Error | misc | FinalParameters | Parameter opponent should be final. | 1113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1119 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 1120 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 1121 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1121 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 1128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1133 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1160 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1160 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 1178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 1199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1219 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1225 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 1253 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1293 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 1313 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1313 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1322 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1322 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 1328 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1328 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 1330 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1330 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 1337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1350 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1355 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1382 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1396 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1408 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1418 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1426 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 1443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1449 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1456 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 1475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 1481 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1481 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 1514 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1523 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1523 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1528 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1528 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1542 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1556 |
Error | misc | FinalParameters | Parameter inputNode should be final. | 1556 |
Error | misc | FinalParameters | Parameter outputNode should be final. | 1556 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1571 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1573 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1603 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1617 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1617 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1618 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1654 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1675 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 1681 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1700 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1705 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1707 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1721 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1734 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1734 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1747 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 1755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1762 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1781 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1789 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1795 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1806 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1813 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1820 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1838 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1845 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1847 |
Error | misc | FinalParameters | Parameter row should be final. | 1850 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1859 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1861 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1869 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1875 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1876 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1894 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1901 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1903 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1911 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1915 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1917 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1925 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1927 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1953 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1965 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1967 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1995 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1997 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2025 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2034 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2064 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2073 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2091 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2272 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2291 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2316 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2344 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 2359 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2359 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 2371 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2371 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2385 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 2400 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2400 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 2412 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2412 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 2439 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2444 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2447 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 2469 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2484 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2487 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 2492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2516 |
Error | misc | FinalParameters | Parameter writer should be final. | 2551 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2553 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2559 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2563 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2572 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2575 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 2580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 2581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2608 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 2631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 2636 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 2644 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 2648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 2657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 2660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2661 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2667 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 2674 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2685 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2692 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2694 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 2716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 2734 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2741 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2750 |
Error | misc | FinalParameters | Parameter offset should be final. | 2750 |
Error | misc | FinalParameters | Parameter input should be final. | 2750 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2750 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2758 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2765 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2770 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2771 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2778 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2780 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 2788 |
Error | misc | FinalParameters | Parameter ans should be final. | 2788 |
Error | misc | FinalParameters | Parameter offset should be final. | 2788 |
Error | misc | FinalParameters | Parameter input should be final. | 2788 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2788 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2793 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2793 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2803 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2805 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 2813 |
Error | misc | FinalParameters | Parameter ans should be final. | 2813 |
Error | misc | FinalParameters | Parameter offset should be final. | 2813 |
Error | misc | FinalParameters | Parameter input should be final. | 2813 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2813 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2837 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2839 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2862 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 2877 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2878 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2900 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2900 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2915 |
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 129). | 2947 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2947 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2947 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 2959 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2959 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2959 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 2969 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2969 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2969 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2981 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2983 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 2991 |
Error | misc | FinalParameters | Parameter system should be final. | 2991 |
Error | misc | FinalParameters | Parameter column should be final. | 2991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2997 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 3004 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3030 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 3039 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3044 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3046 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3048 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3050 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3052 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 3058 |
Error | misc | FinalParameters | Parameter system should be final. | 3058 |
Error | misc | FinalParameters | Parameter row should be final. | 3058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3064 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 3071 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 3097 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 3106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 3112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 3119 |
Error | misc | FinalParameters | Parameter newMatrix should be final. | 3119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 3120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 3147 |
Error | misc | FinalParameters | Parameter column should be final. | 3147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 3148 |
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 103). | 3163 |
Error | misc | FinalParameters | Parameter row should be final. | 3163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 3164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 3177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 3183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 3189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 3198 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 3200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 3206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 3207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 3219 |
Error | misc | FinalParameters | Parameter i should be final. | 3219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 3223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 3238 |
Error | misc | FinalParameters | Parameter i should be final. | 3238 |
Error | misc | FinalParameters | Parameter j should be final. | 3238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3239 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 3242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 3243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3248 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 3258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 3264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 3291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 3295 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 3309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3323 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3337 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 3364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 3365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 3367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 3380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 3382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 3385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3396 |
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 121). | 3407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 3408 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3413 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3420 |
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 114). | 3441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 3442 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3446 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 3477 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 3509 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 3543 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3554 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3556 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 3581 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3619 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3626 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3684 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3689 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3693 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3705 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3707 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 3712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3726 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3726 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 3748 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3748 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3749 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3753 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3756 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3763 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3765 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3783 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3788 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3791 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3792 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 3811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3820 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3824 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3824 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3832 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 3840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3852 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3857 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3860 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3861 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3871 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3873 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 3878 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3888 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3892 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3892 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3900 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3902 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3918 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3923 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3926 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3927 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3937 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3939 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3941 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 3944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3957 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3957 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3965 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3967 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3971 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3984 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 3991 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3994 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4003 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4005 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4013 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 4017 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4024 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4030 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4034 |
Error | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4050 |
Error | coding | MagicNumber | '1231' is a magic number. | 4052 |
Error | coding | MagicNumber | '1237' is a magic number. | 4052 |
Error | misc | FinalParameters | Parameter obj should be final. | 4060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4070 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4070 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4070 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4077 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4079 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4091 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4098 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4154 |
Error | misc | FinalParameters | Parameter inputPortTags should be final. | 4157 |
Error | coding | HiddenField | 'inputPortTags' hides a field. | 4157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4172 |
Error | misc | FinalParameters | Parameter outputPortTags should be final. | 4175 |
Error | coding | HiddenField | 'outputPortTags' hides a field. | 4175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 4200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 4207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4214 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4263 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 4294 |
Error | misc | FinalParameters | Parameter debugMode should be final. | 4294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4303 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 4308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4322 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 4330 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4340 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 4347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4363 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4363 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4371 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4373 |
Error | misc | FinalParameters | Parameter matrix should be final. | 4376 |
Error | coding | MagicNumber | '10' is a magic number. | 4382 |
Error | coding | MagicNumber | '10' is a magic number. | 4387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 4402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4402 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4402 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 4411 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4418 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 4421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4423 |
Error | coding | MagicNumber | '10' is a magic number. | 4428 |
Error | coding | MagicNumber | '10' is a magic number. | 4432 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 4434 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 4435 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 4436 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 4437 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4438 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 4439 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 4440 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 4446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 4471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 4478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 4479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 4480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 4481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 4482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 4483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 4484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 4485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 4487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 4489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4492 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 4494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 4495 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4508 |
Error | misc | FinalParameters | Parameter loopColumn should be final. | 4522 |
Error | misc | FinalParameters | Parameter column should be final. | 4522 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 4522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 4527 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4527 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4527 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4534 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 4552 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4552 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4552 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4566 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4576 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4583 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 4604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 4607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 4609 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4610 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4618 |
Error | misc | FinalParameters | Parameter requiringDescriptor should be final. | 4621 |
Error | coding | HiddenField | 'requiringDescriptor' hides a field. | 4621 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 4631 |
Error | misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 4631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 4632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 4636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 4637 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 4638 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 4639 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 4640 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 4641 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4641 |
Error | coding | MagicNumber | '20000' is a magic number. | 4643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 4644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 4652 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 4654 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 4656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4663 |
Error | misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 4663 |
Error | coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 4663 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4674 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 4682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4693 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 4700 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 4701 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 4702 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4702 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4702 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 4703 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 4704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 4708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 4710 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4719 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4721 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4723 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 4728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 4729 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 4735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 4740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 4741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4753 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4767 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4778 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4781 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 4782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4792 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4795 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 4804 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 4807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 4810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 4811 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4824 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4826 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4828 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 4831 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 4832 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 4836 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 4842 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 4843 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4843 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4843 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 4857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 4858 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 4876 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4885 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4887 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4889 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4892 |
Error | sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 4892 |
Error | coding | MagicNumber | '4' is a magic number. | 4893 |
Error | coding | MagicNumber | '4' is a magic number. | 4893 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 4897 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4897 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4897 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4902 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4903 |
Error | coding | MagicNumber | '3' is a magic number. | 4903 |
Error | coding | MagicNumber | '3' is a magic number. | 4904 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4907 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4907 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 4908 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4908 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4908 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4910 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4915 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4917 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4920 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4922 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4922 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4923 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4923 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4928 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4930 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4930 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4933 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4933 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4935 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4936 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4936 |
Error | coding | MagicNumber | '3' is a magic number. | 4939 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4941 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4943 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4943 |
Error | coding | MagicNumber | '3' is a magic number. | 4943 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4946 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4946 |
Error | coding | MagicNumber | '3' is a magic number. | 4946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 4948 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4948 |
Error | coding | MagicNumber | '3' is a magic number. | 4948 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4949 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4949 |
Error | coding | MagicNumber | '3' is a magic number. | 4949 |
Error | coding | MagicNumber | '3' is a magic number. | 4954 |
Error | coding | MagicNumber | '3' is a magic number. | 4956 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4958 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 4960 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4960 |
Error | coding | MagicNumber | '3' is a magic number. | 4960 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 4963 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4963 |
Error | coding | MagicNumber | '3' is a magic number. | 4963 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4965 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4965 |
Error | coding | MagicNumber | '3' is a magic number. | 4965 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4966 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4966 |
Error | coding | MagicNumber | '3' is a magic number. | 4966 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 4970 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4970 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4975 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 4978 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 4979 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4979 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 4980 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4980 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4980 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4983 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4984 |
Error | coding | MagicNumber | '3' is a magic number. | 4984 |
Error | coding | MagicNumber | '3' is a magic number. | 4985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4988 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4988 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 4989 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4989 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 4994 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 4996 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4996 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4999 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4999 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 5001 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 5002 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5002 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 5007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 5009 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 5012 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 5014 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5014 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 5015 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5015 |
Error | coding | MagicNumber | '3' is a magic number. | 5018 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 5020 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 5022 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5022 |
Error | coding | MagicNumber | '3' is a magic number. | 5022 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 5025 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5025 |
Error | coding | MagicNumber | '3' is a magic number. | 5025 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 5027 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5027 |
Error | coding | MagicNumber | '3' is a magic number. | 5027 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 5028 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5028 |
Error | coding | MagicNumber | '3' is a magic number. | 5028 |
Error | coding | MagicNumber | '3' is a magic number. | 5033 |
Error | coding | MagicNumber | '3' is a magic number. | 5035 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 5037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 5039 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5039 |
Error | coding | MagicNumber | '3' is a magic number. | 5039 |
Error | coding | MagicNumber | '3' is a magic number. | 5043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 5045 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5045 |
Error | coding | MagicNumber | '3' is a magic number. | 5045 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 5047 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5047 |
Error | coding | MagicNumber | '3' is a magic number. | 5047 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 5048 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5048 |
Error | coding | MagicNumber | '3' is a magic number. | 5048 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5051 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 5058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 5061 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5061 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 5062 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5062 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5062 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5070 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5072 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 5082 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5087 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5089 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5091 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 5095 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 5098 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 5118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 5119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 5120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 5132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 5140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 5144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 5146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 5148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 5150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 5161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 5182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 5191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 5195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 5197 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 5210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 5219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 5223 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 5225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 5226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 5241 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 5241 |
Error | misc | FinalParameters | Parameter grid should be final. | 5241 |
Error | misc | FinalParameters | Parameter rowMin should be final. | 5241 |
Error | misc | FinalParameters | Parameter rowMax should be final. | 5241 |
Error | misc | FinalParameters | Parameter columnMin should be final. | 5241 |
Error | misc | FinalParameters | Parameter columnMax should be final. | 5241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 5244 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 5244 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 5264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 5294 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5297 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 5312 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5328 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 5335 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5352 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 5360 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5373 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 5380 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 5404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 5420 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 5441 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 5457 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5460 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5462 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 5467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 5471 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 5484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 5490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 5494 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5494 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5494 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5494 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5494 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5504 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 5513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 5518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 5523 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5523 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5523 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 5528 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5528 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5528 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5528 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5528 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5539 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 5540 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5541 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 5545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 5547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 5565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 5567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 5573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 5582 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5582 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 5582 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 5582 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 5582 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | design | VisibilityModifier | Variable 'numberInLeft' must be private and have accessor methods. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | design | VisibilityModifier | Variable 'numberInUpper' must be private and have accessor methods. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 370 |
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. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 234). | 39 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 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 107). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 112 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 233 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 320 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 329 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 369 |
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 81). | 372 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 372 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 394 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 394 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 394 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 414 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 439 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 439 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 439 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 479 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 479 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 486 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 503 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 515 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 528 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 539 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 543 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 549 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 555 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 564 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 566 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 581 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 588 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 590 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 598 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 600 |
Error | misc | FinalParameters | Parameter nodeNumber should be final. | 604 |
Error | misc | FinalParameters | Parameter degree should be final. | 604 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 626 |
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 | sizes | LineLength | Line is longer than 80 characters (found 118). | 627 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 631 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 631 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 631 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 644 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 644 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 656 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 671 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 693 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 726 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 727 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 92 |
Error | coding | HiddenField | 'elements' hides a field. | 92 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 92 |
Error | coding | HiddenField | 'inputNodes' hides a field. | 92 |
Error | coding | HiddenField | 'outputNodes' hides a field. | 92 |
Error | misc | FinalParameters | Parameter sunit should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | misc | FinalParameters | Parameter localElements should be final. | 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. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 164 |
Error | coding | HiddenField | 'nodeValue' hides a field. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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. | 211 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 271 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 271 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | sizes | LineLength | Line is longer than 80 characters (found 101). | 279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 312 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 312 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 316 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 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 | ',' 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 | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 330 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 330 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 340 |
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 | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | sizes | LineLength | Line is longer than 80 characters (found 104). | 348 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 354 |
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 81). | 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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 378 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 386 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 397 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 398 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 428 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 437 |
Error | whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 441 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 478 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 512 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 548 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | misc | FinalParameters | Parameter nodeNumber should be final. | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 567 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 579 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 597 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 613 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 614 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 620 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 631 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 642 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 650 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 661 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 663 |
Error | misc | FinalParameters | Parameter u should be final. | 666 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 675 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 683 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 696 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 698 |
Error | misc | FinalParameters | Parameter system should be final. | 703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 705 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 710 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 712 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 719 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 721 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 728 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 730 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 737 |
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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 748 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 749 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 751 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 760 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 771 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 773 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 789 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 796 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 803 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 808 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 810 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 835 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 837 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 845 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 853 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 853 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 855 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 855 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 871 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 873 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 877 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 880 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 891 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 893 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 899 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 903 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 903 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 906 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 915 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 922 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 924 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 926 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 932 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 934 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 940 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 942 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 944 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 949 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 951 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 958 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 960 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 968 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 986 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 990 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 990 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 993 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1001 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1009 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1011 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1016 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1022 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1024 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1041 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1051 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 1058 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1060 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1077 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1081 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1089 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1090 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1158 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1168 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1205 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1235 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1237 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 1252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1253 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1255 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1286 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1307 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1319 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 1329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1334 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1337 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1337 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1349 |
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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 1382 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1420 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1421 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1433 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 1455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1458 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1475 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1494 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1501 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1512 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1515 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1518 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 66 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 104 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | misc | FinalParameters | Parameter matrixSize should be final. | 116 |
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 81). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 142 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 173 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 175 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 194 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 202 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 202 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 202 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 210 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 211 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 212 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 213 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 231 |
Error | misc | FinalParameters | Parameter a should be final. | 231 |
Error | misc | FinalParameters | Parameter b should be final. | 231 |
Error | misc | FinalParameters | Parameter c should be final. | 231 |
Error | misc | FinalParameters | Parameter d should be final. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 236 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 237 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 238 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 248 |
Error | misc | FinalParameters | Parameter writer should be final. | 248 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 256 |
Error | misc | FinalParameters | Parameter writer should be final. | 256 |
Error | misc | FinalParameters | Parameter maxColumnSize should be final. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 274 |
Error | misc | FinalParameters | Parameter isNegative should be final. | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 278 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 314 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 336 |
Error | misc | FinalParameters | Parameter a should be final. | 336 |
Error | misc | FinalParameters | Parameter b should be final. | 336 |
Error | misc | FinalParameters | Parameter c should be final. | 336 |
Error | misc | FinalParameters | Parameter d should be final. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 350 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 366 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 369 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 376 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 382 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 393 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 393 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 393 |
Error | misc | FinalParameters | Parameter outputNodeSize should be final. | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 399 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 404 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 409 |
Error | misc | FinalParameters | Parameter outputNodeSize should be final. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 424 |
Error | misc | FinalParameters | Parameter inputNodeSize should be final. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 430 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 |
Error | naming | LocalFinalVariableName | Name 'I' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 431 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 435 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 450 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 453 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 453 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 461 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 487 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 487 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 487 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 496 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | FileLength | File length is 4,664 lines (max allowed is 2,000). | 1 |
Error | imports | UnusedImports | Unused import - org.mklab.tool.control.system.graph.CycleMatrix. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | coding | HiddenField | 'inputNodes' hides a field. | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | coding | HiddenField | 'sourceNodes' hides a field. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 201 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 237 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | coding | HiddenField | 'outputNodes' hides a field. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 244 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | coding | HiddenField | 'sinkNodes' hides a field. | 252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 266 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | coding | HiddenField | 'requiringLinearSystem' hides a field. | 271 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 314 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 322 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 374 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 385 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 386 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 401 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 401 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 428 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 428 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 472 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 494 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 503 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 505 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 534 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 576 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 580 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 580 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 584 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 593 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 603 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 603 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 604 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 604 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 605 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 615 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 655 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 708 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 728 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 737 |
Error | misc | FinalParameters | Parameter column should be final. | 737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 743 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 743 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 754 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 754 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 758 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 762 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 762 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 778 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 780 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 787 |
Error | misc | FinalParameters | Parameter row should be final. | 787 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 793 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 793 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 813 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 821 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 831 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 831 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 841 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 843 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 846 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 849 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 859 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 869 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 877 |
Error | misc | FinalParameters | Parameter column should be final. | 877 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 887 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 896 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 898 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 904 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 926 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 931 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 950 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 970 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 972 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 986 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 996 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1023 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1025 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1039 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1049 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1051 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1073 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1075 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1085 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1093 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1095 |
Error | misc | FinalParameters | Parameter opponent should be final. | 1099 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 1101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1103 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1105 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 1106 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 1107 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1107 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 1114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1119 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1146 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1146 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1165 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 1184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1205 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 1239 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 1263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1279 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1299 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1299 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1308 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1308 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1314 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1314 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 1316 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1316 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 1323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 1325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1336 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1341 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1351 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1368 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1370 |
Error | javadoc | JavadocMethod | Expected @return tag. | 1373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1382 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1398 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1416 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 1433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1439 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1446 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 1465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 1471 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1488 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1495 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1497 |
Error | javadoc | JavadocMethod | Expected @return tag. | 1503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 1504 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1513 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1513 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1519 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1534 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1548 |
Error | misc | FinalParameters | Parameter inputNode should be final. | 1548 |
Error | misc | FinalParameters | Parameter outputNode should be final. | 1548 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1563 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1565 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1597 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1609 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1609 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1610 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1628 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1667 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 1673 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1692 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1699 |
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 87). | 1726 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1726 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1739 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1747 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 1754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1773 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1781 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1796 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1798 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1805 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1811 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1830 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1837 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1839 |
Error | misc | FinalParameters | Parameter row should be final. | 1842 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1847 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1847 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1851 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1853 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1861 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1867 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1886 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1893 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1903 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1903 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1907 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1909 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1917 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1919 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1923 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1943 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1951 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1957 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1959 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1987 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1989 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2017 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2026 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2056 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2065 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2083 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2085 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2092 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2215 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2281 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2283 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 2309 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2330 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2351 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2351 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 2363 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2363 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2371 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2392 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2392 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2404 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 2404 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2412 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2433 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 2463 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2477 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2480 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 2485 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 2502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2509 |
Error | misc | FinalParameters | Parameter writer should be final. | 2544 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2546 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2552 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2556 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 2573 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 2573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2574 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2586 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 2599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2601 |
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 89). | 2621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 2624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 2629 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 2637 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 2640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 2650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 2652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 2653 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2659 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2661 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2666 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2675 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2677 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2684 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2686 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 2708 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2721 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 2726 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2733 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2735 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2742 |
Error | misc | FinalParameters | Parameter offset should be final. | 2742 |
Error | misc | FinalParameters | Parameter input should be final. | 2742 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2742 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2750 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 2757 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2762 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2763 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2770 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 2780 |
Error | misc | FinalParameters | Parameter ans should be final. | 2780 |
Error | misc | FinalParameters | Parameter offset should be final. | 2780 |
Error | misc | FinalParameters | Parameter input should be final. | 2780 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2780 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2785 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2785 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2795 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 2805 |
Error | misc | FinalParameters | Parameter ans should be final. | 2805 |
Error | misc | FinalParameters | Parameter offset should be final. | 2805 |
Error | misc | FinalParameters | Parameter input should be final. | 2805 |
Error | misc | FinalParameters | Parameter expandInputSize should be final. | 2805 |
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 96). | 2854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 2869 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 2870 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 2892 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2892 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2907 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2926 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2928 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 2939 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2939 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2939 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 2951 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2951 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 2961 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2961 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2961 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2973 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2974 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2976 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2977 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2979 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2985 |
Error | misc | FinalParameters | Parameter system should be final. | 2985 |
Error | misc | FinalParameters | Parameter column should be final. | 2985 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 2991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 2998 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2998 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 2998 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3001 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3004 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3024 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 3033 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3038 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3040 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3042 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3044 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3046 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 3052 |
Error | misc | FinalParameters | Parameter system should be final. | 3052 |
Error | misc | FinalParameters | Parameter row should be final. | 3052 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 3058 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 3065 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3065 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3065 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3068 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 3091 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 3100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 3106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 3113 |
Error | misc | FinalParameters | Parameter newMatrix should be final. | 3113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 3141 |
Error | misc | FinalParameters | Parameter column should be final. | 3141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 3142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 3157 |
Error | misc | FinalParameters | Parameter row should be final. | 3157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 3158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 3171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 3177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 3192 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 3194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 3200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 3201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 3213 |
Error | misc | FinalParameters | Parameter i should be final. | 3213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 3217 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 3232 |
Error | misc | FinalParameters | Parameter i should be final. | 3232 |
Error | misc | FinalParameters | Parameter j should be final. | 3232 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 3234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 3235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 3250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 3256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3260 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 3287 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 3301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3315 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3327 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3329 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 3356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 3358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 3359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 3372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 3374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3392 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 3399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 3400 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3405 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3412 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3426 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 3433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 3434 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3438 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3445 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3459 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3465 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 3466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 3467 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3480 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 3487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 3501 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3501 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3548 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3566 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3568 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 3591 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3611 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3613 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 3636 |
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 86). | 3663 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3681 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3685 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3697 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 3704 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 3718 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3718 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3718 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3726 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 3740 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3740 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 3741 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3745 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3748 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3755 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3757 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 3763 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3780 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3784 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3796 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 3803 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 3816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3816 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3816 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3824 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 3832 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3849 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3853 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3863 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3865 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 3870 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3870 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 3884 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3884 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3884 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3892 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3894 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 3899 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3915 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3918 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 3919 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3929 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3931 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3933 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 3936 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3936 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 3949 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 3949 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 3949 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3957 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3959 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3976 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3978 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 3983 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 3986 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3995 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3997 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 4001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 4009 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4016 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4018 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4022 |
Error | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4042 |
Error | coding | MagicNumber | '1231' is a magic number. | 4044 |
Error | coding | MagicNumber | '1237' is a magic number. | 4044 |
Error | misc | FinalParameters | Parameter obj should be final. | 4052 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4062 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4069 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4071 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4083 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4090 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4092 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4146 |
Error | misc | FinalParameters | Parameter inputPortTags should be final. | 4149 |
Error | coding | HiddenField | 'inputPortTags' hides a field. | 4149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4164 |
Error | misc | FinalParameters | Parameter outputPortTags should be final. | 4167 |
Error | coding | HiddenField | 'outputPortTags' hides a field. | 4167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 4192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 4199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 4206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4253 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4255 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 4286 |
Error | misc | FinalParameters | Parameter debugMode should be final. | 4286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4295 |
Error | misc | FinalParameters | Parameter stateSizes should be final. | 4300 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 4322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 4339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 4355 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4355 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4363 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4365 |
Error | misc | FinalParameters | Parameter matrix should be final. | 4368 |
Error | coding | MagicNumber | '10' is a magic number. | 4374 |
Error | coding | MagicNumber | '10' is a magic number. | 4379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 4394 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4394 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 4403 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4408 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4410 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 4413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4415 |
Error | coding | MagicNumber | '10' is a magic number. | 4420 |
Error | coding | MagicNumber | '10' is a magic number. | 4424 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 4426 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 4427 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 4428 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4429 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 4430 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 4431 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 4432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 4432 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4432 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 4438 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 4454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 4463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 4470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 4471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 4472 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 4473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 4474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 4475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 4476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 4477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 4481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 4486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 4487 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 4500 |
Error | misc | FinalParameters | Parameter loopColumn should be final. | 4514 |
Error | misc | FinalParameters | Parameter column should be final. | 4514 |
Error | misc | FinalParameters | Parameter targetNode should be final. | 4514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 4519 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4519 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4519 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4524 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 4536 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 4544 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4544 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4544 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 4558 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 4568 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 4575 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4588 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 4596 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 4599 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 4601 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 4601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 4602 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 4602 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4608 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4610 |
Error | misc | FinalParameters | Parameter requiringDescriptor should be final. | 4613 |
Error | coding | HiddenField | 'requiringDescriptor' hides a field. | 4613 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 4617 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 4620 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 4623 |
Error | misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 4623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 4624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 4628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 4629 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 4630 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 4631 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4631 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 4632 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 4633 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 4634 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 4642 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 4644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 4646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 4653 |
Error | misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 4653 |
Error | coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 4653 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | design | VisibilityModifier | Variable 'numberInLeft' must be private and have accessor methods. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | design | VisibilityModifier | Variable 'numberInUpper' must be private and have accessor methods. | 49 |
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 113). | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 183 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 204 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 249 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 257 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 274 |
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 133). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 311 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 311 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 338 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 338 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 359 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 378 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 429 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 434 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 444 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 446 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 450 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 467 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 471 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 474 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 502 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 507 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 509 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 517 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 517 |
Error | misc | FinalParameters | Parameter grid should be final. | 517 |
Error | misc | FinalParameters | Parameter rowMin should be final. | 517 |
Error | misc | FinalParameters | Parameter rowMax should be final. | 517 |
Error | misc | FinalParameters | Parameter columnMin should be final. | 517 |
Error | misc | FinalParameters | Parameter columnMax should be final. | 517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 520 |
Error | whitespace | GenericWhitespace | '>' is followed by whitespace. | 520 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 533 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 547 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 552 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 552 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 552 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 557 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 557 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 557 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 557 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 574 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 587 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 589 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 591 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 594 |
Error | sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 594 |
Error | coding | MagicNumber | '4' is a magic number. | 595 |
Error | coding | MagicNumber | '4' is a magic number. | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 599 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 599 |
Error | coding | MagicNumber | '3' is a magic number. | 605 |
Error | coding | MagicNumber | '3' is a magic number. | 606 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 610 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 610 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 612 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 618 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 621 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 621 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 624 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 630 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 633 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 633 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 636 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 636 |
Error | coding | MagicNumber | '3' is a magic number. | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 642 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 642 |
Error | coding | MagicNumber | '3' is a magic number. | 642 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 645 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 645 |
Error | coding | MagicNumber | '3' is a magic number. | 645 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 647 |
Error | coding | MagicNumber | '3' is a magic number. | 647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 648 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 648 |
Error | coding | MagicNumber | '3' is a magic number. | 648 |
Error | coding | MagicNumber | '3' is a magic number. | 653 |
Error | coding | MagicNumber | '3' is a magic number. | 655 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 658 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 658 |
Error | coding | MagicNumber | '3' is a magic number. | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 661 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 661 |
Error | coding | MagicNumber | '3' is a magic number. | 661 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 663 |
Error | coding | MagicNumber | '3' is a magic number. | 663 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 664 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 664 |
Error | coding | MagicNumber | '3' is a magic number. | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 668 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 673 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 677 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 678 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 678 |
Error | coding | MagicNumber | '3' is a magic number. | 682 |
Error | coding | MagicNumber | '3' is a magic number. | 683 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 686 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 687 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 687 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 693 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 693 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 696 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 696 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 699 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 699 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 705 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 708 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 708 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 710 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 711 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 711 |
Error | coding | MagicNumber | '3' is a magic number. | 714 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 717 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 717 |
Error | coding | MagicNumber | '3' is a magic number. | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 720 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 720 |
Error | coding | MagicNumber | '3' is a magic number. | 720 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 722 |
Error | coding | MagicNumber | '3' is a magic number. | 722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 723 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 723 |
Error | coding | MagicNumber | '3' is a magic number. | 723 |
Error | coding | MagicNumber | '3' is a magic number. | 728 |
Error | coding | MagicNumber | '3' is a magic number. | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 732 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 733 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 733 |
Error | coding | MagicNumber | '3' is a magic number. | 733 |
Error | coding | MagicNumber | '3' is a magic number. | 737 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 739 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 739 |
Error | coding | MagicNumber | '3' is a magic number. | 739 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 741 |
Error | coding | MagicNumber | '3' is a magic number. | 741 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 742 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 742 |
Error | coding | MagicNumber | '3' is a magic number. | 742 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 755 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 756 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 756 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 756 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 764 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 766 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 768 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 772 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 772 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 776 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 782 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 783 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 783 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 783 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 790 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 808 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 816 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 825 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 827 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 837 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 837 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 842 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 844 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 851 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 861 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 868 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 868 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 869 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 870 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 870 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 870 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 871 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 872 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 875 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 877 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 886 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 888 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 890 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 892 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 896 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 902 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 908 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 917 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 920 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 921 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 934 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 935 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 945 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 948 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 949 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 959 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 962 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 963 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 971 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 971 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 974 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 977 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 978 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 991 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 993 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 998 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 999 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1009 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 1016 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1024 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 1032 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1036 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 1039 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1048 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1050 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1055 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1057 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1069 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1072 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1075 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1077 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1082 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1098 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1177 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 101 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 104 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
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 122). | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 193 |
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 107). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 225 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 240 |
Error | whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 312 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 314 |
Error | whitespace | WhitespaceAround | 'for' is not preceded with whitespace. | 321 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 361 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 386 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 386 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 386 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 406 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 431 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 431 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 431 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 443 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 471 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 471 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 478 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 495 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 507 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 514 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 516 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 524 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 535 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 541 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 545 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 547 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 558 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 573 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 580 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 582 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 590 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 592 |
Error | misc | FinalParameters | Parameter nodeNumber should be final. | 596 |
Error | misc | FinalParameters | Parameter degree should be final. | 596 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 601 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 619 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 623 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 623 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 636 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 636 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 663 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 683 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 685 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 719 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 83 |
Error | coding | HiddenField | 'elements' hides a field. | 83 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 83 |
Error | coding | HiddenField | 'inputNodes' hides a field. | 83 |
Error | coding | HiddenField | 'outputNodes' hides a field. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | misc | FinalParameters | Parameter elements should be final. | 116 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 121 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 149 |
Error | coding | HiddenField | 'nodeValue' hides a field. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 195 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 255 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 263 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 307 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 319 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 324 |
Error | whitespace | WhitespaceAfter | 'typecast' 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 92). | 328 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 330 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 356 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 361 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 365 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 367 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 379 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 445 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 445 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 459 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 486 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 493 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 512 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 531 |
Error | misc | FinalParameters | Parameter nodeNumber should be final. | 535 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 578 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 579 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 594 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 594 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 595 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 601 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 612 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 631 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 642 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 644 |
Error | misc | FinalParameters | Parameter u should be final. | 647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 656 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 662 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 677 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 679 |
Error | misc | FinalParameters | Parameter system should be final. | 684 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 685 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 686 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 693 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 700 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 702 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 709 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 711 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 718 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 730 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 731 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 731 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 741 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 752 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 754 |
Error | whitespace | WhitespaceAround | '}' is not followed by whitespace. | 769 |
Error | whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 769 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 770 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 784 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 789 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 791 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 816 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 823 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 834 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 834 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 834 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 834 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 835 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 835 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 851 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 853 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 857 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 860 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 871 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 873 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 879 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 882 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 894 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 896 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 901 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 903 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 905 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 911 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 913 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 915 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 919 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 923 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 928 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 930 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 932 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 937 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 938 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 946 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 968 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 968 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 979 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 987 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 989 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 994 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 1000 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1000 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1017 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1019 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1024 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1026 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 1033 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1033 |
Error | whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1033 |
Error | whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1033 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1033 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1034 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1051 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1053 |
Error | sizes | LineLength | Line is longer than 80 characters (found 212). | 1061 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1088 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1090 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1094 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1202 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1208 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 1223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1289 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 1299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1303 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1306 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1311 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1318 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 44 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
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. | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
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. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 259 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 263 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 31 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 31 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
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. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 75 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 126 |
Error | misc | FinalParameters | Parameter option should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 127 |
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 159). | 138 |
Error | misc | FinalParameters | Parameter option should be final. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 152 |
Error | misc | FinalParameters | Parameter option should be final. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 168 |
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 106). | 186 |
Error | misc | FinalParameters | Parameter option should be final. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 234 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 235 |
Error | misc | FinalParameters | Parameter option should be final. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 296 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 330 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 335 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 342 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 350 |
Error | coding | MagicNumber | '3' is a magic number. | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 373 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 414 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 421 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 456 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 459 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 468 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 486 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 500 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 502 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 510 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 539 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 542 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 545 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 557 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 565 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 582 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 623 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 638 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 638 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 641 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 649 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 651 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 657 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 673 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 674 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 705 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 715 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 728 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 729 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 730 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 730 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 733 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 741 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 750 |
Error | misc | FinalParameters | Parameter portSize should be final. | 750 |
Error | misc | FinalParameters | Parameter node should be final. | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 782 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 789 |
Error | misc | FinalParameters | Parameter opponent should be final. | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 809 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 283). | 826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 828 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 831 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 833 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 843 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 845 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 855 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 857 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 867 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 869 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 879 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 881 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 891 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 893 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 900 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 902 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 909 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 911 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 923 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 933 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 935 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 943 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 946 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 948 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 952 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 953 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 956 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 956 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 959 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 961 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 971 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 973 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 980 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 982 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 989 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 991 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 996 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1000 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1000 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1002 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1002 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1004 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1008 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1019 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1019 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1022 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1024 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1027 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1029 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1034 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1038 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1038 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1041 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1041 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1043 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1046 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1048 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1053 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1057 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1057 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1062 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1065 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1067 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1072 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1076 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1079 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1081 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1084 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1086 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1091 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1095 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1095 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1098 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1114 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1114 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 1147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 1219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1233 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1261 |
Error | coding | MagicNumber | '3' is a magic number. | 1261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 1265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 1320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1329 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1345 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1348 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1362 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1368 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1379 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1382 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1385 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1396 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1399 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1413 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1416 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1419 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1430 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1433 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1442 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1446 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 1463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1464 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 1474 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1475 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1478 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1485 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 1519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1530 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1535 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1537 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1547 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1549 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1558 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1567 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1574 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1576 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1583 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1585 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1592 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1594 |
Error | misc | FinalParameters | Parameter autoSize should be final. | 1597 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1601 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1605 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 31 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | misc | FinalParameters | Parameter opponent should be final. | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 99 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 123 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 123 |
Error | coding | MagicNumber | '31' is a magic number. | 137 |
Error | coding | MagicNumber | '31' is a magic number. | 138 |
Error | coding | MagicNumber | '31' is a magic number. | 139 |
Error | coding | MagicNumber | '31' is a magic number. | 140 |
Error | coding | MagicNumber | '1231' is a magic number. | 140 |
Error | coding | MagicNumber | '1237' is a magic number. | 140 |
Error | coding | MagicNumber | '31' is a magic number. | 141 |
Error | coding | MagicNumber | '1231' is a magic number. | 141 |
Error | coding | MagicNumber | '1237' is a magic number. | 141 |
Error | coding | MagicNumber | '31' is a magic number. | 142 |
Error | coding | MagicNumber | '1231' is a magic number. | 142 |
Error | coding | MagicNumber | '1237' is a magic number. | 142 |
Error | coding | MagicNumber | '31' is a magic number. | 143 |
Error | coding | MagicNumber | '1231' is a magic number. | 143 |
Error | coding | MagicNumber | '1237' is a magic number. | 143 |
Error | coding | MagicNumber | '31' is a magic number. | 144 |
Error | coding | MagicNumber | '1231' is a magic number. | 144 |
Error | coding | MagicNumber | '1237' is a magic number. | 144 |
Error | coding | MagicNumber | '31' is a magic number. | 145 |
Error | coding | MagicNumber | '1231' is a magic number. | 145 |
Error | coding | MagicNumber | '1237' is a magic number. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
Error | coding | MagicNumber | '31' is a magic number. | 146 |
Error | coding | MagicNumber | '31' is a magic number. | 147 |
Error | coding | MagicNumber | '1231' is a magic number. | 147 |
Error | coding | MagicNumber | '1237' is a magic number. | 147 |
Error | coding | MagicNumber | '31' is a magic number. | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | coding | MagicNumber | '31' is a magic number. | 159 |
Error | coding | MagicNumber | '31' is a magic number. | 160 |
Error | coding | MagicNumber | '31' is a magic number. | 161 |
Error | coding | MagicNumber | '31' is a magic number. | 162 |
Error | coding | MagicNumber | '1231' is a magic number. | 162 |
Error | coding | MagicNumber | '1237' is a magic number. | 162 |
Error | coding | MagicNumber | '31' is a magic number. | 163 |
Error | coding | MagicNumber | '1231' is a magic number. | 163 |
Error | coding | MagicNumber | '1237' is a magic number. | 163 |
Error | coding | MagicNumber | '31' is a magic number. | 164 |
Error | coding | MagicNumber | '1231' is a magic number. | 164 |
Error | coding | MagicNumber | '1237' is a magic number. | 164 |
Error | coding | MagicNumber | '31' is a magic number. | 165 |
Error | coding | MagicNumber | '1231' is a magic number. | 165 |
Error | coding | MagicNumber | '1237' is a magic number. | 165 |
Error | coding | MagicNumber | '31' is a magic number. | 166 |
Error | coding | MagicNumber | '1231' is a magic number. | 166 |
Error | coding | MagicNumber | '1237' is a magic number. | 166 |
Error | coding | MagicNumber | '31' is a magic number. | 167 |
Error | coding | MagicNumber | '1231' is a magic number. | 167 |
Error | coding | MagicNumber | '1237' is a magic number. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 168 |
Error | coding | MagicNumber | '31' is a magic number. | 168 |
Error | coding | MagicNumber | '31' is a magic number. | 169 |
Error | coding | MagicNumber | '1231' is a magic number. | 169 |
Error | coding | MagicNumber | '1237' is a magic number. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | coding | MagicNumber | '31' is a magic number. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | coding | HiddenField | 'id' hides a field. | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | coding | HiddenField | 'stateSize' hides a field. | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | coding | HiddenField | 'inputSize' hides a field. | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | coding | HiddenField | 'outputSize' hides a field. | 259 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 277 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 277 |
Error | coding | HiddenField | 'hasDirectFeedthrough' hides a field. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | coding | HiddenField | 'inlet' hides a field. | 289 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 304 |
Error | coding | HiddenField | 'outlet' hides a field. | 307 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 311 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 320 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 322 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 325 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 334 |
Error | coding | HiddenField | 'forcedSystem' hides a field. | 334 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 347 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 349 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 352 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 356 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 358 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 361 |
Error | coding | HiddenField | 'dynamic' hides a field. | 361 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 370 |
Error | coding | HiddenField | 'linear' hides a field. | 370 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 376 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 379 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 383 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 389 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 397 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 405 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 405 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 412 |
Error | misc | FinalParameters | Parameter valueFormat should be final. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 414 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 414 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 438 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 549 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 560 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 567 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 575 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 577 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 594 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 603 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 609 |
Error | misc | FinalParameters | Parameter klass should be final. | 609 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 617 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 622 |
Error | misc | FinalParameters | Parameter klass should be final. | 622 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 625 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 627 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 649 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 669 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 678 |
Error | misc | FinalParameters | Parameter klass should be final. | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 684 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 693 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 698 |
Error | misc | FinalParameters | Parameter klass should be final. | 698 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 709 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 711 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 727 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 734 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 740 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 742 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 748 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 748 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 758 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 760 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 767 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 769 |
Error | coding | HiddenField | 'autoSize' hides a field. | 772 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 776 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 780 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 792 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 794 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | HiddenField | 'solver' hides a field. | 48 |
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 99). | 60 |
Error | misc | FinalParameters | Parameter system should be final. | 60 |
Error | misc | FinalParameters | Parameter t0 should be final. | 60 |
Error | misc | FinalParameters | Parameter t1 should be final. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 91 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 98 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter system should be final. | 113 |
Error | misc | FinalParameters | Parameter t0 should be final. | 113 |
Error | misc | FinalParameters | Parameter t1 should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 118 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 129 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 135 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | FinalClass | Class DoubleZeroSystem should be declared as final. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | naming | ConstantName | Name 'zeroSystem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 51 |
Error | misc | FinalParameters | Parameter opponent should be final. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
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 218). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
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 83). | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 225). | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 158 |
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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 158 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 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. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 186 |
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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 186 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 207 |
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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 207 |
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. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 211 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 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 an illegal character. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 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. | 228 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 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. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 247 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 253 |
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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 257 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 266 |
Error | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 270 |
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 | whitespace | GenericWhitespace | '>' is followed by an illegal character. | 273 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 275 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 277 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 31 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 57 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 81 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter klass should be final. | 107 |
Error | misc | FinalParameters | Parameter name should be final. | 107 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
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 217). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 38 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
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. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
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. | 63 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | misc | FinalParameters | Parameter sunit should be final. | 73 |
Error | coding | HiddenField | 'sunit' hides a field. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
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 sunit should be final. | 84 |
Error | coding | HiddenField | 'sunit' hides a field. | 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 | sizes | LineLength | Line is longer than 80 characters (found 106). | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
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 | misc | FinalParameters | Parameter sunit should be final. | 115 |
Error | coding | HiddenField | 'sunit' hides a field. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 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 sunit should be final. | 127 |
Error | coding | HiddenField | 'sunit' hides a field. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | misc | FinalParameters | Parameter option should be final. | 141 |
Error | misc | FinalParameters | Parameter sunit should be final. | 141 |
Error | coding | HiddenField | 'sunit' hides a field. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 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 option should be final. | 154 |
Error | misc | FinalParameters | Parameter sunit should be final. | 154 |
Error | coding | HiddenField | 'sunit' hides a field. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 169 |
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 | misc | FinalParameters | Parameter option should be final. | 170 |
Error | misc | FinalParameters | Parameter sunit should be final. | 170 |
Error | coding | HiddenField | 'sunit' hides a field. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | misc | FinalParameters | Parameter sunit should be final. | 195 |
Error | coding | HiddenField | 'sunit' hides a field. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 206 |
Error | misc | FinalParameters | Parameter option should be final. | 206 |
Error | misc | FinalParameters | Parameter sunit should be final. | 206 |
Error | coding | HiddenField | 'sunit' hides a field. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 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 | sizes | LineLength | Line is longer than 80 characters (found 96). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 243 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 255 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 256 |
Error | misc | FinalParameters | Parameter option should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 261 |
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 | sizes | LineLength | Line is longer than 80 characters (found 90). | 276 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 309 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 311 |
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 | sizes | LineLength | Line is longer than 80 characters (found 86). | 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 | sizes | LineLength | Line is longer than 80 characters (found 90). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 321 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 351 |
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 158). | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 371 |
Error | coding | MagicNumber | '3' is a magic number. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 392 |
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 117). | 394 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 401 |
Error | sizes | LineLength | Line is longer than 80 characters (found 212). | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 433 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 435 |
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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 442 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 454 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 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 82). | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 480 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 519 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 521 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 523 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 543 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 551 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 551 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 560 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 566 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 566 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 578 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 580 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 586 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 603 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 638 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 644 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 648 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 657 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 660 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 660 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 662 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 670 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 695 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 726 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 736 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 750 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 751 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 751 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 752 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 752 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 752 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 754 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 762 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 764 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 771 |
Error | misc | FinalParameters | Parameter portSize should be final. | 771 |
Error | misc | FinalParameters | Parameter node should be final. | 771 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 810 |
Error | misc | FinalParameters | Parameter opponent should be final. | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 830 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 830 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 830 |
Error | sizes | LineLength | Line is longer than 80 characters (found 283). | 847 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 849 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 852 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 854 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 864 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 866 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 876 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 878 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 888 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 890 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 900 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 902 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 912 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 914 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 921 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 923 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 930 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 932 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 942 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 944 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 954 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 956 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 964 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 964 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 967 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 969 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 973 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 974 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 977 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 977 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 977 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 980 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 982 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 992 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 994 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1001 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1003 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1010 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1017 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1021 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1021 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1021 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 1023 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1023 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1023 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1025 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1029 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1031 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1036 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1040 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1040 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1040 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1043 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1043 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1043 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1045 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1048 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1050 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1055 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1059 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1059 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1059 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1062 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1062 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1062 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1064 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1067 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1069 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1074 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1078 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1078 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1078 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1081 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1081 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1081 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1083 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1086 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1088 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1093 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1097 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1097 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1116 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1135 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1135 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 1168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1187 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1222 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 1240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1247 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1256 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 1274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1282 |
Error | coding | MagicNumber | '3' is a magic number. | 1282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 1286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 1288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 1304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1311 |
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 81). | 1330 |
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 120). | 1334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 1341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1350 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1357 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1366 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1369 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1369 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1372 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1377 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1383 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1386 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1386 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1389 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 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 92). | 1396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1400 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1403 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1403 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1408 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1420 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1420 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1425 |
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 92). | 1430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1434 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1437 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1437 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1447 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1454 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 1454 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1457 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1463 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1467 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1473 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1474 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1477 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1479 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1485 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 1495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1496 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1499 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1506 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1509 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1511 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1515 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1529 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 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 | sizes | LineLength | Line is longer than 80 characters (found 95). | 1544 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 1545 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 1551 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1556 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1561 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1568 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1570 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1577 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1579 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1586 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1588 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1597 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 1600 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1604 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1606 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1615 |
Error | misc | FinalParameters | Parameter autoSize should be final. | 1618 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1622 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1626 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter requiringLinearSystem should be final. | 36 |
Error | coding | HiddenField | 'requiringLinearSystem' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter requiringDescriptor should be final. | 54 |
Error | coding | HiddenField | 'requiringDescriptor' hides a field. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
Error | misc | FinalParameters | Parameter contractingAllConstantEdges should be final. | 72 |
Error | coding | HiddenField | 'contractingAllConstantEdges' hides a field. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 90 |
Error | misc | FinalParameters | Parameter requiringReachableSubSystem should be final. | 90 |
Error | coding | HiddenField | 'requiringReachableSubSystem' hides a field. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | misc | FinalParameters | Parameter requiringPrimitiveExpression should be final. | 108 |
Error | coding | HiddenField | 'requiringPrimitiveExpression' hides a field. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
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. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 317). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | design | VisibilityModifier | Variable 'sunit' must be private and have accessor methods. | 71 |
Error | misc | FinalParameters | Parameter sunit should be final. | 77 |
Error | coding | HiddenField | 'sunit' hides a field. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | misc | FinalParameters | Parameter opponent should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 112 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 112 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 136 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 136 |
Error | coding | MagicNumber | '31' is a magic number. | 150 |
Error | coding | MagicNumber | '31' is a magic number. | 151 |
Error | coding | MagicNumber | '31' is a magic number. | 152 |
Error | coding | MagicNumber | '31' is a magic number. | 153 |
Error | coding | MagicNumber | '1231' is a magic number. | 153 |
Error | coding | MagicNumber | '1237' is a magic number. | 153 |
Error | coding | MagicNumber | '31' is a magic number. | 154 |
Error | coding | MagicNumber | '1231' is a magic number. | 154 |
Error | coding | MagicNumber | '1237' is a magic number. | 154 |
Error | coding | MagicNumber | '31' is a magic number. | 155 |
Error | coding | MagicNumber | '1231' is a magic number. | 155 |
Error | coding | MagicNumber | '1237' is a magic number. | 155 |
Error | coding | MagicNumber | '31' is a magic number. | 156 |
Error | coding | MagicNumber | '1231' is a magic number. | 156 |
Error | coding | MagicNumber | '1237' is a magic number. | 156 |
Error | coding | MagicNumber | '31' is a magic number. | 157 |
Error | coding | MagicNumber | '1231' is a magic number. | 157 |
Error | coding | MagicNumber | '1237' is a magic number. | 157 |
Error | coding | MagicNumber | '31' is a magic number. | 158 |
Error | coding | MagicNumber | '1231' is a magic number. | 158 |
Error | coding | MagicNumber | '1237' is a magic number. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 159 |
Error | coding | MagicNumber | '31' is a magic number. | 159 |
Error | coding | MagicNumber | '31' is a magic number. | 160 |
Error | coding | MagicNumber | '1231' is a magic number. | 160 |
Error | coding | MagicNumber | '1237' is a magic number. | 160 |
Error | coding | MagicNumber | '31' is a magic number. | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | coding | MagicNumber | '31' is a magic number. | 172 |
Error | coding | MagicNumber | '31' is a magic number. | 173 |
Error | coding | MagicNumber | '31' is a magic number. | 174 |
Error | coding | MagicNumber | '31' is a magic number. | 175 |
Error | coding | MagicNumber | '1231' is a magic number. | 175 |
Error | coding | MagicNumber | '1237' is a magic number. | 175 |
Error | coding | MagicNumber | '31' is a magic number. | 176 |
Error | coding | MagicNumber | '1231' is a magic number. | 176 |
Error | coding | MagicNumber | '1237' is a magic number. | 176 |
Error | coding | MagicNumber | '31' is a magic number. | 177 |
Error | coding | MagicNumber | '1231' is a magic number. | 177 |
Error | coding | MagicNumber | '1237' is a magic number. | 177 |
Error | coding | MagicNumber | '31' is a magic number. | 178 |
Error | coding | MagicNumber | '1231' is a magic number. | 178 |
Error | coding | MagicNumber | '1237' is a magic number. | 178 |
Error | coding | MagicNumber | '31' is a magic number. | 179 |
Error | coding | MagicNumber | '1231' is a magic number. | 179 |
Error | coding | MagicNumber | '1237' is a magic number. | 179 |
Error | coding | MagicNumber | '31' is a magic number. | 180 |
Error | coding | MagicNumber | '1231' is a magic number. | 180 |
Error | coding | MagicNumber | '1237' is a magic number. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 181 |
Error | coding | MagicNumber | '31' is a magic number. | 181 |
Error | coding | MagicNumber | '31' is a magic number. | 182 |
Error | coding | MagicNumber | '1231' is a magic number. | 182 |
Error | coding | MagicNumber | '1237' is a magic number. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | coding | MagicNumber | '31' is a magic number. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | coding | HiddenField | 'id' hides a field. | 209 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 213 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | coding | HiddenField | 'stateSize' hides a field. | 236 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | coding | HiddenField | 'inputSize' hides a field. | 254 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 263 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | coding | HiddenField | 'outputSize' hides a field. | 272 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 278 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 281 |
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 84). | 290 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 290 |
Error | coding | HiddenField | 'hasDirectFeedthrough' hides a field. | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | coding | HiddenField | 'inlet' hides a field. | 302 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 306 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 308 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | coding | HiddenField | 'outlet' hides a field. | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 333 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 335 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 342 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 344 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 347 |
Error | coding | HiddenField | 'forcedSystem' hides a field. | 347 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 360 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 362 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 369 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 371 |
Error | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 374 |
Error | coding | HiddenField | 'dynamic' hides a field. | 374 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 383 |
Error | coding | HiddenField | 'linear' hides a field. | 383 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 387 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 389 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 396 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 398 |
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 85). | 402 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 405 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 412 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 418 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 418 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 425 |
Error | misc | FinalParameters | Parameter valueFormat should be final. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 427 |
Error | whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 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 | 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 91). | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 451 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 460 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 473 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 483 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 503 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 538 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 546 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 550 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 562 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 573 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 580 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 588 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 596 |
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 106). | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 607 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 616 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 618 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 622 |
Error | misc | FinalParameters | Parameter klass should be final. | 622 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 628 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 629 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 635 |
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 | misc | FinalParameters | Parameter klass should be final. | 635 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 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 88). | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 662 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 682 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 691 |
Error | misc | FinalParameters | Parameter klass should be final. | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 697 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 704 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 706 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 711 |
Error | misc | FinalParameters | Parameter klass should be final. | 711 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 722 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 730 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 731 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 744 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 747 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 753 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 755 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 758 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 759 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 761 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 761 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 771 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 773 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 780 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 782 |
Error | coding | HiddenField | 'autoSize' hides a field. | 785 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 789 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 793 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 805 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 807 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter message should be final. | 50 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 213). | 45 |
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 | 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 | 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 | 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. | 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. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
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 | coding | HiddenField | 'solver' hides a field. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 67 |
Error | misc | FinalParameters | Parameter system should be final. | 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. | 67 |
Error | misc | FinalParameters | Parameter t0 should be final. | 67 |
Error | misc | FinalParameters | Parameter t1 should be final. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 71 |
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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 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 | whitespace | WhitespaceAfter | 'typecast' 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. | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | 'typecast' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 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. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' 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. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 99 |
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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 104 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 105 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter system should be final. | 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. | 120 |
Error | misc | FinalParameters | Parameter t0 should be final. | 120 |
Error | misc | FinalParameters | Parameter t1 should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 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. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' 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. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 130 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | FinalClass | Class ZeroSystem should be declared as final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 254). | 63 |
Error | misc | FinalParameters | Parameter sunit should be final. | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 74 |
Error | misc | FinalParameters | Parameter opponent should be final. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 238). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 87 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 89 |
Error | misc | FinalParameters | Parameter key should be final. | 135 |
Error | misc | FinalParameters | Parameter o should be final. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 157 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 169 |
Error | coding | MagicNumber | '31' is a magic number. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 170 |
Error | coding | MagicNumber | '31' is a magic number. | 170 |
Error | coding | MagicNumber | '32' is a magic number. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 171 |
Error | coding | MagicNumber | '31' is a magic number. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 172 |
Error | coding | MagicNumber | '31' is a magic number. | 172 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 321). | 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 | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
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 112). | 54 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | misc | FinalParameters | Parameter o should be final. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 98 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
Error | coding | MagicNumber | '31' is a magic number. | 107 |
Error | coding | MagicNumber | '31' is a magic number. | 108 |
Error | coding | MagicNumber | '31' is a magic number. | 109 |
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 | sizes | LineLength | Line is longer than 80 characters (found 114). | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
Error | coding | HiddenField | 'initialState' hides a field. | 128 |
Error | coding | HiddenField | 'initialStateDerivative' hides a field. | 145 |
Error | coding | HiddenField | 'state' hides a field. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 193 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 200 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 201 |
Error | coding | HiddenField | 'stateNumber' hides a field. | 214 |
Error | misc | FinalParameters | Parameter index should be final. | 228 |
Error | coding | HiddenField | 'index' hides a field. | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 239 |
Error | misc | FinalParameters | Parameter stateDerivative should be final. | 243 |
Error | coding | HiddenField | 'stateDerivative' hides a field. | 243 |
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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
Error | misc | FinalParameters | Parameter sunit should be final. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | coding | MagicNumber | '1231' is a magic number. | 63 |
Error | coding | MagicNumber | '1237' is a magic number. | 63 |
Error | coding | MagicNumber | '1231' is a magic number. | 64 |
Error | coding | MagicNumber | '1237' is a magic number. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
Error | coding | MagicNumber | '1231' is a magic number. | 65 |
Error | coding | MagicNumber | '1237' is a magic number. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Error | misc | FinalParameters | Parameter obj should be final. | 74 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 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. | 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. | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 79 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 81 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 108 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | misc | FinalParameters | Parameter t should be final. | 131 |
Error | misc | FinalParameters | Parameter x should be final. | 131 |
Error | misc | FinalParameters | Parameter u should be final. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | misc | FinalParameters | Parameter matrixM should be final. | 140 |
Error | coding | HiddenField | 'matrixM' hides a field. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 155 |
Error | misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 155 |
Error | coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 163 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 171 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 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 | 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 | 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 | 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 | 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 | 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. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 44 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 44 |
Error | misc | FinalParameters | Parameter dx should be final. | 44 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 319). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 55 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 56 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 63 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 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 | 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 | 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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 163). | 43 |
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 | whitespace | NoWhitespaceAfter | '>' is followed by whitespace. | 43 |
Error | misc | FinalParameters | Parameter sunit should be final. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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 | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
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 | sizes | LineLength | Line is longer than 80 characters (found 94). | 89 |
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. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 105 |
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 94). | 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 94). | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 139 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | 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 | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 167 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 213). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 195 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | 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 | TypecastParenPad | ')' is preceded with whitespace. | 223 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 265 |
Error | coding | HiddenField | 'number' hides a field. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 293 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 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 | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | TypecastParenPad | ')' is preceded with whitespace. | 322 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 335 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 343). | 32 |
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 | 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 | 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 | 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 | 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 | 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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 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. | 54 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 57 |
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 | sizes | LineLength | Line is longer than 80 characters (found 99). | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 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 89). | 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. | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 89 |
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 | sizes | LineLength | Line is longer than 80 characters (found 175). | 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. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' 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. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | misc | FinalParameters | Parameter t should be final. | 129 |
Error | misc | FinalParameters | Parameter x should be final. | 129 |
Error | misc | FinalParameters | Parameter u should be final. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 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 | sizes | LineLength | Line is longer than 80 characters (found 87). | 133 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 155 |
Error | misc | FinalParameters | Parameter system should be final. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | misc | FinalParameters | Parameter t should be final. | 155 |
Error | misc | FinalParameters | Parameter x should be final. | 155 |
Error | misc | FinalParameters | Parameter u should be final. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 157 |
Error | naming | LocalFinalVariableName | Name 'F0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 159 |
Error | naming | LocalFinalVariableName | Name 'FJ0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | naming | LocalFinalVariableName | Name 'J0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | coding | MagicNumber | '1e-5' is a magic number. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 201 |
Error | misc | FinalParameters | Parameter system 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 | misc | FinalParameters | Parameter t should be final. | 201 |
Error | misc | FinalParameters | Parameter x should be final. | 201 |
Error | misc | FinalParameters | Parameter u should be final. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 246 |
Error | misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 246 |
Error | coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 250 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 254 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 254 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 262 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 262 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 262 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 343). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 38 |
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 | misc | FinalParameters | Parameter sunit should be final. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
Error | misc | FinalParameters | Parameter dx should be final. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 50 |
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 | sizes | LineLength | Line is longer than 80 characters (found 205). | 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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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. | 54 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 57 |
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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 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 | whitespace | WhitespaceAfter | 'typecast' 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. | 61 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 318). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 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 sunit should be final. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 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. | 69 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 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. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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 | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 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 | sizes | LineLength | Line is longer than 80 characters (found 102). | 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. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 133 |
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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 109). | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 248). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 49 |
Error | misc | FinalParameters | Parameter elements should be final. | 49 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 49 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 49 |
Error | misc | FinalParameters | Parameter sunit should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 58 |
Error | misc | FinalParameters | Parameter t1 should be final. | 58 |
Error | misc | FinalParameters | Parameter state1 should be final. | 58 |
Error | misc | FinalParameters | Parameter input1 should be final. | 58 |
Error | misc | FinalParameters | Parameter t2 should be final. | 58 |
Error | misc | FinalParameters | Parameter state2 should be final. | 58 |
Error | misc | FinalParameters | Parameter input2 should be final. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 96 |
Error | misc | FinalParameters | Parameter t1 should be final. | 96 |
Error | misc | FinalParameters | Parameter t2 should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 119 |
Error | misc | FinalParameters | Parameter t1 should be final. | 119 |
Error | misc | FinalParameters | Parameter states1 should be final. | 119 |
Error | misc | FinalParameters | Parameter t2 should be final. | 119 |
Error | misc | FinalParameters | Parameter states2 should be final. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 140 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 153 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 166 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
Error | misc | FinalParameters | Parameter t should be final. | 174 |
Error | misc | FinalParameters | Parameter state should be final. | 174 |
Error | misc | FinalParameters | Parameter input should be final. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | misc | FinalParameters | Parameter t should be final. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 207 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 220 |
Error | misc | FinalParameters | Parameter t should be final. | 220 |
Error | misc | FinalParameters | Parameter states should be final. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 225 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 242 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 260 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 357). | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 34 |
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 | sizes | LineLength | Line is longer than 80 characters (found 155). | 44 |
Error | misc | FinalParameters | Parameter elements should be final. | 44 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 44 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 44 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
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 144). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 111 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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 | sizes | LineLength | Line is longer than 80 characters (found 103). | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 296). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 41 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 332). | 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 | 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 | 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 | 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 | 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 | 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 | 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. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | misc | FinalParameters | Parameter sunit should be final. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | coding | HiddenField | 'sys' hides a field. | 72 |
Error | misc | FinalParameters | Parameter sunit should be final. | 72 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 104 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | misc | FinalParameters | Parameter sunit should be final. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 118 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter sunit should be final. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 132 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
Error | misc | FinalParameters | Parameter sunit should be final. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 141 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 153 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 166 |
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 113). | 181 |
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 | JavadocMethod | Expected @param tag for 'system'. | 183 |
Error | javadoc | JavadocMethod | Expected @return tag. | 197 |
Error | javadoc | JavadocMethod | Expected @return tag. | 204 |
Error | javadoc | JavadocMethod | Expected @return tag. | 211 |
Error | javadoc | JavadocMethod | Expected @return tag. | 218 |
Error | javadoc | JavadocMethod | Expected @return tag. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 230 |
Error | coding | HiddenField | 'hasVariableA' hides a field. | 232 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 237 |
Error | coding | HiddenField | 'hasVariableB' hides a field. | 239 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 244 |
Error | coding | HiddenField | 'hasVariableC' hides a field. | 246 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 251 |
Error | coding | HiddenField | 'hasVariableD' hides a field. | 253 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 258 |
Error | coding | HiddenField | 'hasVariableE' hides a field. | 260 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 260 |
Error | javadoc | JavadocMethod | Expected @return tag. | 268 |
Error | javadoc | JavadocMethod | Expected @return tag. | 275 |
Error | javadoc | JavadocMethod | Expected @return tag. | 282 |
Error | javadoc | JavadocMethod | Expected @return tag. | 289 |
Error | javadoc | JavadocMethod | Expected @return tag. | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | misc | FinalParameters | Parameter t should be final. | 315 |
Error | misc | FinalParameters | Parameter x should be final. | 315 |
Error | misc | FinalParameters | Parameter u should be final. | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 327 |
Error | javadoc | JavadocMethod | Expected @return tag. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 329 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 337 |
Error | javadoc | JavadocMethod | Expected @return tag. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 339 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 344 |
Error | javadoc | JavadocMethod | Expected @return tag. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 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 | 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 | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 346 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 354 |
Error | javadoc | JavadocMethod | Expected @return tag. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 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 | 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 | JavadocMethod | Expected @param tag for 'opponent'. | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 361 |
Error | javadoc | JavadocMethod | Expected @return tag. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 363 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 364 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 368 |
Error | javadoc | JavadocMethod | Expected @return tag. | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 370 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 370 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 375 |
Error | javadoc | JavadocMethod | Expected @return tag. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 377 |
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 | 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 | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 377 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 382 |
Error | javadoc | JavadocMethod | Expected @return tag. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 384 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 384 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 388 |
Error | javadoc | JavadocMethod | Expected @return tag. | 394 |
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 82). | 395 |
Error | javadoc | JavadocMethod | Expected @return tag. | 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 83). | 406 |
Error | javadoc | JavadocMethod | Expected @return tag. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 408 |
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 | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 413 |
Error | javadoc | JavadocMethod | Expected @return tag. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 415 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 415 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 416 |
Error | javadoc | JavadocMethod | Expected @return tag. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 427 |
Error | coding | HiddenField | 'tag' hides a field. | 429 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 434 |
Error | misc | FinalParameters | Parameter o should be final. | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 450 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 455 |
Error | coding | MagicNumber | '31' is a magic number. | 460 |
Error | coding | MagicNumber | '31' is a magic number. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 466 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 470 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 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 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 476 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 476 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 483 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 484 |
Error | coding | HiddenField | 'isTransferFunction' hides a field. | 487 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 492 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 501 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 517 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 522 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 271). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter pidType should be final. | 43 |
Error | coding | HiddenField | 'pidType' hides a field. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter p should be final. | 55 |
Error | misc | FinalParameters | Parameter i should be final. | 55 |
Error | misc | FinalParameters | Parameter d should be final. | 55 |
Error | misc | FinalParameters | Parameter n should be final. | 55 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 268). | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | misc | FinalParameters | Parameter sunit should be final. | 25 |
Error | misc | FinalParameters | Parameter initialState should be final. | 72 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Error | whitespace | NoWhitespaceAfter | 'RS' is followed by whitespace. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
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 | sizes | LineLength | Line is longer than 80 characters (found 121). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 79 |
Error | misc | FinalParameters | Parameter key should be final. | 125 |
Error | misc | FinalParameters | Parameter o should be final. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 147 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
Error | coding | MagicNumber | '31' is a magic number. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 160 |
Error | coding | MagicNumber | '31' is a magic number. | 160 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 |
Error | coding | MagicNumber | '32' is a magic number. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 161 |
Error | coding | MagicNumber | '31' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 162 |
Error | coding | MagicNumber | '31' is a magic number. | 162 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 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 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
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. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 46 |
Error | misc | FinalParameters | Parameter o should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 89 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
Error | whitespace | OperatorWrap | '&&' should be on a new line. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
Error | coding | MagicNumber | '31' is a magic number. | 99 |
Error | coding | MagicNumber | '31' is a magic number. | 100 |
Error | coding | MagicNumber | '31' is a magic number. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 110 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 113 |
Error | coding | HiddenField | 'initialState' hides a field. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 137 |
Error | coding | HiddenField | 'initialStateDerivative' hides a field. | 137 |
Error | coding | HiddenField | 'state' hides a field. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 185 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 192 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 193 |
Error | coding | HiddenField | 'stateNumber' hides a field. | 206 |
Error | misc | FinalParameters | Parameter index should be final. | 220 |
Error | coding | HiddenField | 'index' hides a field. | 220 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 223 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | misc | FinalParameters | Parameter stateDerivative should be final. | 235 |
Error | coding | HiddenField | 'stateDerivative' hides a field. | 235 |
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. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
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. | 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 | sizes | LineLength | Line is longer than 80 characters (found 116). | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | coding | MagicNumber | '1231' is a magic number. | 55 |
Error | coding | MagicNumber | '1237' is a magic number. | 55 |
Error | coding | MagicNumber | '1231' is a magic number. | 56 |
Error | coding | MagicNumber | '1237' is a magic number. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 57 |
Error | coding | MagicNumber | '1231' is a magic number. | 57 |
Error | coding | MagicNumber | '1237' is a magic number. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | misc | FinalParameters | Parameter obj should be final. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 71 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 73 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 100 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
Error | misc | FinalParameters | Parameter t should be final. | 123 |
Error | misc | FinalParameters | Parameter x should be final. | 123 |
Error | misc | FinalParameters | Parameter u should be final. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | misc | FinalParameters | Parameter matrixM should be final. | 132 |
Error | coding | HiddenField | 'matrixM' hides a field. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 147 |
Error | misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 147 |
Error | coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 155 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 163 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 163 |
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 | sizes | LineLength | Line is longer than 80 characters (found 156). | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 36 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 36 |
Error | misc | FinalParameters | Parameter dx should be final. | 36 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 47 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 61 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 135). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 48 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 158 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 213). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 186 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 214 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 257 |
Error | coding | HiddenField | 'number' hides a field. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 313 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 327 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 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. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
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. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
Error | misc | FinalParameters | Parameter t should be final. | 121 |
Error | misc | FinalParameters | Parameter x should be final. | 121 |
Error | misc | FinalParameters | Parameter u should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 147 |
Error | misc | FinalParameters | Parameter system should be final. | 147 |
Error | misc | FinalParameters | Parameter t should be final. | 147 |
Error | misc | FinalParameters | Parameter x should be final. | 147 |
Error | misc | FinalParameters | Parameter u should be final. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | naming | LocalFinalVariableName | Name 'F0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 151 |
Error | naming | LocalFinalVariableName | Name 'FJ0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | naming | LocalFinalVariableName | Name 'J0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 193 |
Error | misc | FinalParameters | Parameter system should be final. | 193 |
Error | misc | FinalParameters | Parameter t should be final. | 193 |
Error | misc | FinalParameters | Parameter x should be final. | 193 |
Error | misc | FinalParameters | Parameter u should be final. | 193 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 209 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 238 |
Error | misc | FinalParameters | Parameter isDifferentialAlgebraicSystem should be final. | 238 |
Error | coding | HiddenField | 'isDifferentialAlgebraicSystem' hides a field. | 238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 246 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 249 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 254 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 254 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 254 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 37 |
Error | misc | FinalParameters | Parameter dx should be final. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 44 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 46 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 53 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 65 |
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 124). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 61 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 95 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 111 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 130 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 40 |
Error | misc | FinalParameters | Parameter elements should be final. | 40 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 40 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 50 |
Error | misc | FinalParameters | Parameter t1 should be final. | 50 |
Error | misc | FinalParameters | Parameter state1 should be final. | 50 |
Error | misc | FinalParameters | Parameter input1 should be final. | 50 |
Error | misc | FinalParameters | Parameter t2 should be final. | 50 |
Error | misc | FinalParameters | Parameter state2 should be final. | 50 |
Error | misc | FinalParameters | Parameter input2 should be final. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 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 164). | 91 |
Error | misc | FinalParameters | Parameter t1 should be final. | 91 |
Error | misc | FinalParameters | Parameter t2 should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 220). | 115 |
Error | misc | FinalParameters | Parameter t1 should be final. | 115 |
Error | misc | FinalParameters | Parameter states1 should be final. | 115 |
Error | misc | FinalParameters | Parameter t2 should be final. | 115 |
Error | misc | FinalParameters | Parameter states2 should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 136 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 149 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 162 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 170 |
Error | misc | FinalParameters | Parameter t should be final. | 170 |
Error | misc | FinalParameters | Parameter state should be final. | 170 |
Error | misc | FinalParameters | Parameter input should be final. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | misc | FinalParameters | Parameter t should be final. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 203 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 216 |
Error | misc | FinalParameters | Parameter t should be final. | 216 |
Error | misc | FinalParameters | Parameter states should be final. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 221 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 221 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 238 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 256 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 151). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 36 |
Error | misc | FinalParameters | Parameter elements should be final. | 36 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 36 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 52 |
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 93). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 123 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 34 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 33 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
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. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | coding | HiddenField | 'sys' hides a field. | 63 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | naming | LocalFinalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 94 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 107 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | ParameterName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 120 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 129 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 139 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 141 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 171 |
Error | javadoc | JavadocMethod | Expected @return tag. | 185 |
Error | javadoc | JavadocMethod | Expected @return tag. | 192 |
Error | javadoc | JavadocMethod | Expected @return tag. | 199 |
Error | javadoc | JavadocMethod | Expected @return tag. | 206 |
Error | javadoc | JavadocMethod | Expected @return tag. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 218 |
Error | coding | HiddenField | 'hasVariableA' hides a field. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 225 |
Error | coding | HiddenField | 'hasVariableB' hides a field. | 227 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 232 |
Error | coding | HiddenField | 'hasVariableC' hides a field. | 234 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 239 |
Error | coding | HiddenField | 'hasVariableD' hides a field. | 241 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 246 |
Error | coding | HiddenField | 'hasVariableE' hides a field. | 248 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 248 |
Error | javadoc | JavadocMethod | Expected @return tag. | 256 |
Error | javadoc | JavadocMethod | Expected @return tag. | 263 |
Error | javadoc | JavadocMethod | Expected @return tag. | 270 |
Error | javadoc | JavadocMethod | Expected @return tag. | 277 |
Error | javadoc | JavadocMethod | Expected @return tag. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 304 |
Error | misc | FinalParameters | Parameter t should be final. | 304 |
Error | misc | FinalParameters | Parameter x should be final. | 304 |
Error | misc | FinalParameters | Parameter u should be final. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 309 |
Error | javadoc | JavadocMethod | Expected @return tag. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 311 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 316 |
Error | javadoc | JavadocMethod | Expected @return tag. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 318 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 318 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 326 |
Error | javadoc | JavadocMethod | Expected @return tag. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 328 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 333 |
Error | javadoc | JavadocMethod | Expected @return tag. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 335 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 335 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 343 |
Error | javadoc | JavadocMethod | Expected @return tag. | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 345 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 350 |
Error | javadoc | JavadocMethod | Expected @return tag. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 352 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 357 |
Error | javadoc | JavadocMethod | Expected @return tag. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 359 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 364 |
Error | javadoc | JavadocMethod | Expected @return tag. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 366 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 366 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 371 |
Error | javadoc | JavadocMethod | Expected @return tag. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 373 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 373 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 373 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 377 |
Error | javadoc | JavadocMethod | Expected @return tag. | 383 |
Error | javadoc | JavadocMethod | Expected @return tag. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 395 |
Error | javadoc | JavadocMethod | Expected @return tag. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 402 |
Error | javadoc | JavadocMethod | Expected @return tag. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 404 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 404 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 405 |
Error | javadoc | JavadocMethod | Expected @return tag. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 416 |
Error | coding | HiddenField | 'tag' hides a field. | 418 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 423 |
Error | misc | FinalParameters | Parameter o should be final. | 426 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 439 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 444 |
Error | coding | MagicNumber | '31' is a magic number. | 449 |
Error | coding | MagicNumber | '31' is a magic number. | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 459 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 459 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 463 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 465 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 465 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 471 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 472 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 473 |
Error | coding | HiddenField | 'isTransferFunction' hides a field. | 476 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 481 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 506 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 511 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter pidType should be final. | 28 |
Error | coding | HiddenField | 'pidType' 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 p should be final. | 40 |
Error | misc | FinalParameters | Parameter i should be final. | 40 |
Error | misc | FinalParameters | Parameter d should be final. | 40 |
Error | misc | FinalParameters | Parameter n should be final. | 40 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 |
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. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 37 |
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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | misc | FinalParameters | Parameter initialState should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 71 |
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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 71 |
Error | misc | FinalParameters | Parameter initialState should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 36 |
Error | coding | MagicNumber | '1024' is a magic number. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 71 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 71 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 80 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | coding | HiddenField | 'initialBufferSize' hides a field. | 236 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 250 |
Error | javadoc | JavadocMethod | Expected @return tag. | 252 |
Error | misc | FinalParameters | Parameter parameter should be final. | 252 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 263 |
Error | javadoc | JavadocMethod | Expected @return tag. | 265 |
Error | misc | FinalParameters | Parameter key should be final. | 265 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 265 |
Error | misc | FinalParameters | Parameter o should be final. | 273 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 299 |
Error | coding | MagicNumber | '31' is a magic number. | 299 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 299 |
Error | coding | MagicNumber | '32' is a magic number. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 300 |
Error | coding | MagicNumber | '31' is a magic number. | 300 |
Error | coding | MagicNumber | '31' is a magic number. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 302 |
Error | coding | MagicNumber | '31' is a magic number. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 303 |
Error | coding | MagicNumber | '31' is a magic number. | 303 |
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 | sizes | LineLength | Line is longer than 80 characters (found 135). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | design | VisibilityModifier | Variable 'stateFunction' must be private and have accessor methods. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | design | VisibilityModifier | Variable 'object' must be private and have accessor methods. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter obj should be final. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
Error | misc | FinalParameters | Parameter t should be final. | 68 |
Error | misc | FinalParameters | Parameter x should be final. | 68 |
Error | misc | FinalParameters | Parameter u should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 86 |
Error | misc | FinalParameters | Parameter t should be final. | 86 |
Error | misc | FinalParameters | Parameter x should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 139 |
Error | misc | FinalParameters | Parameter name should be final. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 169 |
Error | misc | FinalParameters | Parameter name should be final. | 169 |
Error | misc | FinalParameters | Parameter value should be final. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | misc | FinalParameters | Parameter name should be final. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 161). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
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. | 41 |
Error | misc | FinalParameters | Parameter obj should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 78 |
Error | misc | FinalParameters | Parameter t should be final. | 78 |
Error | misc | FinalParameters | Parameter x should be final. | 78 |
Error | misc | FinalParameters | Parameter u should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 96 |
Error | misc | FinalParameters | Parameter t should be final. | 96 |
Error | misc | FinalParameters | Parameter x should be final. | 96 |
Error | misc | FinalParameters | Parameter u should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 98 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 129 |
Error | misc | FinalParameters | Parameter t should be final. | 129 |
Error | misc | FinalParameters | Parameter x should be final. | 129 |
Error | misc | FinalParameters | Parameter inputOutput should be final. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | misc | FinalParameters | Parameter matrixM should be final. | 138 |
Error | coding | HiddenField | 'matrixM' hides a field. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 174 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 182 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 182 |
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 | sizes | LineLength | Line is longer than 80 characters (found 161). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | misc | FinalParameters | Parameter obj should be final. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 41 |
Error | misc | FinalParameters | Parameter t should be final. | 41 |
Error | misc | FinalParameters | Parameter x should be final. | 41 |
Error | misc | FinalParameters | Parameter dx should be final. | 41 |
Error | misc | FinalParameters | Parameter u should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 59 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 59 |
Error | misc | FinalParameters | Parameter dx should be final. | 59 |
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 | sizes | LineLength | Line is longer than 80 characters (found 134). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter obj should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
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 96). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 79 |
Error | javadoc | JavadocMethod | Expected @return tag. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 81 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 81 |
Error | javadoc | JavadocMethod | Expected @return tag. | 88 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 95 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 95 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 95 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 100 |
Error | javadoc | JavadocMethod | Expected @return tag. | 102 |
Error | misc | FinalParameters | Parameter name should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 107 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 109 |
Error | javadoc | JavadocMethod | Expected @return tag. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 131 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 131 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 139 |
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 | sizes | LineLength | Line is longer than 80 characters (found 124). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter obj should be final. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 65 |
Error | misc | FinalParameters | Parameter t should be final. | 65 |
Error | misc | FinalParameters | Parameter u should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | misc | FinalParameters | Parameter t should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 |
Error | javadoc | JavadocMethod | Expected @return tag. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter method should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 129 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 135 |
Error | javadoc | JavadocMethod | Expected @return tag. | 137 |
Error | misc | FinalParameters | Parameter name should be final. | 137 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 137 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 137 |
Error | javadoc | JavadocMethod | Expected @return tag. | 144 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 151 |
Error | misc | FinalParameters | Parameter name should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 151 |
Error | misc | FinalParameters | Parameter value should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 151 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 156 |
Error | javadoc | JavadocMethod | Expected @return tag. | 158 |
Error | misc | FinalParameters | Parameter name should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 268). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 80 |
Error | misc | FinalParameters | Parameter initialState should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 313). | 32 |
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 | 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 | 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 | 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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 35 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 43 |
Error | coding | MagicNumber | '1024' is a magic number. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | misc | FinalParameters | Parameter sunit should be final. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 66 |
Error | misc | FinalParameters | Parameter sunit should be final. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 81 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 81 |
Error | misc | FinalParameters | Parameter sunit should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 90 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | coding | HiddenField | 'timeDelay' hides a field. | 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 | coding | HiddenField | 'initialOutput' hides a field. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 231 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 233 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | coding | HiddenField | 'initialBufferSize' hides a field. | 245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 259 |
Error | javadoc | JavadocMethod | Expected @return tag. | 261 |
Error | misc | FinalParameters | Parameter parameter should be final. | 261 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 272 |
Error | javadoc | JavadocMethod | Expected @return tag. | 274 |
Error | misc | FinalParameters | Parameter key should be final. | 274 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 274 |
Error | misc | FinalParameters | Parameter o should be final. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 308 |
Error | coding | MagicNumber | '31' is a magic number. | 308 |
Error | coding | MagicNumber | '32' is a magic number. | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 309 |
Error | coding | MagicNumber | '31' is a magic number. | 309 |
Error | coding | MagicNumber | '31' is a magic number. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 311 |
Error | coding | MagicNumber | '31' is a magic number. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 312 |
Error | coding | MagicNumber | '31' is a magic number. | 312 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | design | VisibilityModifier | Variable 'stateFunction' must be private and have accessor methods. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | design | VisibilityModifier | Variable 'object' must be private and have accessor methods. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | misc | FinalParameters | Parameter obj should be final. | 59 |
Error | misc | FinalParameters | Parameter sunit should be final. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | misc | FinalParameters | Parameter sunit should be final. | 69 |
Error | misc | FinalParameters | Parameter t should be final. | 77 |
Error | misc | FinalParameters | Parameter x should be final. | 77 |
Error | misc | FinalParameters | Parameter u should be final. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
Error | misc | FinalParameters | Parameter t should be final. | 95 |
Error | misc | FinalParameters | Parameter x should be final. | 95 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 148 |
Error | misc | FinalParameters | Parameter name should be final. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 178 |
Error | misc | FinalParameters | Parameter name should be final. | 178 |
Error | misc | FinalParameters | Parameter value should be final. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | misc | FinalParameters | Parameter name should be final. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 355). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
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. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter obj should be final. | 52 |
Error | misc | FinalParameters | Parameter sunit should be final. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | misc | FinalParameters | Parameter sunit should be final. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 |
Error | misc | FinalParameters | Parameter t should be final. | 87 |
Error | misc | FinalParameters | Parameter x should be final. | 87 |
Error | misc | FinalParameters | Parameter u should be final. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | misc | FinalParameters | Parameter t should be final. | 105 |
Error | misc | FinalParameters | Parameter x should be final. | 105 |
Error | misc | FinalParameters | Parameter u should be final. | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 138 |
Error | misc | FinalParameters | Parameter t should be final. | 138 |
Error | misc | FinalParameters | Parameter x should be final. | 138 |
Error | misc | FinalParameters | Parameter inputOutput should be final. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | misc | FinalParameters | Parameter matrixM should be final. | 147 |
Error | coding | HiddenField | 'matrixM' hides a field. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | misc | FinalParameters | Parameter hasConsistentInitialValue should be final. | 183 |
Error | coding | HiddenField | 'hasConsistentInitialValue' hides a field. | 183 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | misc | FinalParameters | Parameter hasJacobianMatrix should be final. | 191 |
Error | coding | HiddenField | 'hasJacobianMatrix' hides a field. | 191 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 355). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter obj should be final. | 34 |
Error | misc | FinalParameters | Parameter sunit should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | misc | FinalParameters | Parameter t should be final. | 50 |
Error | misc | FinalParameters | Parameter x should be final. | 50 |
Error | misc | FinalParameters | Parameter dx should be final. | 50 |
Error | misc | FinalParameters | Parameter u should be final. | 50 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 68 |
Error | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 68 |
Error | misc | FinalParameters | Parameter dx should be final. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 321). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter obj should be final. | 53 |
Error | misc | FinalParameters | Parameter sunit should be final. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | misc | FinalParameters | Parameter sunit should be final. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 |
Error | misc | FinalParameters | Parameter sunit should be final. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 85 |
Error | misc | FinalParameters | Parameter sunit should be final. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 90 |
Error | javadoc | JavadocMethod | Expected @return tag. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 92 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 92 |
Error | javadoc | JavadocMethod | Expected @return tag. | 99 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 106 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 106 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 106 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 111 |
Error | javadoc | JavadocMethod | Expected @return tag. | 113 |
Error | misc | FinalParameters | Parameter name should be final. | 113 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 118 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 120 |
Error | javadoc | JavadocMethod | Expected @return tag. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 142 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 142 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 311). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter obj should be final. | 56 |
Error | misc | FinalParameters | Parameter sunit should be final. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | misc | FinalParameters | Parameter sunit should be final. | 66 |
Error | misc | FinalParameters | Parameter t should be final. | 74 |
Error | misc | FinalParameters | Parameter u should be final. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter t should be final. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 105 |
Error | javadoc | JavadocMethod | Expected @return tag. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | misc | FinalParameters | Parameter method should be final. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 130 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 138 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
Error | javadoc | JavadocMethod | Expected @return tag. | 146 |
Error | misc | FinalParameters | Parameter name should be final. | 146 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 146 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 146 |
Error | javadoc | JavadocMethod | Expected @return tag. | 153 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 160 |
Error | misc | FinalParameters | Parameter name should be final. | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 160 |
Error | misc | FinalParameters | Parameter value should be final. | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 160 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 167 |
Error | misc | FinalParameters | Parameter name should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
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 | sizes | LineLength | Line is longer than 80 characters (found 310). | 30 |
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 | 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. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 45 |
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 | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | coding | HiddenField | 'observerPoles' hides a field. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
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 | sizes | LineLength | Line is longer than 80 characters (found 306). | 30 |
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 | sizes | LineLength | Line is longer than 80 characters (found 91). | 33 |
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. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 45 |
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 | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | coding | HiddenField | 'continuousObserverPoles' hides a field. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
Error | javadoc | JavadocMethod | Expected @return tag. | 100 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 100 |
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 | sizes | LineLength | Line is longer than 80 characters (found 237). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter plant should be final. | 49 |
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 | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 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 91). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 79 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter continuousObserverPoles should be final. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | naming | LocalFinalVariableName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalFinalVariableName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 105 |
Error | naming | LocalFinalVariableName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
Error | naming | LocalFinalVariableName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 107 |
Error | naming | LocalFinalVariableName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 139 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 111). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | javadoc | JavadocMethod | Expected @return tag. | 46 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'observerPoles' hides a field. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 107). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 58 |
Error | coding | HiddenField | 'continuousObserverPoles' hides a field. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 80 |
Error | javadoc | JavadocMethod | Expected @return tag. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter plant should be final. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 70 |
Error | coding | HiddenField | 'samplingInterval' hides a field. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
Error | misc | FinalParameters | Parameter continuousObserverPoles should be final. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | naming | LocalFinalVariableName | Name 'Ahd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 95 |
Error | naming | LocalFinalVariableName | Name 'Jhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 96 |
Error | naming | LocalFinalVariableName | Name 'Bhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | naming | LocalFinalVariableName | Name 'Chd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 98 |
Error | naming | LocalFinalVariableName | Name 'Dhd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 120 |
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 81). | 136 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | naming | MemberName | Name 'F1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | naming | MemberName | Name 'F2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | HiddenField | 'plant' hides a field. | 40 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 77 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 79 |
Error | naming | LocalFinalVariableName | Name 'Ae' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | naming | LocalFinalVariableName | Name 'Be' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 81 |
Error | naming | LocalFinalVariableName | Name 'Ce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | naming | LocalFinalVariableName | Name 'Fe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter Qe should be final. | 96 |
Error | coding | HiddenField | 'Qe' hides a field. | 96 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | misc | FinalParameters | Parameter Re should be final. | 96 |
Error | coding | HiddenField | 'Re' hides a field. | 96 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 149 |
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 99). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 51 |
Error | coding | HiddenField | 'Qe' hides a field. | 51 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | coding | HiddenField | 'Re' hides a field. | 51 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
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 98). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 26 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | coding | HiddenField | 'Qe' hides a field. | 51 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | coding | HiddenField | 'Re' hides a field. | 51 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 63 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | coding | HiddenField | 'plant' hides a field. | 38 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | coding | HiddenField | 'Q' hides a field. | 65 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | coding | HiddenField | 'R' hides a field. | 65 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 89 |
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 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 26 |
Error | naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | coding | HiddenField | 'Q' hides a field. | 51 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | coding | HiddenField | 'R' hides a field. | 51 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 62 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 63 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | coding | HiddenField | 'plant' hides a field. | 39 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | HiddenField | 'observerPoles' hides a field. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 66 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 77 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 111 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 153 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | coding | HiddenField | 'plant' hides a field. | 158 |
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 | 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 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter plant should be final. | 36 |
Error | coding | HiddenField | 'plant' hides a field. | 36 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 62 |
Error | coding | HiddenField | 'closedLoopPoles' hides a field. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 74 |
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 100). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | HiddenField | 'closedLoopPoles' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
Error | javadoc | JavadocMethod | Expected @return tag. | 55 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter linearModel should be final. | 53 |
Error | coding | HiddenField | 'linearModel' hides a field. | 53 |
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 92). | 64 |
Error | misc | FinalParameters | Parameter F should be final. | 64 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | misc | FinalParameters | Parameter observer should be final. | 64 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
Error | naming | LocalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 83 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 83 |
Error | misc | FinalParameters | Parameter observerPoles should be final. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 110 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 110 |
Error | misc | FinalParameters | Parameter observerPoles should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 228). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | naming | MemberName | Name 'F1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | naming | MemberName | Name 'F2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
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 | coding | HiddenField | 'plant' hides a field. | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 |
Error | naming | LocalFinalVariableName | Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 85 |
Error | naming | LocalFinalVariableName | Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 87 |
Error | naming | LocalFinalVariableName | Name 'Ae' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalFinalVariableName | Name 'Be' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 89 |
Error | naming | LocalFinalVariableName | Name 'Ce' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | LocalFinalVariableName | Name 'Fe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | misc | FinalParameters | Parameter Qe should be final. | 104 |
Error | coding | HiddenField | 'Qe' hides a field. | 104 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | misc | FinalParameters | Parameter Re should be final. | 104 |
Error | coding | HiddenField | 'Re' hides a field. | 104 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 298). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 48 |
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 | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'Qe' hides a field. | 67 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | coding | HiddenField | 'Re' hides a field. | 67 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | javadoc | JavadocMethod | Expected @return tag. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 297). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | naming | MemberName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | naming | MemberName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 48 |
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 | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'Qe' hides a field. | 67 |
Error | naming | ParameterName | Name 'Qe' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | coding | HiddenField | 'Re' hides a field. | 67 |
Error | naming | ParameterName | Name 'Re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | javadoc | JavadocMethod | Expected @return tag. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 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 | naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
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 | coding | HiddenField | 'plant' hides a field. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | coding | HiddenField | 'Q' hides a field. | 70 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | coding | HiddenField | 'R' hides a field. | 70 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 93 |
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 | sizes | LineLength | Line is longer than 80 characters (found 293). | 30 |
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 | naming | MemberName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | naming | MemberName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
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 | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'Q' hides a field. | 67 |
Error | naming | ParameterName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | coding | HiddenField | 'R' hides a field. | 67 |
Error | naming | ParameterName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 76 |
Error | javadoc | JavadocMethod | Expected @return tag. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Messages should be declared as final. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
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 | coding | HiddenField | 'plant' hides a field. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | coding | HiddenField | 'observerPoles' hides a field. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
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. | 67 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 73 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | naming | LocalFinalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
Error | naming | LocalFinalVariableName | Name 'Jh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 118 |
Error | naming | LocalFinalVariableName | Name 'Bh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | naming | LocalFinalVariableName | Name 'Ch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 120 |
Error | naming | LocalFinalVariableName | Name 'Dh' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 |
Error | coding | HiddenField | 'plant' hides a field. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 230). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter plant 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 | HiddenField | 'plant' hides a field. | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 68 |
Error | coding | HiddenField | 'closedLoopPoles' hides a field. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 80 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 299). | 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 | 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. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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 sunit should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | coding | HiddenField | 'closedLoopPoles' hides a field. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
Error | javadoc | JavadocMethod | Expected @return tag. | 72 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | naming | MemberName | Name 'RATIO_OF_VIEWREGION_MAXVALUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | naming | MemberName | Name 'RATIO_OF_NEGATIVE_POSITIVE_REGION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter linearModel should be final. | 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. | 60 |
Error | coding | HiddenField | 'linearModel' hides a field. | 60 |
Error | misc | FinalParameters | Parameter sunit should be final. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | MagicNumber | '15' is a magic number. | 63 |
Error | coding | MagicNumber | '10' is a magic number. | 63 |
Error | coding | MagicNumber | '4' is a magic number. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | misc | FinalParameters | Parameter F should be final. | 74 |
Error | naming | ParameterName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | misc | FinalParameters | Parameter observer should be final. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalVariableName | Name 'Ah' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 93 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 93 |
Error | misc | FinalParameters | Parameter observerPoles should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | misc | FinalParameters | Parameter closedLoopPoles should be final. | 120 |
Error | misc | FinalParameters | Parameter observerPoles should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | misc | FinalParameters | Parameter sunit should be final. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter sunit should be final. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 89 |
Error | misc | FinalParameters | Parameter sunit should be final. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 111 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 168 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 178 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
Error | coding | HiddenField | 'deadBandWidth' hides a field. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 228 |
Error | coding | MagicNumber | '4' is a magic number. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 234 |
Error | coding | MagicNumber | '3' is a magic number. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 268 |
Error | coding | MagicNumber | '3' is a magic number. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 280 |
Error | coding | MagicNumber | '3' is a magic number. | 283 |
Error | coding | MagicNumber | '4' is a magic number. | 283 |
Error | coding | MagicNumber | '4' is a magic number. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 319 |
Error | javadoc | JavadocMethod | Expected @return tag. | 321 |
Error | misc | FinalParameters | Parameter key should be final. | 321 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 321 |
Error | misc | FinalParameters | Parameter o should be final. | 329 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 345 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 357 |
Error | coding | MagicNumber | '31' is a magic number. | 357 |
Error | coding | MagicNumber | '32' is a magic number. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 358 |
Error | coding | MagicNumber | '31' is a magic number. | 358 |
Error | coding | MagicNumber | '31' is a magic number. | 359 |
Error | coding | MagicNumber | '1231' is a magic number. | 359 |
Error | coding | MagicNumber | '1237' is a magic number. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 360 |
Error | coding | MagicNumber | '31' is a magic number. | 360 |
Error | coding | MagicNumber | '32' is a magic number. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 361 |
Error | coding | MagicNumber | '31' is a magic number. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 362 |
Error | coding | MagicNumber | '31' is a magic number. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 363 |
Error | coding | MagicNumber | '31' is a magic number. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 364 |
Error | coding | MagicNumber | '31' is a magic number. | 364 |
Error | coding | MagicNumber | '31' is a magic number. | 365 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 364). | 32 |
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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | coding | HiddenField | 'gain' hides a field. | 57 |
Error | coding | HiddenField | 'offset' hides a field. | 57 |
Error | misc | FinalParameters | Parameter sunit should be final. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | coding | HiddenField | 'gain' hides a field. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | HiddenField | 'offset' hides a field. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
Error | javadoc | JavadocMethod | Expected @return tag. | 180 |
Error | misc | FinalParameters | Parameter key should be final. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 |
Error | misc | FinalParameters | Parameter o should be final. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
Error | coding | MagicNumber | '31' is a magic number. | 211 |
Error | coding | MagicNumber | '32' is a magic number. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 212 |
Error | coding | MagicNumber | '31' is a magic number. | 212 |
Error | coding | MagicNumber | '32' is a magic number. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 350). | 32 |
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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | coding | HiddenField | 'lowerLimit' hides a field. | 57 |
Error | coding | HiddenField | 'upperLimit' hides a field. | 57 |
Error | misc | FinalParameters | Parameter sunit should be final. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | coding | HiddenField | 'lowerLimit' hides a field. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | coding | HiddenField | 'upperLimit' hides a field. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 202 |
Error | javadoc | JavadocMethod | Expected @return tag. | 204 |
Error | misc | FinalParameters | Parameter key should be final. | 204 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 204 |
Error | misc | FinalParameters | Parameter o should be final. | 212 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 225 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 235 |
Error | coding | MagicNumber | '31' is a magic number. | 235 |
Error | coding | MagicNumber | '32' is a magic number. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 236 |
Error | coding | MagicNumber | '31' is a magic number. | 236 |
Error | coding | MagicNumber | '32' is a magic number. | 236 |
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 | sizes | LineLength | Line is longer than 80 characters (found 144). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 79 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 131 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 159 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | coding | HiddenField | 'deadBandWidth' hides a field. | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 218 |
Error | coding | MagicNumber | '4' is a magic number. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 224 |
Error | coding | MagicNumber | '3' is a magic number. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 239 |
Error | coding | MagicNumber | '3' is a magic number. | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 270 |
Error | coding | MagicNumber | '3' is a magic number. | 273 |
Error | coding | MagicNumber | '4' is a magic number. | 273 |
Error | coding | MagicNumber | '4' is a magic number. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 309 |
Error | javadoc | JavadocMethod | Expected @return tag. | 311 |
Error | misc | FinalParameters | Parameter key should be final. | 311 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 311 |
Error | misc | FinalParameters | Parameter o should be final. | 319 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 347 |
Error | coding | MagicNumber | '31' is a magic number. | 347 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 347 |
Error | coding | MagicNumber | '32' is a magic number. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 348 |
Error | coding | MagicNumber | '31' is a magic number. | 348 |
Error | coding | MagicNumber | '31' is a magic number. | 349 |
Error | coding | MagicNumber | '1231' is a magic number. | 349 |
Error | coding | MagicNumber | '1237' is a magic number. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 350 |
Error | coding | MagicNumber | '31' is a magic number. | 350 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 350 |
Error | coding | MagicNumber | '32' is a magic number. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 351 |
Error | coding | MagicNumber | '31' is a magic number. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 352 |
Error | coding | MagicNumber | '31' is a magic number. | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 353 |
Error | coding | MagicNumber | '31' is a magic number. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 354 |
Error | coding | MagicNumber | '31' is a magic number. | 354 |
Error | coding | MagicNumber | '31' is a magic number. | 355 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | HiddenField | 'gain' hides a field. | 48 |
Error | coding | HiddenField | 'offset' hides a field. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | coding | HiddenField | 'gain' hides a field. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | coding | HiddenField | 'offset' hides a field. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
Error | javadoc | JavadocMethod | Expected @return tag. | 171 |
Error | misc | FinalParameters | Parameter key should be final. | 171 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 171 |
Error | misc | FinalParameters | Parameter o should be final. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 202 |
Error | coding | MagicNumber | '31' is a magic number. | 202 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 202 |
Error | coding | MagicNumber | '32' is a magic number. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 203 |
Error | coding | MagicNumber | '31' is a magic number. | 203 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
Error | coding | MagicNumber | '32' is a magic number. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | coding | MagicNumber | '-0.5' is a magic number. | 39 |
Error | coding | MagicNumber | '0.5' is a magic number. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | HiddenField | 'lowerLimit' hides a field. | 48 |
Error | coding | HiddenField | 'upperLimit' hides a field. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | coding | HiddenField | 'lowerLimit' hides a field. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | coding | HiddenField | 'upperLimit' hides a field. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 193 |
Error | javadoc | JavadocMethod | Expected @return tag. | 195 |
Error | misc | FinalParameters | Parameter key should be final. | 195 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 195 |
Error | misc | FinalParameters | Parameter o should be final. | 203 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 226 |
Error | coding | MagicNumber | '31' is a magic number. | 226 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 226 |
Error | coding | MagicNumber | '32' is a magic number. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 227 |
Error | coding | MagicNumber | '31' is a magic number. | 227 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 227 |
Error | coding | MagicNumber | '32' is a magic number. | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | coding | MagicNumber | '0.5' is a magic number. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | coding | HiddenField | 'interval' hides a field. | 43 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | coding | HiddenField | 'interval' hides a field. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 156 |
Error | javadoc | JavadocMethod | Expected @return tag. | 158 |
Error | misc | FinalParameters | Parameter key should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 158 |
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 | sizes | LineLength | Line is longer than 80 characters (found 147). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | coding | HiddenField | 'rateLowerBound' hides a field. | 62 |
Error | coding | HiddenField | 'rateUpperBound' hides a field. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 113 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | coding | HiddenField | 'rateLowerBound' hides a field. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | coding | HiddenField | 'rateUpperBound' hides a field. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 246 |
Error | javadoc | JavadocMethod | Expected @return tag. | 248 |
Error | misc | FinalParameters | Parameter key should be final. | 248 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 248 |
Error | misc | FinalParameters | Parameter o should be final. | 256 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 282 |
Error | coding | MagicNumber | '31' is a magic number. | 282 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 282 |
Error | coding | MagicNumber | '32' is a magic number. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 283 |
Error | coding | MagicNumber | '31' is a magic number. | 283 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 283 |
Error | coding | MagicNumber | '32' is a magic number. | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 284 |
Error | coding | MagicNumber | '31' is a magic number. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 285 |
Error | coding | MagicNumber | '31' is a magic number. | 285 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 |
Error | coding | MagicNumber | '32' is a magic number. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 286 |
Error | coding | MagicNumber | '31' is a magic number. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 287 |
Error | coding | MagicNumber | '31' is a magic number. | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | HiddenField | 'minimum' hides a field. | 48 |
Error | coding | HiddenField | 'maximum' hides a field. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | coding | HiddenField | 'maximum' hides a field. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 194 |
Error | javadoc | JavadocMethod | Expected @return tag. | 196 |
Error | misc | FinalParameters | Parameter key should be final. | 196 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 196 |
Error | misc | FinalParameters | Parameter o should be final. | 204 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 227 |
Error | coding | MagicNumber | '31' is a magic number. | 227 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 227 |
Error | coding | MagicNumber | '32' is a magic number. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 228 |
Error | coding | MagicNumber | '31' is a magic number. | 228 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 228 |
Error | coding | MagicNumber | '32' is a magic number. | 228 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 351). | 32 |
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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'interval' hides a field. | 52 |
Error | misc | FinalParameters | Parameter sunit should be final. | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | coding | HiddenField | 'interval' hides a field. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 89 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 167 |
Error | misc | FinalParameters | Parameter key should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 353). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | misc | FinalParameters | Parameter sunit should be final. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 71 |
Error | coding | HiddenField | 'rateLowerBound' hides a field. | 71 |
Error | coding | HiddenField | 'rateUpperBound' hides a field. | 71 |
Error | misc | FinalParameters | Parameter sunit should be final. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | coding | HiddenField | 'initialOutput' hides a field. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | coding | HiddenField | 'rateLowerBound' hides a field. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | coding | HiddenField | 'rateUpperBound' hides a field. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 176 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 228 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 255 |
Error | javadoc | JavadocMethod | Expected @return tag. | 257 |
Error | misc | FinalParameters | Parameter key should be final. | 257 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 257 |
Error | misc | FinalParameters | Parameter o should be final. | 265 |
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 | ',' 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 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 291 |
Error | coding | MagicNumber | '31' is a magic number. | 291 |
Error | coding | MagicNumber | '32' is a magic number. | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 292 |
Error | coding | MagicNumber | '31' is a magic number. | 292 |
Error | coding | MagicNumber | '32' is a magic number. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 293 |
Error | coding | MagicNumber | '31' is a magic number. | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 294 |
Error | coding | MagicNumber | '31' is a magic number. | 294 |
Error | coding | MagicNumber | '32' is a magic number. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 295 |
Error | coding | MagicNumber | '31' is a magic number. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 296 |
Error | coding | MagicNumber | '31' is a magic number. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 352). | 32 |
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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | coding | HiddenField | 'minimum' hides a field. | 57 |
Error | coding | HiddenField | 'maximum' hides a field. | 57 |
Error | misc | FinalParameters | Parameter sunit should be final. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 69 |
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 | coding | HiddenField | 'maximum' hides a field. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 203 |
Error | javadoc | JavadocMethod | Expected @return tag. | 205 |
Error | misc | FinalParameters | Parameter key should be final. | 205 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 205 |
Error | misc | FinalParameters | Parameter o should be final. | 213 |
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. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 236 |
Error | coding | MagicNumber | '31' is a magic number. | 236 |
Error | coding | MagicNumber | '32' is a magic number. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 237 |
Error | coding | MagicNumber | '31' is a magic number. | 237 |
Error | coding | MagicNumber | '32' is a magic number. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 339). | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 55 |
Error | misc | FinalParameters | Parameter sunit should be final. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | coding | HiddenField | 'initialState' hides a field. | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | coding | HiddenField | 'state' hides a field. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 157 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 164 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 183 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 184 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 197 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 249 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 261 |
Error | coding | MagicNumber | '31' is a magic number. | 261 |
Error | coding | MagicNumber | '31' is a magic number. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 263 |
Error | coding | MagicNumber | '31' is a magic number. | 263 |
Error | coding | MagicNumber | '32' is a magic number. | 263 |
Error | coding | MagicNumber | '31' is a magic number. | 264 |
Error | coding | MagicNumber | '1231' is a magic number. | 264 |
Error | coding | MagicNumber | '1237' is a magic number. | 264 |
Error | misc | FinalParameters | Parameter o should be final. | 272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 285 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 208). | 287 |
Error | javadoc | JavadocMethod | Expected @return tag. | 293 |
Error | coding | HiddenField | 'stateNumber' hides a field. | 300 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stateNumber'. | 300 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 337). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 45 |
Error | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | javadoc | JavadocMethod | Expected @return tag. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 80 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 104 |
Error | javadoc | JavadocMethod | Expected @return tag. | 106 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 106 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 106 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 120 |
Error | javadoc | JavadocMethod | Expected @return tag. | 132 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 132 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 147 |
Error | javadoc | JavadocMethod | Expected @return tag. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 187 |
Error | coding | MagicNumber | '31' is a magic number. | 187 |
Error | coding | MagicNumber | '32' is a magic number. | 187 |
Error | coding | MagicNumber | '31' is a magic number. | 188 |
Error | coding | MagicNumber | '1231' is a magic number. | 188 |
Error | coding | MagicNumber | '1237' is a magic number. | 188 |
Error | misc | FinalParameters | Parameter o should be final. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 210 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 314). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 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 sunit should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 |
Error | javadoc | JavadocMethod | Expected @return tag. | 67 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | javadoc | JavadocMethod | Expected @return tag. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 124). | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 83). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 178 |
Error | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 178 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 262 |
Error | javadoc | JavadocMethod | Expected @return tag. | 284 |
Error | coding | HiddenField | 'number' hides a field. | 291 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 312). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | javadoc | JavadocMethod | Expected @return tag. | 67 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 67 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 67 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 302). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 45 |
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 | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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. | 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. | 78 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 |
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 | 'typecast' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 89 |
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 | sizes | LineLength | Line is longer than 80 characters (found 84). | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 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 | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 116 |
Error | javadoc | JavadocMethod | Expected @return tag. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 54 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 82 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 320). | 30 |
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 | 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 | 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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | misc | FinalParameters | Parameter sunit should be final. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 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. | 65 |
Error | coding | HiddenField | 'system' hides a field. | 65 |
Error | misc | FinalParameters | Parameter sunit should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 66 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 88 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | misc | FinalParameters | Parameter sunit should be final. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 102 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | misc | FinalParameters | Parameter sunit should be final. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 103 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 111 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 123 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 136 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 151 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | coding | HiddenField | 'system' hides a field. | 153 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 153 |
Error | javadoc | JavadocMethod | Expected @return tag. | 168 |
Error | javadoc | JavadocMethod | Expected @return tag. | 175 |
Error | javadoc | JavadocMethod | Expected @return tag. | 182 |
Error | javadoc | JavadocMethod | Expected @return tag. | 189 |
Error | javadoc | JavadocMethod | Expected @return tag. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 201 |
Error | coding | HiddenField | 'hasVariableA' hides a field. | 203 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
Error | coding | HiddenField | 'hasVariableB' hides a field. | 210 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 215 |
Error | coding | HiddenField | 'hasVariableC' hides a field. | 217 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Error | coding | HiddenField | 'hasVariableD' hides a field. | 224 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 229 |
Error | coding | HiddenField | 'hasVariableE' hides a field. | 231 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 231 |
Error | javadoc | JavadocMethod | Expected @return tag. | 238 |
Error | javadoc | JavadocMethod | Expected @return tag. | 245 |
Error | javadoc | JavadocMethod | Expected @return tag. | 252 |
Error | javadoc | JavadocMethod | Expected @return tag. | 259 |
Error | javadoc | JavadocMethod | Expected @return tag. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 271 |
Error | javadoc | JavadocMethod | Expected @return tag. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 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 | 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 | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 278 |
Error | javadoc | JavadocMethod | Expected @return tag. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 280 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 288 |
Error | javadoc | JavadocMethod | Expected @return tag. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 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 | 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 | JavadocMethod | Expected @param tag for 'opponent'. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 295 |
Error | javadoc | JavadocMethod | Expected @return tag. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 297 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 297 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 305 |
Error | javadoc | JavadocMethod | Expected @return tag. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 312 |
Error | javadoc | JavadocMethod | Expected @return tag. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 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 | ',' 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 | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 314 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 319 |
Error | javadoc | JavadocMethod | Expected @return tag. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 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 | ',' 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 | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 326 |
Error | javadoc | JavadocMethod | Expected @return tag. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 328 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 328 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 333 |
Error | javadoc | JavadocMethod | Expected @return tag. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 335 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 335 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 335 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 335 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 339 |
Error | javadoc | JavadocMethod | Expected @return tag. | 345 |
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 | sizes | LineLength | Line is longer than 80 characters (found 83). | 346 |
Error | javadoc | JavadocMethod | Expected @return tag. | 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 83). | 357 |
Error | javadoc | JavadocMethod | Expected @return tag. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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 | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 364 |
Error | javadoc | JavadocMethod | Expected @return tag. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 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 | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 366 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 367 |
Error | javadoc | JavadocMethod | Expected @return tag. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 378 |
Error | coding | HiddenField | 'tag' hides a field. | 380 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 390 |
Error | coding | MagicNumber | '31' is a magic number. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 395 |
Error | misc | FinalParameters | Parameter o should be final. | 398 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 411 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 412 |
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 | 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 228). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter p should be final. | 54 |
Error | misc | FinalParameters | Parameter i should be final. | 54 |
Error | misc | FinalParameters | Parameter d should be final. | 54 |
Error | misc | FinalParameters | Parameter n should be final. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 142 |
Error | naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter integralPattern should be final. | 164 |
Error | coding | HiddenField | 'integralPattern' hides a field. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | misc | FinalParameters | Parameter filterPattern should be final. | 173 |
Error | coding | HiddenField | 'filterPattern' hides a field. | 173 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | misc | FinalParameters | Parameter pidType should be final. | 182 |
Error | coding | HiddenField | 'pidType' hides a field. | 182 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 297). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 41 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 52 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 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. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
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. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | coding | HiddenField | 'initialState' hides a field. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
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 | coding | HiddenField | 'state' hides a field. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 149 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 156 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 175 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 182 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 |
Error | javadoc | JavadocMethod | Expected @return tag. | 201 |
Error | javadoc | JavadocMethod | Expected @return tag. | 215 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 241 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 252 |
Error | coding | MagicNumber | '31' is a magic number. | 252 |
Error | coding | MagicNumber | '31' is a magic number. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 254 |
Error | coding | MagicNumber | '31' is a magic number. | 254 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 254 |
Error | coding | MagicNumber | '32' is a magic number. | 254 |
Error | coding | MagicNumber | '31' is a magic number. | 255 |
Error | coding | MagicNumber | '1231' is a magic number. | 255 |
Error | coding | MagicNumber | '1237' is a magic number. | 255 |
Error | misc | FinalParameters | Parameter o should be final. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 276 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 208). | 278 |
Error | javadoc | JavadocMethod | Expected @return tag. | 284 |
Error | coding | HiddenField | 'stateNumber' hides a field. | 291 |
Error | javadoc | JavadocMethod | Expected @param tag for 'stateNumber'. | 291 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 136). | 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. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 37 |
Error | javadoc | JavadocMethod | Expected @return tag. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 79 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
Error | javadoc | JavadocMethod | Expected @return tag. | 98 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 98 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 98 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | javadoc | JavadocMethod | Expected @return tag. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 124 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 139 |
Error | javadoc | JavadocMethod | Expected @return tag. | 150 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 179 |
Error | coding | MagicNumber | '31' is a magic number. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
Error | coding | MagicNumber | '32' is a magic number. | 179 |
Error | coding | MagicNumber | '31' is a magic number. | 180 |
Error | coding | MagicNumber | '1231' is a magic number. | 180 |
Error | coding | MagicNumber | '1237' is a magic number. | 180 |
Error | misc | FinalParameters | Parameter o should be final. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 201 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 202 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 |
Error | javadoc | JavadocMethod | Expected @return tag. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 66 |
Error | javadoc | JavadocMethod | Expected @return tag. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 127 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 153 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 170 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 254 |
Error | javadoc | JavadocMethod | Expected @return tag. | 276 |
Error | coding | HiddenField | 'number' hides a field. | 283 |
Error | javadoc | JavadocMethod | Expected @param tag for 'number'. | 283 |
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 118). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 57 |
Error | javadoc | JavadocMethod | Expected @return tag. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 59 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 69 |
Error | javadoc | JavadocMethod | Expected @return tag. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Error | javadoc | JavadocMethod | Expected @param tag for 'k'. | 79 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 81 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 95 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 108 |
Error | javadoc | JavadocMethod | Expected @return tag. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 116 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 35 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 47 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 60 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 116). | 75 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | coding | HiddenField | 'system' hides a field. | 56 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 78 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
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 110). | 91 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 100 |
Error | naming | LocalFinalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | naming | LocalFinalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 110 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 112 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | naming | LocalFinalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 125 |
Error | naming | LocalFinalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 140 |
Error | coding | HiddenField | 'system' hides a field. | 142 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 142 |
Error | javadoc | JavadocMethod | Expected @return tag. | 157 |
Error | javadoc | JavadocMethod | Expected @return tag. | 164 |
Error | javadoc | JavadocMethod | Expected @return tag. | 171 |
Error | javadoc | JavadocMethod | Expected @return tag. | 178 |
Error | javadoc | JavadocMethod | Expected @return tag. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 190 |
Error | coding | HiddenField | 'hasVariableA' hides a field. | 192 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 197 |
Error | coding | HiddenField | 'hasVariableB' hides a field. | 199 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 204 |
Error | coding | HiddenField | 'hasVariableC' hides a field. | 206 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 211 |
Error | coding | HiddenField | 'hasVariableD' hides a field. | 213 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 218 |
Error | coding | HiddenField | 'hasVariableE' hides a field. | 220 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 220 |
Error | javadoc | JavadocMethod | Expected @return tag. | 227 |
Error | javadoc | JavadocMethod | Expected @return tag. | 234 |
Error | javadoc | JavadocMethod | Expected @return tag. | 241 |
Error | javadoc | JavadocMethod | Expected @return tag. | 248 |
Error | javadoc | JavadocMethod | Expected @return tag. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 260 |
Error | javadoc | JavadocMethod | Expected @return tag. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 262 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 267 |
Error | javadoc | JavadocMethod | Expected @return tag. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 269 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 277 |
Error | javadoc | JavadocMethod | Expected @return tag. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 279 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 284 |
Error | javadoc | JavadocMethod | Expected @return tag. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 286 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 286 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 294 |
Error | javadoc | JavadocMethod | Expected @return tag. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 296 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 301 |
Error | javadoc | JavadocMethod | Expected @return tag. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 303 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 308 |
Error | javadoc | JavadocMethod | Expected @return tag. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 310 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 315 |
Error | javadoc | JavadocMethod | Expected @return tag. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 317 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 317 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 322 |
Error | javadoc | JavadocMethod | Expected @return tag. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 324 |
Error | javadoc | JavadocMethod | Expected @param tag for 'feedbackElement'. | 324 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 324 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 324 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 328 |
Error | javadoc | JavadocMethod | Expected @return tag. | 334 |
Error | javadoc | JavadocMethod | Expected @return tag. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 346 |
Error | javadoc | JavadocMethod | Expected @return tag. | 348 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 353 |
Error | javadoc | JavadocMethod | Expected @return tag. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 355 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negative'. | 355 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 356 |
Error | javadoc | JavadocMethod | Expected @return tag. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 367 |
Error | coding | HiddenField | 'tag' hides a field. | 369 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 379 |
Error | coding | MagicNumber | '31' is a magic number. | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 384 |
Error | misc | FinalParameters | Parameter o should be final. | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 400 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 401 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
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 | sizes | LineLength | Line is longer than 80 characters (found 90). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter p should be final. | 36 |
Error | misc | FinalParameters | Parameter i should be final. | 36 |
Error | misc | FinalParameters | Parameter d should be final. | 36 |
Error | misc | FinalParameters | Parameter n should be final. | 36 |
Error | coding | MagicNumber | '-2' is a magic number. | 56 |
Error | coding | MagicNumber | '-2' is a magic number. | 73 |
Error | naming | LocalVariableName | Name 'Gs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | misc | FinalParameters | Parameter integralPattern should be final. | 102 |
Error | coding | HiddenField | 'integralPattern' hides a field. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | misc | FinalParameters | Parameter filterPattern should be final. | 111 |
Error | coding | HiddenField | 'filterPattern' hides a field. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | misc | FinalParameters | Parameter pidType should be final. | 120 |
Error | coding | HiddenField | 'pidType' hides a field. | 120 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 34 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | coding | HiddenField | 'state' hides a field. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 71 |
Error | misc | FinalParameters | Parameter initialState should be final. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 43 |
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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | misc | FinalParameters | Parameter initialState should be final. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
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 | sizes | LineLength | Line is longer than 80 characters (found 122). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | misc | FinalParameters | Parameter obj should be final. | 58 |
Error | coding | HiddenField | 'obj' hides a field. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 68 |
Error | misc | FinalParameters | Parameter k should be final. | 68 |
Error | misc | FinalParameters | Parameter x should be final. | 68 |
Error | misc | FinalParameters | Parameter u should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 84 |
Error | misc | FinalParameters | Parameter k should be final. | 84 |
Error | misc | FinalParameters | Parameter x should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 100 |
Error | misc | FinalParameters | Parameter k should be final. | 100 |
Error | misc | FinalParameters | Parameter x should be final. | 100 |
Error | misc | FinalParameters | Parameter u should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 113 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 115 |
Error | javadoc | JavadocMethod | Expected @return tag. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | misc | FinalParameters | Parameter method should be final. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | FinalParameters | Parameter method should be final. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 151 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 157 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 159 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 167 |
Error | misc | FinalParameters | Parameter name should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 167 |
Error | javadoc | JavadocMethod | Expected @return tag. | 174 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 181 |
Error | misc | FinalParameters | Parameter name should be final. | 181 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 181 |
Error | misc | FinalParameters | Parameter value should be final. | 181 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 181 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
Error | javadoc | JavadocMethod | Expected @return tag. | 188 |
Error | misc | FinalParameters | Parameter name should be final. | 188 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 188 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
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 | sizes | LineLength | Line is longer than 80 characters (found 130). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter sys should be final. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
Error | misc | FinalParameters | Parameter A should be final. | 61 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter B should be final. | 61 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter C should be final. | 61 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | misc | FinalParameters | Parameter D should be final. | 61 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 66 |
Error | javadoc | JavadocMethod | Expected @return tag. | 68 |
Error | misc | FinalParameters | Parameter name should be final. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 68 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 68 |
Error | javadoc | JavadocMethod | Expected @return tag. | 75 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | misc | FinalParameters | Parameter name should be final. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 82 |
Error | misc | FinalParameters | Parameter value should be final. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 82 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
Error | javadoc | JavadocMethod | Expected @return tag. | 89 |
Error | misc | FinalParameters | Parameter name should be final. | 89 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 |
Error | javadoc | JavadocMethod | Expected @return tag. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 110 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 110 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 118 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 118 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 126 |
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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter obj should be final. | 55 |
Error | coding | HiddenField | 'obj' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
Error | misc | FinalParameters | Parameter k should be final. | 65 |
Error | misc | FinalParameters | Parameter u should be final. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 78 |
Error | misc | FinalParameters | Parameter k should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 96 |
Error | javadoc | JavadocMethod | Expected @return tag. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 127 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 129 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 135 |
Error | javadoc | JavadocMethod | Expected @return tag. | 137 |
Error | misc | FinalParameters | Parameter name should be final. | 137 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 137 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 137 |
Error | javadoc | JavadocMethod | Expected @return tag. | 144 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 151 |
Error | misc | FinalParameters | Parameter name should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 151 |
Error | misc | FinalParameters | Parameter value should be final. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 151 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 156 |
Error | javadoc | JavadocMethod | Expected @return tag. | 158 |
Error | misc | FinalParameters | Parameter name should be final. | 158 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 253). | 25 |
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 | 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 | 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 | 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 | 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 | misc | FinalParameters | Parameter sunit should be final. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 266). | 25 |
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 | 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 | 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 | 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 | 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. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter sunit should be final. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | HiddenField | 'state' hides a field. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 265). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 80 |
Error | misc | FinalParameters | Parameter initialState should be final. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | sizes | LineLength | Line is longer than 80 characters (found 264). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | misc | FinalParameters | Parameter sunit should be final. | 31 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 61 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 109 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 |
Error | misc | FinalParameters | Parameter initialState should be final. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 160 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 309). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | misc | FinalParameters | Parameter sunit should be final. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | misc | FinalParameters | Parameter obj should be final. | 67 |
Error | coding | HiddenField | 'obj' hides a field. | 67 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | misc | FinalParameters | Parameter k should be final. | 77 |
Error | misc | FinalParameters | Parameter x should be final. | 77 |
Error | misc | FinalParameters | Parameter u should be final. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 |
Error | misc | FinalParameters | Parameter k should be final. | 93 |
Error | misc | FinalParameters | Parameter x should be final. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 |
Error | misc | FinalParameters | Parameter k should be final. | 109 |
Error | misc | FinalParameters | Parameter x should be final. | 109 |
Error | misc | FinalParameters | Parameter u should be final. | 109 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 124 |
Error | javadoc | JavadocMethod | Expected @return tag. | 131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | misc | FinalParameters | Parameter method should be final. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter method should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 160 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 168 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 174 |
Error | javadoc | JavadocMethod | Expected @return tag. | 176 |
Error | misc | FinalParameters | Parameter name should be final. | 176 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 176 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 176 |
Error | javadoc | JavadocMethod | Expected @return tag. | 183 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 190 |
Error | misc | FinalParameters | Parameter name should be final. | 190 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 190 |
Error | misc | FinalParameters | Parameter value should be final. | 190 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 190 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 195 |
Error | javadoc | JavadocMethod | Expected @return tag. | 197 |
Error | misc | FinalParameters | Parameter name should be final. | 197 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 197 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 219 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 317). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | misc | FinalParameters | Parameter sunit should be final. | 48 |
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 90). | 58 |
Error | misc | FinalParameters | Parameter sys should be final. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | misc | FinalParameters | Parameter sunit should be final. | 58 |
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 83). | 71 |
Error | misc | FinalParameters | Parameter A should be final. | 71 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter B should be final. | 71 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter C should be final. | 71 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter D should be final. | 71 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter sunit should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | javadoc | JavadocMethod | Expected @return tag. | 78 |
Error | misc | FinalParameters | Parameter name should be final. | 78 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 78 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 78 |
Error | javadoc | JavadocMethod | Expected @return tag. | 85 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 92 |
Error | misc | FinalParameters | Parameter name should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 92 |
Error | misc | FinalParameters | Parameter value should be final. | 92 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 92 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 97 |
Error | javadoc | JavadocMethod | Expected @return tag. | 99 |
Error | misc | FinalParameters | Parameter name should be final. | 99 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 106 |
Error | javadoc | JavadocMethod | Expected @return tag. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 120 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 126 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 128 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 128 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 307). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter obj should be final. | 64 |
Error | coding | HiddenField | 'obj' hides a field. | 64 |
Error | misc | FinalParameters | Parameter sunit should be final. | 64 |
Error | misc | FinalParameters | Parameter k should be final. | 74 |
Error | misc | FinalParameters | Parameter u should be final. | 74 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 87 |
Error | misc | FinalParameters | Parameter k should be final. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 105 |
Error | javadoc | JavadocMethod | Expected @return tag. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 130 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 136 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 138 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
Error | javadoc | JavadocMethod | Expected @return tag. | 146 |
Error | misc | FinalParameters | Parameter name should be final. | 146 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 146 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 146 |
Error | javadoc | JavadocMethod | Expected @return tag. | 153 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 160 |
Error | misc | FinalParameters | Parameter name should be final. | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 160 |
Error | misc | FinalParameters | Parameter value should be final. | 160 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 160 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 167 |
Error | misc | FinalParameters | Parameter name should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 167 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 252). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter sunit should be final. | 31 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 229). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 69 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 101 |
Error | misc | FinalParameters | Parameter obj should be final. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 212). | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
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. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 92 |
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 118). | 111 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 137 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
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 | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 199 |
Error | misc | FinalParameters | Parameter obj should be final. | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
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. | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 211 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 214 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 233). | 29 |
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. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 44 |
Error | coding | HiddenField | 'adjacencyMatrix' hides a field. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 122 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 30 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
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 | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 94 |
Error | misc | FinalParameters | Parameter obj should be final. | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 104 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 130 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 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 | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 192 |
Error | misc | FinalParameters | Parameter obj should be final. | 200 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 204 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 207 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
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. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 38 |
Error | coding | HiddenField | 'adjacencyMatrix' hides a field. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 115 |
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 | 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. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 37 |
Error | coding | HiddenField | 'adjacencyMatrix' hides a field. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 31 |
Error | coding | HiddenField | 'adjacencyMatrix' hides a field. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 46 |
Error | coding | HiddenField | 'blockSystem' hides a field. | 46 |
Error | coding | HiddenField | 'matrix' hides a field. | 46 |
Error | coding | HiddenField | 'nodeTmpValue' hides a field. | 46 |
Error | coding | HiddenField | 'minimumNode' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
Error | javadoc | JavadocMethod | Expected @return tag. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'x'. | 57 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 46 |
Error | coding | HiddenField | 'blockSystem' hides a field. | 46 |
Error | coding | HiddenField | 'matrix' hides a field. | 46 |
Error | coding | HiddenField | 'nodeTmpValue' hides a field. | 46 |
Error | coding | HiddenField | 'minimumNode' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 55 |
Error | javadoc | JavadocMethod | Expected @return tag. | 57 |
Error | javadoc | JavadocMethod | Expected @param tag for 'x'. | 57 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 211). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 107 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 84 |
Error | misc | FinalParameters | Parameter obj should be final. | 92 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 221). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 43 |
Error | coding | HiddenField | 'adjacencyMatrix' hides a field. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 235). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter adjacencyMatrix should be final. | 38 |
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 | coding | HiddenField | 'adjacencyMatrix' hides a field. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 261). | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
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 | design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | coding | HiddenField | 'blockSystem' hides a field. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | coding | HiddenField | 'matrix' hides a field. | 56 |
Error | coding | HiddenField | 'nodeTmpValue' hides a field. | 56 |
Error | coding | HiddenField | 'minimumNode' hides a field. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
Error | javadoc | JavadocMethod | Expected @return tag. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'x'. | 68 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 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 116). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 277). | 32 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
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 | design | VisibilityModifier | Variable 'matrix' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | design | VisibilityModifier | Variable 'nodeTmpValue' must be private and have accessor methods. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | design | VisibilityModifier | Variable 'minimumNode' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | design | VisibilityModifier | Variable 'nodeSize' must be private and have accessor methods. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | design | VisibilityModifier | Variable 'blockSystem' must be private and have accessor methods. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | coding | HiddenField | 'blockSystem' hides a field. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | coding | HiddenField | 'matrix' hides a field. | 56 |
Error | coding | HiddenField | 'nodeTmpValue' hides a field. | 56 |
Error | coding | HiddenField | 'minimumNode' hides a field. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 66 |
Error | javadoc | JavadocMethod | Expected @return tag. | 68 |
Error | javadoc | JavadocMethod | Expected @param tag for 'x'. | 68 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolverStopException'. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 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 116). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 216). | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 91 |
Error | misc | FinalParameters | Parameter obj should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 185 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 187 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 202 |
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 86). | 255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 295 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | misc | FinalParameters | Parameter opponent should be final. | 315 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 336 |
Error | coding | MagicNumber | '31' is a magic number. | 336 |
Error | coding | MagicNumber | '31' is a magic number. | 337 |
Error | coding | MagicNumber | '31' is a magic number. | 338 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 365 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 367 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 375 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 384 |
Error | coding | HiddenField | 'row' hides a field. | 384 |
Error | coding | HiddenField | 'column' hides a field. | 384 |
Error | misc | FinalParameters | Parameter opponent should be final. | 393 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | coding | MagicNumber | '31' is a magic number. | 415 |
Error | coding | MagicNumber | '31' is a magic number. | 416 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 425 |
Error | misc | FinalParameters | Parameter columnMin should be final. | 425 |
Error | misc | FinalParameters | Parameter columnMax should be final. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 430 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 433 |
Error | misc | FinalParameters | Parameter columnIndex should be final. | 433 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 441 |
Error | misc | FinalParameters | Parameter rowMin should be final. | 441 |
Error | misc | FinalParameters | Parameter rowMax should be final. | 441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 446 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 449 |
Error | misc | FinalParameters | Parameter rowIndex should be final. | 449 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 324). | 32 |
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 | 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 | 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 | 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 | 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 | 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. | 34 |
Error | misc | FinalParameters | Parameter sunit should be final. | 38 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 293). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | coding | HiddenField | 'bias' hides a field. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 91 |
Error | javadoc | JavadocMethod | Expected @return tag. | 93 |
Error | misc | FinalParameters | Parameter key should be final. | 93 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 93 |
Error | misc | FinalParameters | Parameter opponent should be final. | 101 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 115 |
Error | coding | MagicNumber | '31' is a magic number. | 124 |
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 | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
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. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 363). | 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 | 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. | 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 | 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. | 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 | 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. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter sunit should be final. | 79 |
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 85). | 93 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 113 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 152 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 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 | 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 | SimplifyBooleanExpression | Expression can be simplified. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 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. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 257 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 273 |
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 | javadoc | JavadocMethod | Expected @param tag for 'system'. | 275 |
Error | javadoc | JavadocMethod | Expected @return tag. | 284 |
Error | javadoc | JavadocMethod | Expected @return tag. | 291 |
Error | javadoc | JavadocMethod | Expected @return tag. | 298 |
Error | javadoc | JavadocMethod | Expected @return tag. | 305 |
Error | javadoc | JavadocMethod | Expected @return tag. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 317 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 319 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 324 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 326 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 331 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 333 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 338 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 345 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 347 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 347 |
Error | javadoc | JavadocMethod | Expected @return tag. | 354 |
Error | javadoc | JavadocMethod | Expected @return tag. | 361 |
Error | javadoc | JavadocMethod | Expected @return tag. | 368 |
Error | javadoc | JavadocMethod | Expected @return tag. | 375 |
Error | javadoc | JavadocMethod | Expected @return tag. | 382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 387 |
Error | javadoc | JavadocMethod | Expected @return tag. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 389 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 394 |
Error | javadoc | JavadocMethod | Expected @return tag. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 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. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 396 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 396 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 401 |
Error | javadoc | JavadocMethod | Expected @return tag. | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 403 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 408 |
Error | javadoc | JavadocMethod | Expected @return tag. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 410 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 410 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 415 |
Error | javadoc | JavadocMethod | Expected @return tag. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 417 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 417 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 422 |
Error | javadoc | JavadocMethod | Expected @return tag. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 424 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 424 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 429 |
Error | javadoc | JavadocMethod | Expected @return tag. | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 436 |
Error | javadoc | JavadocMethod | Expected @return tag. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 438 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 438 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 443 |
Error | javadoc | JavadocMethod | Expected @return tag. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 445 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 445 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 445 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 445 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 446 |
Error | javadoc | JavadocMethod | Expected @return tag. | 452 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 452 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 453 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 455 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 461 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 464 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 469 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 469 |
Error | javadoc | JavadocMethod | Expected @return tag. | 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 | sizes | LineLength | Line is longer than 80 characters (found 83). | 487 |
Error | javadoc | JavadocMethod | Expected @return tag. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 489 |
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 | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 494 |
Error | javadoc | JavadocMethod | Expected @return tag. | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 496 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 496 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 496 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 497 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 499 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 503 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 503 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 508 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 512 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 517 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 528 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 534 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 535 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 536 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 537 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 540 |
Error | sizes | LineLength | Line is longer than 80 characters (found 241). | 548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 548 |
Error | javadoc | JavadocMethod | Expected @return tag. | 558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 558 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 563 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 568 |
Error | javadoc | JavadocMethod | Expected @return tag. | 575 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 580 |
Error | coding | HiddenField | 'expression' hides a field. | 582 |
Error | javadoc | JavadocMethod | Expected @param tag for 'expression'. | 582 |
Error | javadoc | JavadocMethod | Expected @return tag. | 589 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 594 |
Error | coding | HiddenField | 'tag' hides a field. | 596 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 596 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 600 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 602 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 609 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 611 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 618 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 620 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 627 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 629 |
Error | coding | HiddenField | 'singleTerm' hides a field. | 632 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 641 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 643 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 664 |
Error | coding | MagicNumber | '31' is a magic number. | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 665 |
Error | coding | MagicNumber | '31' is a magic number. | 665 |
Error | coding | MagicNumber | '31' is a magic number. | 666 |
Error | coding | MagicNumber | '1231' is a magic number. | 666 |
Error | coding | MagicNumber | '1237' is a magic number. | 666 |
Error | coding | MagicNumber | '31' is a magic number. | 667 |
Error | coding | MagicNumber | '31' is a magic number. | 668 |
Error | coding | MagicNumber | '1231' is a magic number. | 668 |
Error | coding | MagicNumber | '1237' is a magic number. | 668 |
Error | javadoc | JavadocMethod | Expected @return tag. | 675 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 676 |
Error | javadoc | JavadocMethod | Expected @return tag. | 682 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 682 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 684 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 685 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 685 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 685 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 689 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 690 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 690 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 697 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 698 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 709 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 711 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 711 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reversePolishNotationSymbolStack'. | 711 |
Error | javadoc | JavadocMethod | Expected @return tag. | 718 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 718 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 723 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 725 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 730 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 732 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 732 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbols'. | 732 |
Error | javadoc | JavadocMethod | Expected @return tag. | 739 |
Error | javadoc | JavadocMethod | Expected @return tag. | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 751 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 758 |
Error | javadoc | JavadocMethod | Expected @return tag. | 760 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 760 |
Error | javadoc | JavadocMethod | Expected @param tag for 'operator'. | 760 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 761 |
Error | coding | HiddenField | 'isNegative' hides a field. | 773 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isNegative'. | 773 |
Error | javadoc | JavadocMethod | Expected @return tag. | 780 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 780 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 781 |
Error | javadoc | JavadocMethod | Expected @return tag. | 790 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 795 |
Error | javadoc | JavadocMethod | Expected @return tag. | 797 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 797 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 797 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 797 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 797 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 802 |
Error | javadoc | JavadocMethod | Expected @return tag. | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 804 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 804 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 804 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 804 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 805 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 808 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 810 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 813 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 815 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 816 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 816 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 817 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 817 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 838 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 839 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 846 |
Error | misc | FinalParameters | Parameter value should be final. | 846 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 847 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 847 |
Error | javadoc | JavadocMethod | Expected @return tag. | 855 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 855 |
Error | javadoc | JavadocMethod | Expected @param tag for 'size'. | 855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 856 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 862 |
Error | javadoc | JavadocMethod | Expected @return tag. | 864 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 864 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 864 |
Error | javadoc | JavadocMethod | Expected @param tag for 'size'. | 864 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 865 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 865 |
Error | misc | FinalParameters | Parameter isVariable should be final. | 873 |
Error | coding | HiddenField | 'isVariable' hides a field. | 873 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isVariable'. | 873 |
Error | javadoc | JavadocMethod | Expected @return tag. | 880 |
Error | javadoc | JavadocMethod | Expected @return tag. | 887 |
Error | javadoc | JavadocMethod | Expected @return tag. | 894 |
Error | javadoc | JavadocMethod | Expected @return tag. | 901 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 919 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 927 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 935 |
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 250). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 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. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | coding | HiddenField | 'outputNumber' hides a field. | 44 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
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 | coding | HiddenField | 'group' hides a field. | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | coding | HiddenField | 'offset' hides a field. | 123 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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 | 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 | 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 86). | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 179 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 |
Error | misc | FinalParameters | Parameter o should be final. | 190 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 204 |
Error | coding | MagicNumber | '31' is a magic number. | 213 |
Error | coding | MagicNumber | '31' is a magic number. | 214 |
Error | coding | MagicNumber | '31' is a magic number. | 215 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 32 |
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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
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. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 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. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 66 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | coding | HiddenField | 'bias' hides a field. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 83 |
Error | javadoc | JavadocMethod | Expected @return tag. | 85 |
Error | misc | FinalParameters | Parameter key should be final. | 85 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 85 |
Error | misc | FinalParameters | Parameter opponent should be final. | 93 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | coding | MagicNumber | '31' is a magic number. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
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. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 138 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 146 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 157 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 174 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 207 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 215 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
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 109). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 244 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 267 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 269 |
Error | javadoc | JavadocMethod | Expected @return tag. | 278 |
Error | javadoc | JavadocMethod | Expected @return tag. | 285 |
Error | javadoc | JavadocMethod | Expected @return tag. | 292 |
Error | javadoc | JavadocMethod | Expected @return tag. | 299 |
Error | javadoc | JavadocMethod | Expected @return tag. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 311 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 313 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableA'. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 318 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 320 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableB'. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 325 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 327 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableC'. | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 332 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableD'. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 339 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 341 |
Error | javadoc | JavadocMethod | Expected @param tag for 'hasVariableE'. | 341 |
Error | javadoc | JavadocMethod | Expected @return tag. | 348 |
Error | javadoc | JavadocMethod | Expected @return tag. | 355 |
Error | javadoc | JavadocMethod | Expected @return tag. | 362 |
Error | javadoc | JavadocMethod | Expected @return tag. | 369 |
Error | javadoc | JavadocMethod | Expected @return tag. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 381 |
Error | javadoc | JavadocMethod | Expected @return tag. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 383 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 388 |
Error | javadoc | JavadocMethod | Expected @return tag. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 390 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 390 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 395 |
Error | javadoc | JavadocMethod | Expected @return tag. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 397 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 397 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 402 |
Error | javadoc | JavadocMethod | Expected @return tag. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 404 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 404 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 409 |
Error | javadoc | JavadocMethod | Expected @return tag. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 411 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 416 |
Error | javadoc | JavadocMethod | Expected @return tag. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 418 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 418 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 423 |
Error | javadoc | JavadocMethod | Expected @return tag. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 425 |
Error | javadoc | JavadocMethod | Expected @param tag for 'system'. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 430 |
Error | javadoc | JavadocMethod | Expected @return tag. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 432 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 432 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 437 |
Error | javadoc | JavadocMethod | Expected @return tag. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 439 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 439 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 439 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 440 |
Error | javadoc | JavadocMethod | Expected @return tag. | 446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 447 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 455 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 458 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 460 |
Error | javadoc | JavadocMethod | Expected @return tag. | 476 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 481 |
Error | javadoc | JavadocMethod | Expected @return tag. | 483 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 483 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 488 |
Error | javadoc | JavadocMethod | Expected @return tag. | 490 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 490 |
Error | javadoc | JavadocMethod | Expected @param tag for 'negativeFeedback'. | 490 |
Error | javadoc | JavadocMethod | Expected @param tag for 'simplify'. | 490 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 491 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 493 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 497 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 502 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 504 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 506 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 511 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 528 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 530 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 534 |
Error | sizes | LineLength | Line is longer than 80 characters (found 222). | 542 |
Error | javadoc | JavadocMethod | Expected @return tag. | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 557 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 557 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | javadoc | JavadocMethod | Expected @return tag. | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 574 |
Error | coding | HiddenField | 'expression' hides a field. | 576 |
Error | javadoc | JavadocMethod | Expected @param tag for 'expression'. | 576 |
Error | javadoc | JavadocMethod | Expected @return tag. | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 588 |
Error | coding | HiddenField | 'tag' hides a field. | 590 |
Error | javadoc | JavadocMethod | Expected @param tag for 'tag'. | 590 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 594 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 596 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 621 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 623 |
Error | coding | HiddenField | 'singleTerm' hides a field. | 626 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 635 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 637 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 658 |
Error | coding | MagicNumber | '31' is a magic number. | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 659 |
Error | coding | MagicNumber | '31' is a magic number. | 659 |
Error | coding | MagicNumber | '31' is a magic number. | 660 |
Error | coding | MagicNumber | '1231' is a magic number. | 660 |
Error | coding | MagicNumber | '1237' is a magic number. | 660 |
Error | coding | MagicNumber | '31' is a magic number. | 661 |
Error | coding | MagicNumber | '31' is a magic number. | 662 |
Error | coding | MagicNumber | '1231' is a magic number. | 662 |
Error | coding | MagicNumber | '1237' is a magic number. | 662 |
Error | javadoc | JavadocMethod | Expected @return tag. | 669 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 670 |
Error | javadoc | JavadocMethod | Expected @return tag. | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 676 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 676 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 678 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 679 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 679 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 683 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 683 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 684 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 684 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 691 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 691 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 692 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 694 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 703 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 705 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 705 |
Error | javadoc | JavadocMethod | Expected @param tag for 'reversePolishNotationSymbolStack'. | 705 |
Error | javadoc | JavadocMethod | Expected @return tag. | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 712 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 719 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 719 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbol'. | 719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 724 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 726 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 726 |
Error | javadoc | JavadocMethod | Expected @param tag for 'symbols'. | 726 |
Error | javadoc | JavadocMethod | Expected @return tag. | 733 |
Error | javadoc | JavadocMethod | Expected @return tag. | 740 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 752 |
Error | javadoc | JavadocMethod | Expected @return tag. | 754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 234). | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 754 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 754 |
Error | javadoc | JavadocMethod | Expected @param tag for 'operator'. | 754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 755 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 755 |
Error | coding | HiddenField | 'isNegative' hides a field. | 767 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isNegative'. | 767 |
Error | javadoc | JavadocMethod | Expected @return tag. | 774 |
Error | javadoc | JavadocMethod | Expected @return tag. | 784 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 789 |
Error | javadoc | JavadocMethod | Expected @return tag. | 791 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 791 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 791 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 791 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 791 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 792 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 796 |
Error | javadoc | JavadocMethod | Expected @return tag. | 798 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 798 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 798 |
Error | javadoc | JavadocMethod | Expected @param tag for 'opponent'. | 798 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 799 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 802 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 807 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 809 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 809 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 810 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 810 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 811 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 811 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 832 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 833 |
Error | sizes | LineLength | Line is longer than 80 characters (found 206). | 834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 840 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 840 |
Error | misc | FinalParameters | Parameter value should be final. | 840 |
Error | javadoc | JavadocMethod | Expected @return tag. | 849 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 849 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 849 |
Error | javadoc | JavadocMethod | Expected @param tag for 'size'. | 849 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 856 |
Error | javadoc | JavadocMethod | Expected @return tag. | 858 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 858 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 858 |
Error | javadoc | JavadocMethod | Expected @param tag for 'size'. | 858 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 859 |
Error | misc | FinalParameters | Parameter isVariable should be final. | 867 |
Error | coding | HiddenField | 'isVariable' hides a field. | 867 |
Error | javadoc | JavadocMethod | Expected @param tag for 'isVariable'. | 867 |
Error | javadoc | JavadocMethod | Expected @return tag. | 874 |
Error | javadoc | JavadocMethod | Expected @return tag. | 881 |
Error | javadoc | JavadocMethod | Expected @return tag. | 888 |
Error | javadoc | JavadocMethod | Expected @return tag. | 895 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 921 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 929 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
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. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
Error | coding | HiddenField | 'outputNumber' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | HiddenField | 'group' hides a field. | 65 |
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 | whitespace | ParenPad | '(' is followed by whitespace. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | coding | HiddenField | 'offset' hides a field. | 115 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 153 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | misc | FinalParameters | Parameter o should be final. | 182 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 196 |
Error | coding | MagicNumber | '31' is a magic number. | 205 |
Error | coding | MagicNumber | '31' is a magic number. | 206 |
Error | coding | MagicNumber | '31' is a magic number. | 207 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 94 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | coding | MagicNumber | '10' is a magic number. | 31 |
Error | coding | MagicNumber | '11' is a magic number. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | coding | MagicNumber | '10' is a magic number. | 35 |
Error | coding | MagicNumber | '11' is a magic number. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 122 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | coding | HiddenField | 'inputData' hides a field. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 177 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 179 |
Error | coding | HiddenField | 'outputData' hides a field. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 196 |
Error | javadoc | JavadocMethod | Expected @return tag. | 198 |
Error | misc | FinalParameters | Parameter key should be final. | 198 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 198 |
Error | misc | FinalParameters | Parameter opponent should be final. | 206 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 230 |
Error | coding | MagicNumber | '31' is a magic number. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 231 |
Error | coding | MagicNumber | '31' is a magic number. | 231 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 242 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | HiddenField | 'type' hides a field. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | coding | MagicNumber | '10' is a magic number. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 135 |
Error | javadoc | JavadocMethod | Expected @return tag. | 137 |
Error | misc | FinalParameters | Parameter key should be final. | 137 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter type should be final. | 164 |
Error | coding | HiddenField | 'type' hides a field. | 164 |
Error | misc | FinalParameters | Parameter o should be final. | 172 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 186 |
Error | coding | MagicNumber | '31' is a magic number. | 195 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 204 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
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. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | coding | HiddenField | 'inputNumber' hides a field. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'group' hides a field. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | coding | HiddenField | 'offset' hides a field. | 107 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 120 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 155 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
Error | misc | FinalParameters | Parameter o should be final. | 184 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 198 |
Error | coding | MagicNumber | '31' is a magic number. | 207 |
Error | coding | MagicNumber | '31' is a magic number. | 208 |
Error | coding | MagicNumber | '31' is a magic number. | 209 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 94 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 68 |
Error | misc | FinalParameters | Parameter opponent should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 |
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 | 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. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | HiddenField | 'multipliers' hides a field. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | coding | HiddenField | 'multipliers' hides a field. | 79 |
Error | misc | FinalParameters | Parameter o should be final. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 139 |
Error | coding | MagicNumber | '31' is a magic number. | 139 |
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 | sizes | LineLength | Line is longer than 80 characters (found 82). | 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. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | coding | HiddenField | 'multipliers' hides a field. | 43 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 78 |
Error | coding | HiddenField | 'multipliers' hides a field. | 81 |
Error | misc | FinalParameters | Parameter o should be final. | 101 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
Error | coding | MagicNumber | '31' is a magic number. | 124 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | coding | HiddenField | 'type' hides a field. | 53 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 101 |
Error | javadoc | JavadocMethod | Expected @return tag. | 103 |
Error | misc | FinalParameters | Parameter key should be final. | 103 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter o should be final. | 120 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 134 |
Error | coding | MagicNumber | '31' is a magic number. | 143 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 152 |
Error | misc | FinalParameters | Parameter t should be final. | 161 |
Error | misc | FinalParameters | Parameter u should be final. | 161 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 178 |
Error | misc | FinalParameters | Parameter t1 should be final. | 178 |
Error | misc | FinalParameters | Parameter u1 should be final. | 178 |
Error | misc | FinalParameters | Parameter t2 should be final. | 178 |
Error | misc | FinalParameters | Parameter u2 should be final. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 203 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 40 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 69 |
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. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | misc | FinalParameters | Parameter type should be final. | 66 |
Error | coding | HiddenField | 'type' hides a field. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | coding | HiddenField | 'type' hides a field. | 75 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 153 |
Error | javadoc | JavadocMethod | Expected @return tag. | 155 |
Error | misc | FinalParameters | Parameter key should be final. | 155 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 155 |
Error | misc | FinalParameters | Parameter o should be final. | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 177 |
Error | coding | MagicNumber | '31' is a magic number. | 186 |
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. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
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. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter inputSize should be final. | 46 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 46 |
Error | misc | FinalParameters | Parameter opponent should be final. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 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. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter inputSize should be final. | 42 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter gain should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
Error | misc | FinalParameters | Parameter name should be final. | 59 |
Error | javadoc | JavadocMethod | Expected @return tag. | 66 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 71 |
Error | javadoc | JavadocMethod | Expected @return tag. | 73 |
Error | misc | FinalParameters | Parameter name should be final. | 73 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 73 |
Error | javadoc | JavadocMethod | Expected @return tag. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 85 |
Error | misc | FinalParameters | Parameter method should be final. | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 87 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
Error | misc | FinalParameters | Parameter name should be final. | 95 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 95 |
Error | misc | FinalParameters | Parameter value should be final. | 95 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 95 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 100 |
Error | misc | FinalParameters | Parameter klass should be final. | 102 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 107 |
Error | misc | FinalParameters | Parameter method should be final. | 109 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 109 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 109 |
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. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 292). | 34 |
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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 38 |
Error | coding | MagicNumber | '10' is a magic number. | 38 |
Error | coding | MagicNumber | '11' is a magic number. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 42 |
Error | coding | MagicNumber | '10' is a magic number. | 42 |
Error | coding | MagicNumber | '11' is a magic number. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 79 |
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 90). | 94 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | coding | HiddenField | 'inputData' hides a field. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | coding | HiddenField | 'outputData' hides a field. | 194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 208 |
Error | javadoc | JavadocMethod | Expected @return tag. | 210 |
Error | misc | FinalParameters | Parameter key should be final. | 210 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 210 |
Error | misc | FinalParameters | Parameter opponent should be final. | 218 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 242 |
Error | coding | MagicNumber | '31' is a magic number. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 243 |
Error | coding | MagicNumber | '31' is a magic number. | 243 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 251 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 254 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 301). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | coding | HiddenField | 'type' hides a field. | 57 |
Error | misc | FinalParameters | Parameter sunit should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | coding | MagicNumber | '10' is a magic number. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 144 |
Error | javadoc | JavadocMethod | Expected @return tag. | 146 |
Error | misc | FinalParameters | Parameter key should be final. | 146 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 170 |
Error | misc | FinalParameters | Parameter type should be final. | 173 |
Error | coding | HiddenField | 'type' hides a field. | 173 |
Error | misc | FinalParameters | Parameter o should be final. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 195 |
Error | coding | MagicNumber | '31' is a magic number. | 204 |
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 94). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | coding | HiddenField | 'name' hides a field. | 58 |
Error | coding | HiddenField | 'function' hides a field. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
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 248). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 45 |
Error | coding | HiddenField | 'inputNumber' hides a field. | 45 |
Error | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
Error | coding | HiddenField | 'group' hides a field. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | coding | HiddenField | 'offset' hides a field. | 115 |
Error | naming | LocalFinalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 128 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 152 |
Error | misc | FinalParameters | Parameter u should be final. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 162 |
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 | sizes | LineLength | Line is longer than 80 characters (found 82). | 181 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 189 |
Error | misc | FinalParameters | Parameter o should be final. | 192 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 205 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 206 |
Error | coding | MagicNumber | '31' is a magic number. | 215 |
Error | coding | MagicNumber | '31' is a magic number. | 216 |
Error | coding | MagicNumber | '31' is a magic number. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 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 | 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 | 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 | 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 | 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. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 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. | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
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 | sizes | LineLength | Line is longer than 80 characters (found 255). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter sunit should be final. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | misc | FinalParameters | Parameter opponent should be final. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
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 | sizes | LineLength | Line is longer than 80 characters (found 83). | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
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 | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 134 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 256). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | HiddenField | 'multipliers' hides a field. | 49 |
Error | misc | FinalParameters | Parameter sunit should be final. | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | coding | HiddenField | 'multipliers' hides a field. | 88 |
Error | misc | FinalParameters | Parameter o should be final. | 125 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 148 |
Error | coding | MagicNumber | '31' is a magic number. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 269). | 32 |
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 | 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 | 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 | 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 | 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. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'multipliers' hides a field. | 52 |
Error | misc | FinalParameters | Parameter sunit should be final. | 52 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 68 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | coding | HiddenField | 'multipliers' hides a field. | 90 |
Error | misc | FinalParameters | Parameter o should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 123 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 133 |
Error | coding | MagicNumber | '31' is a magic number. | 133 |
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. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 346). | 34 |
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 | 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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 100). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
Error | coding | HiddenField | 'type' hides a field. | 62 |
Error | misc | FinalParameters | Parameter sunit should be final. | 62 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 110 |
Error | javadoc | JavadocMethod | Expected @return tag. | 112 |
Error | misc | FinalParameters | Parameter key should be final. | 112 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | misc | FinalParameters | Parameter o should be final. | 129 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 143 |
Error | coding | MagicNumber | '31' is a magic number. | 152 |
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 86). | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 161 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 |
Error | misc | FinalParameters | Parameter t should be final. | 170 |
Error | misc | FinalParameters | Parameter u should be final. | 170 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 |
Error | misc | FinalParameters | Parameter t1 should be final. | 187 |
Error | misc | FinalParameters | Parameter u1 should be final. | 187 |
Error | misc | FinalParameters | Parameter t2 should be final. | 187 |
Error | misc | FinalParameters | Parameter u2 should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | coding | HiddenField | 'name' hides a field. | 36 |
Error | coding | HiddenField | 'function' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 322). | 32 |
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 | 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 | 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 | 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 | 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 | 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. | 34 |
Error | misc | FinalParameters | Parameter sunit should be final. | 38 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 302). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | HiddenField | 'type' hides a field. | 41 |
Error | misc | FinalParameters | Parameter sunit should be final. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | misc | FinalParameters | Parameter sunit should be final. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter type should be final. | 88 |
Error | coding | HiddenField | 'type' hides a field. | 88 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 164 |
Error | javadoc | JavadocMethod | Expected @return tag. | 166 |
Error | misc | FinalParameters | Parameter key should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 166 |
Error | misc | FinalParameters | Parameter o should be final. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 188 |
Error | coding | MagicNumber | '31' is a magic number. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | coding | HiddenField | 'name' hides a field. | 54 |
Error | coding | HiddenField | 'function' hides a field. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
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. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 267). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 247). | 25 |
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 | 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 | 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 | 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 | 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 | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter inputSize should be final. | 55 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 55 |
Error | misc | FinalParameters | Parameter sunit should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | misc | FinalParameters | Parameter opponent should be final. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 291). | 32 |
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 | 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 | 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 | 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 | 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. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter inputSize should be final. | 50 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 50 |
Error | misc | FinalParameters | Parameter sunit should be final. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | misc | FinalParameters | Parameter gain should be final. | 60 |
Error | misc | FinalParameters | Parameter sunit should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 65 |
Error | misc | FinalParameters | Parameter name should be final. | 68 |
Error | javadoc | JavadocMethod | Expected @return tag. | 75 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
Error | javadoc | JavadocMethod | Expected @return tag. | 82 |
Error | misc | FinalParameters | Parameter name should be final. | 82 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 82 |
Error | javadoc | JavadocMethod | Expected @return tag. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 94 |
Error | misc | FinalParameters | Parameter method should be final. | 96 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 96 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
Error | misc | FinalParameters | Parameter name should be final. | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 104 |
Error | misc | FinalParameters | Parameter value should be final. | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 104 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 109 |
Error | misc | FinalParameters | Parameter klass should be final. | 111 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 116 |
Error | misc | FinalParameters | Parameter method should be final. | 118 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 118 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 48 |
Error | misc | FinalParameters | Parameter system should be final. | 48 |
Error | coding | HiddenField | 'system' hides a field. | 48 |
Error | coding | HiddenField | 'value' hides a field. | 48 |
Error | coding | HiddenField | 'anotation' hides a field. | 48 |
Error | coding | HiddenField | 'name' hides a field. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter value should be final. | 95 |
Error | coding | HiddenField | 'value' hides a field. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 99 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | coding | HiddenField | 'expression' hides a field. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | coding | HiddenField | 'value' hides a field. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 155 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 178 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | coding | HiddenField | 'value' hides a field. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 236 |
Error | coding | HiddenField | 'value' hides a field. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 279 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 281 |
Error | coding | HiddenField | 'value' hides a field. | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 314 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 325 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 327 |
Error | coding | HiddenField | 'value' hides a field. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 336 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 348 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 359 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 370 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 372 |
Error | coding | HiddenField | 'value' hides a field. | 376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 381 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 394 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 405 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | coding | HiddenField | 'value' hides a field. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 427 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 442 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 451 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | coding | HiddenField | 'value' hides a field. | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 473 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 486 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 505 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 507 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 514 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 516 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 523 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 525 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 532 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 534 |
Error | misc | FinalParameters | Parameter o should be final. | 545 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 555 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 556 |
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 557 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 558 |
Error | coding | MagicNumber | '31' is a magic number. | 569 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 570 |
Error | coding | MagicNumber | '31' is a magic number. | 570 |
Error | coding | MagicNumber | '31' is a magic number. | 571 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 572 |
Error | coding | MagicNumber | '31' is a magic number. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 593 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 598 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 601 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 604 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 610 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 620 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 622 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 636 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 638 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 642 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 646 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 650 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 650 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 658 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 660 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 665 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 665 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 669 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 670 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 675 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 676 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 710 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 714 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 716 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 726 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 736 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 738 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 745 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 747 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 752 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 757 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Messages should be declared as final. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter message should be final. | 50 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter message should be final. | 50 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
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 | sizes | LineLength | Line is longer than 80 characters (found 274). | 30 |
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 | 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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 55 |
Error | misc | FinalParameters | Parameter system should be final. | 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 |
Error | coding | HiddenField | 'system' hides a field. | 55 |
Error | coding | HiddenField | 'value' hides a field. | 55 |
Error | coding | HiddenField | 'anotation' hides a field. | 55 |
Error | coding | HiddenField | 'name' hides a field. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | misc | FinalParameters | Parameter value should be final. | 102 |
Error | coding | HiddenField | 'value' hides a field. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 106 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | coding | HiddenField | 'expression' hides a field. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | coding | HiddenField | 'value' hides a field. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 185 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | coding | HiddenField | 'value' hides a field. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 230 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 243 |
Error | coding | HiddenField | 'value' hides a field. | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 252 |
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 88). | 275 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 288 |
Error | coding | HiddenField | 'value' hides a field. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 297 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 321 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 334 |
Error | coding | HiddenField | 'value' hides a field. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 355 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 366 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 377 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 379 |
Error | coding | HiddenField | 'value' hides a field. | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 388 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 412 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 425 |
Error | coding | HiddenField | 'value' hides a field. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 434 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 447 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 458 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 469 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | coding | HiddenField | 'value' hides a field. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 496 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 497 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 501 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 512 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 514 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 521 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 523 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 530 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 532 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 539 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 541 |
Error | misc | FinalParameters | Parameter o should be final. | 552 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 562 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 221). | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 565 |
Error | coding | MagicNumber | '31' is a magic number. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 577 |
Error | coding | MagicNumber | '31' is a magic number. | 577 |
Error | coding | MagicNumber | '31' is a magic number. | 578 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 579 |
Error | coding | MagicNumber | '31' is a magic number. | 579 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 605 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 608 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 611 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 613 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 617 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 627 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 629 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 643 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 645 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 649 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 657 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 657 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 665 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 667 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 672 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 672 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 676 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 682 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 683 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 702 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 704 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 717 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 721 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 723 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 733 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 745 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 752 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 754 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 759 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 764 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter message should be final. | 50 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter message should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter cause should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter message should be final. | 50 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | coding | HiddenField | 'name' hides a field. | 38 |
Error | coding | HiddenField | 'unit' hides a field. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
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 | 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 |
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. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 130 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 168 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 172 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 180 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 202 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 206 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 216 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 220 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 222 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 228 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 238 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 244 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 250 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 258 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 264 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 272 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 280 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 284 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 286 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 296 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 302 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 304 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 306 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 308 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 312 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 314 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 316 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 318 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 320 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 322 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 324 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 326 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 328 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 330 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 334 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 336 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 340 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 342 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 344 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 347 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 350 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 352 |
Error | coding | HiddenField | 'degree' hides a field. | 355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 387 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 390 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 392 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 396 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 430 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 437 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 437 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 449 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | coding | HiddenField | 'units' hides a field. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 36 |
Error | naming | ConstantName | Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | naming | ConstantName | Name 'variableList' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
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. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 77 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 180 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 188 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 189 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 191 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 201 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 203 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 25 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | misc | FinalParameters | Parameter operand should be final. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 207). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | naming | ConstantName | Name 'lineSeparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | naming | ConstantName | Name 'variableList' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 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. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 83 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
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). | 186 |
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 91). | 189 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 190 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 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 | whitespace | WhitespaceAfter | 'typecast' 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 194 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 197 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 207 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 269). | 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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | misc | FinalParameters | Parameter operand should be final. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 57 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 82). | 21 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 24 |
Error | javadoc | JavadocMethod | Expected @return tag. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocMethod | Expected @param tag for 'operand'. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 31 |
Error | javadoc | JavadocMethod | Expected @return tag. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 209). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | misc | FinalParameters | Parameter left should be final. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocMethod | Expected @param tag for 'left'. | 33 |
Error | misc | FinalParameters | Parameter right should be final. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocMethod | Expected @param tag for 'right'. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 35 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 41 |
Error | javadoc | JavadocMethod | Expected @return tag. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 204). | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | misc | FinalParameters | Parameter left should be final. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'left'. | 43 |
Error | misc | FinalParameters | Parameter right should be final. | 43 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | javadoc | JavadocMethod | Expected @param tag for 'right'. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 51 |
Error | javadoc | JavadocMethod | Expected @return tag. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | misc | FinalParameters | Parameter operand should be final. | 53 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | javadoc | JavadocMethod | Expected @param tag for 'operand'. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 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 | 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 | 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 | 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 | 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 | 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 | 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. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
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 | sizes | LineLength | Line is longer than 80 characters (found 152). | 51 |
Error | misc | FinalParameters | Parameter sunit should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 93 |
Error | javadoc | JavadocMethod | Expected @return tag. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | javadoc | JavadocMethod | Expected @return tag. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 128 |
Error | javadoc | JavadocMethod | Expected @return tag. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 135 |
Error | javadoc | JavadocMethod | Expected @return tag. | 137 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 164 |
Error | javadoc | JavadocMethod | Expected @return tag. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 171 |
Error | javadoc | JavadocMethod | Expected @return tag. | 173 |
Error | javadoc | JavadocMethod | Expected @return tag. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 187 |
Error | misc | FinalParameters | Parameter o should be final. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 221 |
Error | coding | MagicNumber | '31' is a magic number. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 222 |
Error | coding | MagicNumber | '31' is a magic number. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 223 |
Error | coding | MagicNumber | '31' is a magic number. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 224 |
Error | coding | MagicNumber | '31' is a magic number. | 224 |
Error | coding | MagicNumber | '31' is a magic number. | 225 |
Error | coding | MagicNumber | '1231' is a magic number. | 225 |
Error | coding | MagicNumber | '1237' is a magic number. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 321). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 39 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 67 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 68 |
Error | javadoc | JavadocMethod | Expected @return tag. | 74 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 81 |
Error | misc | FinalParameters | Parameter o should be final. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Error | coding | MagicNumber | '31' is a magic number. | 112 |
Error | coding | MagicNumber | '1231' is a magic number. | 112 |
Error | coding | MagicNumber | '1237' is a magic number. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 249). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 58 |
Error | misc | FinalParameters | Parameter elements should be final. | 58 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 58 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 58 |
Error | misc | FinalParameters | Parameter sunit should be final. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 69 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 69 |
Error | misc | FinalParameters | Parameter t1 should be final. | 69 |
Error | misc | FinalParameters | Parameter continuousState1 should be final. | 69 |
Error | misc | FinalParameters | Parameter discreteState1 should be final. | 69 |
Error | misc | FinalParameters | Parameter u1 should be final. | 69 |
Error | misc | FinalParameters | Parameter t2 should be final. | 69 |
Error | misc | FinalParameters | Parameter continuousState2 should be final. | 69 |
Error | misc | FinalParameters | Parameter discreteState2 should be final. | 69 |
Error | misc | FinalParameters | Parameter u2 should be final. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 115 |
Error | misc | FinalParameters | Parameter t should be final. | 115 |
Error | misc | FinalParameters | Parameter continuousState should be final. | 115 |
Error | misc | FinalParameters | Parameter discreteState should be final. | 115 |
Error | misc | FinalParameters | Parameter u should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 151 |
Error | misc | FinalParameters | Parameter t should be final. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 154 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 154 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | misc | FinalParameters | Parameter t should be final. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 169 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 183 |
Error | misc | FinalParameters | Parameter t should be final. | 183 |
Error | misc | FinalParameters | Parameter continuousStates should be final. | 183 |
Error | misc | FinalParameters | Parameter discreteStates should be final. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 189 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 194 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 202 |
Error | misc | FinalParameters | Parameter t should be final. | 202 |
Error | misc | FinalParameters | Parameter continuousStates should be final. | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 207 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 224 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 242 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 242 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 260 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 278 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 284 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 292 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 297 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 305 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 305 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 318 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 323 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 331 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 331 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 336 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 150). | 346 |
Error | misc | FinalParameters | Parameter t1 should be final. | 346 |
Error | misc | FinalParameters | Parameter t2 should be final. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 349 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 357 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 367 |
Error | misc | FinalParameters | Parameter t1 should be final. | 367 |
Error | misc | FinalParameters | Parameter t2 should be final. | 367 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 370 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 379 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 392 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 392 |
Error | misc | FinalParameters | Parameter t2 should be final. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 393 |
Error | misc | FinalParameters | Parameter continuousStates2 should be final. | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 396 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 404 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 410 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 421 |
Error | misc | FinalParameters | Parameter t2 should be final. | 421 |
Error | misc | FinalParameters | Parameter continuousStates2 should be final. | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 425 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 444 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 444 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 456 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 457 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 457 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 462 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 469 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 470 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 470 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 367). | 32 |
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 | 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. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 38 |
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. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 48 |
Error | misc | FinalParameters | Parameter elements should be final. | 48 |
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 | misc | FinalParameters | Parameter inputNodes should be final. | 48 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 48 |
Error | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 105 |
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 98). | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 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 98). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 139 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 157 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 176 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 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 | sizes | LineLength | Line is longer than 80 characters (found 89). | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 202 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 223 |
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 |
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. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 323). | 32 |
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 | 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 | 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 | 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 | 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 | 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. | 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. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 47 |
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 | misc | FinalParameters | Parameter sunit should be final. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | 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 | 'typecast' is not followed by whitespace. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 76 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 84 |
Error | javadoc | JavadocMethod | Expected @return tag. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 91 |
Error | javadoc | JavadocMethod | Expected @return tag. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 116 |
Error | javadoc | JavadocMethod | Expected @return tag. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
Error | javadoc | JavadocMethod | Expected @return tag. | 134 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
Error | javadoc | JavadocMethod | Expected @return tag. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | sizes | LineLength | Line is longer than 80 characters (found 91). | 159 |
Error | javadoc | JavadocMethod | Expected @return tag. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 101). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 237 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 282 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 289 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 290 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 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 | sizes | LineLength | Line is longer than 80 characters (found 83). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 323 |
Error | whitespace | WhitespaceAfter | 'typecast' 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 | ',' 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 126). | 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 93). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 380 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 321). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
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. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 273). | 36 |
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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 49 |
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 | misc | FinalParameters | Parameter sunit should be final. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 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. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 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. | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 88 |
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 | 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. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 95 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 105 |
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 | 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 | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 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 | 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). | 123 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 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. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 133 |
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 | sizes | LineLength | Line is longer than 80 characters (found 108). | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 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 | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 295). | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 47 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 49 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 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. | 54 |
Error | design | VisibilityModifier | Variable 'discreteDynamicSystems' must be private and have accessor methods. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 |
Error | design | VisibilityModifier | Variable 'discreteStaticSystems' must be private and have accessor methods. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 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 | design | VisibilityModifier | Variable 'discreteDynamicSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 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 | design | VisibilityModifier | Variable 'discreteStaticSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 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. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | misc | FinalParameters | Parameter sunit should be final. | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 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 | 'typecast' is not followed by whitespace. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 124 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 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. | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 133 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 134 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 |
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. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 159 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 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 98). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 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 | sizes | LineLength | Line is longer than 80 characters (found 98). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 232 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 244 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
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 89). | 261 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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 | coding | SimplifyBooleanExpression | Expression can be simplified. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 288 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 296 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 301 |
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 117). | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 311 |
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 117). | 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 | sizes | LineLength | Line is longer than 80 characters (found 115). | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 323 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 332 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 350 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 360 |
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 86). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 362 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 368 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 378 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 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 | ',' 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 | sizes | LineLength | Line is longer than 80 characters (found 107). | 392 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 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 | 'typecast' is not followed by whitespace. | 396 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 406 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 413 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 420 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 420 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 420 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 422 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 422 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 422 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 425 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 425 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 426 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 427 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 427 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 428 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 428 |
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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 431 |
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 | sizes | LineLength | Line is longer than 80 characters (found 129). | 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. | 29 |
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 | sizes | LineLength | Line is longer than 80 characters (found 148). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 85 |
Error | javadoc | JavadocMethod | Expected @return tag. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 92 |
Error | javadoc | JavadocMethod | Expected @return tag. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 120 |
Error | javadoc | JavadocMethod | Expected @return tag. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 127 |
Error | javadoc | JavadocMethod | Expected @return tag. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 151 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 156 |
Error | javadoc | JavadocMethod | Expected @return tag. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 163 |
Error | javadoc | JavadocMethod | Expected @return tag. | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 172 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 179 |
Error | misc | FinalParameters | Parameter o should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 200 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 213 |
Error | coding | MagicNumber | '31' is a magic number. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 214 |
Error | coding | MagicNumber | '31' is a magic number. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 215 |
Error | coding | MagicNumber | '31' is a magic number. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 216 |
Error | coding | MagicNumber | '31' is a magic number. | 216 |
Error | coding | MagicNumber | '31' is a magic number. | 217 |
Error | coding | MagicNumber | '1231' is a magic number. | 217 |
Error | coding | MagicNumber | '1237' is a magic number. | 217 |
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 | sizes | LineLength | Line is longer than 80 characters (found 127). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 52 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 59 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 66 |
Error | javadoc | JavadocMethod | Expected @param tag for 'samplingPoint'. | 73 |
Error | misc | FinalParameters | Parameter o should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 94 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 |
Error | coding | MagicNumber | '31' is a magic number. | 104 |
Error | coding | MagicNumber | '1231' is a magic number. | 104 |
Error | coding | MagicNumber | '1237' is a magic number. | 104 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 49 |
Error | misc | FinalParameters | Parameter elements should be final. | 49 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 49 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 61 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 61 |
Error | misc | FinalParameters | Parameter t1 should be final. | 61 |
Error | misc | FinalParameters | Parameter continuousState1 should be final. | 61 |
Error | misc | FinalParameters | Parameter discreteState1 should be final. | 61 |
Error | misc | FinalParameters | Parameter u1 should be final. | 61 |
Error | misc | FinalParameters | Parameter t2 should be final. | 61 |
Error | misc | FinalParameters | Parameter continuousState2 should be final. | 61 |
Error | misc | FinalParameters | Parameter discreteState2 should be final. | 61 |
Error | misc | FinalParameters | Parameter u2 should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 108 |
Error | misc | FinalParameters | Parameter t should be final. | 108 |
Error | misc | FinalParameters | Parameter continuousState should be final. | 108 |
Error | misc | FinalParameters | Parameter discreteState should be final. | 108 |
Error | misc | FinalParameters | Parameter u should be final. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
Error | misc | FinalParameters | Parameter t should be final. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 147 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 159 |
Error | misc | FinalParameters | Parameter t should be final. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 162 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 176 |
Error | misc | FinalParameters | Parameter t should be final. | 176 |
Error | misc | FinalParameters | Parameter continuousStates should be final. | 176 |
Error | misc | FinalParameters | Parameter discreteStates should be final. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 182 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 195 |
Error | misc | FinalParameters | Parameter t should be final. | 195 |
Error | misc | FinalParameters | Parameter continuousStates should be final. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 200 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 217 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 235 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 253 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 253 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 271 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 285 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 285 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 290 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 298 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 298 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 303 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 311 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 316 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 324 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 324 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 340 |
Error | misc | FinalParameters | Parameter t1 should be final. | 340 |
Error | misc | FinalParameters | Parameter t2 should be final. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 343 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 351 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 362 |
Error | misc | FinalParameters | Parameter t1 should be final. | 362 |
Error | misc | FinalParameters | Parameter t2 should be final. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 365 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 375 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 388 |
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 388 |
Error | misc | FinalParameters | Parameter t2 should be final. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 389 |
Error | misc | FinalParameters | Parameter continuousStates2 should be final. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 392 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 400 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 406 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 418 |
Error | misc | FinalParameters | Parameter t2 should be final. | 418 |
Error | misc | FinalParameters | Parameter continuousStates2 should be final. | 418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 422 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 433 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 435 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 440 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 441 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 441 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 446 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 448 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 454 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 454 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 459 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 466 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 467 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 467 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 40 |
Error | misc | FinalParameters | Parameter elements should be final. | 40 |
Error | misc | FinalParameters | Parameter inputNodes should be final. | 40 |
Error | misc | FinalParameters | Parameter outputNodes should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 115 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 132 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 150 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 164 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 169 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 177 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 182 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 204 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 218 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 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. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 54 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 76 |
Error | javadoc | JavadocMethod | Expected @return tag. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 83 |
Error | javadoc | JavadocMethod | Expected @return tag. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 108 |
Error | javadoc | JavadocMethod | Expected @return tag. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 124 |
Error | javadoc | JavadocMethod | Expected @return tag. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 140 |
Error | javadoc | JavadocMethod | Expected @return tag. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 151 |
Error | javadoc | JavadocMethod | Expected @return tag. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 172 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 200 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 228 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 256 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 281 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 299 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 167). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 315 |
Error | whitespace | WhitespaceAfter | 'typecast' 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 129). | 316 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 330 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 372 |
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 127). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 59 |
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. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 32 |
Error | design | VisibilityModifier | Variable 'continuousDynamicSystems' must be private and have accessor methods. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 59 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 97 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 115 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 121 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 126 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 127 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 128 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 142 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 46 |
Error | design | VisibilityModifier | Variable 'discreteDynamicSystems' 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). | 48 |
Error | design | VisibilityModifier | Variable 'discreteStaticSystems' must be private and have accessor methods. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
Error | design | VisibilityModifier | Variable 'discreteDynamicSystemsUpdatedAtNextSamplingPoint' must be private and have accessor methods. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 55 |
Error | design | VisibilityModifier | Variable 'discreteStaticSystemsUpdatedAtNextSamplingPoint' 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. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 105 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 116 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 120 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 125 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 132 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 135 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 208 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 237 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 242 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 254 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 265 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 267 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 290 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 305 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 317 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 326 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 344 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 362 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 374 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 386 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 390 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 390 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 400 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 407 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 414 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 414 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 415 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 416 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 416 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 419 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 420 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 422 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 423 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 425 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 91 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
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 119). | 104 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 104 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 104 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 118 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 118 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 118 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 118 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 132 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 132 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 132 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 132 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
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. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 33 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 279). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 98 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 111 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 125 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 139 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 141 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 143 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 283). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
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 | sizes | LineLength | Line is longer than 80 characters (found 212). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 38 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 272). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | misc | FinalParameters | Parameter sunit should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 268). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | misc | FinalParameters | Parameter sunit should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
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 | sizes | LineLength | Line is longer than 80 characters (found 212). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 222). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
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 sunit should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 57 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | coding | HiddenField | 'name' hides a field. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | coding | HiddenField | 'display' hides a field. | 98 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | misc | FinalParameters | Parameter display should be final. | 117 |
Error | coding | HiddenField | 'display' hides a field. | 117 |
Error | misc | FinalParameters | Parameter key should be final. | 128 |
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 | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 150 |
Error | coding | MagicNumber | '31' is a magic number. | 159 |
Error | coding | MagicNumber | '31' is a magic number. | 160 |
Error | coding | MagicNumber | '1231' is a magic number. | 160 |
Error | coding | MagicNumber | '1237' is a magic number. | 160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 240). | 206 |
Error | misc | FinalParameters | Parameter t should be final. | 213 |
Error | misc | FinalParameters | Parameter u should be final. | 213 |
Error | misc | FinalParameters | Parameter inputCount should be final. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 85). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 81). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 48 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 68 |
Error | coding | HiddenField | 'name' hides a field. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | coding | HiddenField | 'display' hides a field. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter display should be final. | 108 |
Error | coding | HiddenField | 'display' hides a field. | 108 |
Error | misc | FinalParameters | Parameter key should be final. | 119 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 141 |
Error | coding | MagicNumber | '31' is a magic number. | 150 |
Error | coding | MagicNumber | '31' is a magic number. | 151 |
Error | coding | MagicNumber | '1231' is a magic number. | 151 |
Error | coding | MagicNumber | '1237' is a magic number. | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 199 |
Error | misc | FinalParameters | Parameter t should be final. | 199 |
Error | misc | FinalParameters | Parameter u should be final. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 201 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 221 |
Error | misc | FinalParameters | Parameter inputCount should be final. | 221 |
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. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | coding | HiddenField | 'exportable' hides a field. | 43 |
Error | misc | FinalParameters | Parameter key should be final. | 59 |
Error | misc | FinalParameters | Parameter parameter should be final. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocMethod | Expected @return tag. | 49 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | coding | HiddenField | 'fileType' hides a field. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | coding | HiddenField | 'fileName' hides a field. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | coding | HiddenField | 'variableName' hides a field. | 129 |
Error | misc | FinalParameters | Parameter o should be final. | 137 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 162 |
Error | coding | MagicNumber | '31' is a magic number. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Error | coding | MagicNumber | '31' is a magic number. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 164 |
Error | coding | MagicNumber | '31' is a magic number. | 164 |
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 | 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. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 50 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
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. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | coding | HiddenField | 'tag' hides a field. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 67 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | coding | HiddenField | 'range' hides a field. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 81 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 83 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 153). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | coding | HiddenField | 'range' hides a field. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | coding | HiddenField | 'range' hides a field. | 124 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Error | misc | FinalParameters | Parameter array should be final. | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 154 |
Error | javadoc | JavadocMethod | Expected @return tag. | 156 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
Error | javadoc | JavadocMethod | Expected @return tag. | 167 |
Error | misc | FinalParameters | Parameter key should be final. | 167 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 206 |
Error | misc | FinalParameters | Parameter t1 should be final. | 206 |
Error | misc | FinalParameters | Parameter u1 should be final. | 206 |
Error | misc | FinalParameters | Parameter t2 should be final. | 206 |
Error | misc | FinalParameters | Parameter u2 should be final. | 206 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 246 |
Error | misc | FinalParameters | Parameter t should be final. | 246 |
Error | misc | FinalParameters | Parameter u should be final. | 246 |
Error | misc | FinalParameters | Parameter o should be final. | 274 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 288 |
Error | coding | MagicNumber | '31' is a magic number. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 298 |
Error | coding | MagicNumber | '31' is a magic number. | 299 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter obj should be final. | 50 |
Error | coding | HiddenField | 'obj' hides a field. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 66 |
Error | misc | FinalParameters | Parameter t should be final. | 66 |
Error | misc | FinalParameters | Parameter u should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 90 |
Error | javadoc | JavadocMethod | Expected @return tag. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter method should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 115 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 129 |
Error | javadoc | JavadocMethod | Expected @return tag. | 131 |
Error | misc | FinalParameters | Parameter name should be final. | 131 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 131 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 131 |
Error | javadoc | JavadocMethod | Expected @return tag. | 138 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
Error | misc | FinalParameters | Parameter name should be final. | 145 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 145 |
Error | misc | FinalParameters | Parameter value should be final. | 145 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
Error | javadoc | JavadocMethod | Expected @return tag. | 152 |
Error | misc | FinalParameters | Parameter name should be final. | 152 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 152 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter obj should be final. | 50 |
Error | coding | HiddenField | 'obj' hides a field. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 66 |
Error | misc | FinalParameters | Parameter k should be final. | 66 |
Error | misc | FinalParameters | Parameter u should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 90 |
Error | javadoc | JavadocMethod | Expected @return tag. | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | misc | FinalParameters | Parameter method should be final. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 115 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 115 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 121 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 129 |
Error | javadoc | JavadocMethod | Expected @return tag. | 131 |
Error | misc | FinalParameters | Parameter name should be final. | 131 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 131 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 131 |
Error | javadoc | JavadocMethod | Expected @return tag. | 138 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 145 |
Error | misc | FinalParameters | Parameter name should be final. | 145 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 145 |
Error | misc | FinalParameters | Parameter value should be final. | 145 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
Error | javadoc | JavadocMethod | Expected @return tag. | 152 |
Error | misc | FinalParameters | Parameter name should be final. | 152 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 152 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 176 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocMethod | Expected @return tag. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | coding | HiddenField | 'variableName' hides a field. | 68 |
Error | misc | FinalParameters | Parameter o should be final. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 99 |
Error | coding | MagicNumber | '31' is a magic number. | 99 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 316). | 34 |
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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 107). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | misc | FinalParameters | Parameter sunit should be final. | 44 |
Error | coding | HiddenField | 'exportable' hides a field. | 52 |
Error | misc | FinalParameters | Parameter key should be final. | 68 |
Error | misc | FinalParameters | Parameter parameter should be final. | 76 |
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. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 247). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | javadoc | JavadocMethod | Expected @return tag. | 56 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 84 |
Error | coding | HiddenField | 'fileType' hides a field. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | coding | HiddenField | 'fileName' hides a field. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | coding | HiddenField | 'variableName' hides a field. | 136 |
Error | misc | FinalParameters | Parameter o should be final. | 144 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 169 |
Error | coding | MagicNumber | '31' is a magic number. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 170 |
Error | coding | MagicNumber | '31' is a magic number. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 171 |
Error | coding | MagicNumber | '31' is a magic number. | 171 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
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 | sizes | LineLength | Line is longer than 80 characters (found 103). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 78 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 86 |
Error | coding | MagicNumber | '12' is a magic number. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocMethod | Expected @return tag. | 138 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 171 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 179 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 214 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 222 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 225 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 249 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 256 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 263 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 276 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 291 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | coding | HiddenField | 'autoScale' hides a field. | 297 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 301 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 303 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 312 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 322 |
Error | coding | MagicNumber | '10' is a magic number. | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 329 |
Error | coding | MagicNumber | '10' is a magic number. | 329 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 339 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 339 |
Error | coding | MagicNumber | '20' is a magic number. | 342 |
Error | coding | MagicNumber | '4' is a magic number. | 343 |
Error | coding | MagicNumber | '10' is a magic number. | 346 |
Error | coding | MagicNumber | '3' is a magic number. | 347 |
Error | coding | MagicNumber | '3' is a magic number. | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 355 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 355 |
Error | coding | MagicNumber | '5' is a magic number. | 356 |
Error | coding | MagicNumber | '5' is a magic number. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 360 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 360 |
Error | coding | MagicNumber | '4' is a magic number. | 361 |
Error | coding | MagicNumber | '4' is a magic number. | 362 |
Error | coding | MagicNumber | '8' is a magic number. | 365 |
Error | coding | MagicNumber | '4' is a magic number. | 368 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 375 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 438 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 452 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 455 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 457 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 462 |
Error | coding | MagicNumber | '0.1' is a magic number. | 468 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 470 |
Error | coding | MagicNumber | '10' is a magic number. | 470 |
Error | coding | MagicNumber | '10' is a magic number. | 470 |
Error | coding | MagicNumber | '0.1' is a magic number. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 477 |
Error | coding | MagicNumber | '10' is a magic number. | 477 |
Error | coding | MagicNumber | '10' is a magic number. | 477 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 486 |
Error | coding | HiddenField | 'title' hides a field. | 489 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 496 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 498 |
Error | coding | HiddenField | 'lineWidth' hides a field. | 501 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 508 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 510 |
Error | coding | HiddenField | 'fontSize' hides a field. | 513 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 520 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 529 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 541 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 543 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 555 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 565 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 575 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 580 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 590 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 597 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 604 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 613 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 615 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 623 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 628 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 638 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 643 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 645 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 652 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 654 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 661 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 663 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 673 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 675 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 682 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 684 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 694 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 696 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 703 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 705 |
Error | coding | HiddenField | 'grid' hides a field. | 708 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 715 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 717 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 725 |
Error | misc | FinalParameters | Parameter parameter should be final. | 728 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 732 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 733 |
Error | misc | FinalParameters | Parameter o should be final. | 787 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 800 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 801 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 802 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 803 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 804 |
Error | sizes | LineLength | Line is longer than 80 characters (found 157). | 805 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 814 |
Error | coding | MagicNumber | '31' is a magic number. | 814 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 815 |
Error | coding | MagicNumber | '31' is a magic number. | 815 |
Error | coding | MagicNumber | '31' is a magic number. | 816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 817 |
Error | coding | MagicNumber | '31' is a magic number. | 817 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 818 |
Error | coding | MagicNumber | '31' is a magic number. | 818 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 819 |
Error | coding | MagicNumber | '31' is a magic number. | 819 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 819 |
Error | coding | MagicNumber | '32' is a magic number. | 819 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 820 |
Error | coding | MagicNumber | '31' is a magic number. | 820 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 820 |
Error | coding | MagicNumber | '32' is a magic number. | 820 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 821 |
Error | coding | MagicNumber | '31' is a magic number. | 821 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 821 |
Error | coding | MagicNumber | '32' is a magic number. | 821 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 822 |
Error | coding | MagicNumber | '31' is a magic number. | 822 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 822 |
Error | coding | MagicNumber | '32' is a magic number. | 822 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 823 |
Error | coding | MagicNumber | '31' is a magic number. | 823 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 823 |
Error | coding | MagicNumber | '32' is a magic number. | 823 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 824 |
Error | coding | MagicNumber | '31' is a magic number. | 824 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 824 |
Error | coding | MagicNumber | '32' is a magic number. | 824 |
Error | coding | MagicNumber | '31' is a magic number. | 825 |
Error | coding | MagicNumber | '1231' is a magic number. | 825 |
Error | coding | MagicNumber | '1237' is a magic number. | 825 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 827 |
Error | coding | MagicNumber | '31' is a magic number. | 827 |
Error | coding | MagicNumber | '31' is a magic number. | 829 |
Error | coding | MagicNumber | '1231' is a magic number. | 829 |
Error | coding | MagicNumber | '1237' is a magic number. | 829 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 833 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 835 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.mklab.nfc.matrix.DoubleMatrix. | 10 |
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 258). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 37 |
Error | misc | FinalParameters | Parameter sunit should be final. | 41 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
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 | sizes | LineLength | Line is longer than 80 characters (found 247). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'tag' hides a field. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 346). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | misc | FinalParameters | Parameter sunit should be final. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | coding | HiddenField | 'range' hides a field. | 85 |
Error | misc | FinalParameters | Parameter sunit should be final. | 85 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 96 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | coding | HiddenField | 'range' hides a field. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | coding | HiddenField | 'range' hides a field. | 137 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
Error | misc | FinalParameters | Parameter array should be final. | 151 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 167 |
Error | javadoc | JavadocMethod | Expected @return tag. | 169 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
Error | javadoc | JavadocMethod | Expected @return tag. | 180 |
Error | misc | FinalParameters | Parameter key should be final. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 |
Error | misc | FinalParameters | Parameter t1 should be final. | 219 |
Error | misc | FinalParameters | Parameter u1 should be final. | 219 |
Error | misc | FinalParameters | Parameter t2 should be final. | 219 |
Error | misc | FinalParameters | Parameter u2 should be final. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 247 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 259 |
Error | misc | FinalParameters | Parameter t should be final. | 259 |
Error | misc | FinalParameters | Parameter u should be final. | 259 |
Error | misc | FinalParameters | Parameter o should be final. | 287 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 301 |
Error | coding | MagicNumber | '31' is a magic number. | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 311 |
Error | coding | MagicNumber | '31' is a magic number. | 312 |
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 | sizes | LineLength | Line is longer than 80 characters (found 247). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | misc | FinalParameters | Parameter sunit should be final. | 30 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 291). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | misc | FinalParameters | Parameter obj should be final. | 58 |
Error | coding | HiddenField | 'obj' hides a field. | 58 |
Error | misc | FinalParameters | Parameter sunit should be final. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | misc | FinalParameters | Parameter t should be final. | 75 |
Error | misc | FinalParameters | Parameter u should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 99 |
Error | javadoc | JavadocMethod | Expected @return tag. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | misc | FinalParameters | Parameter method should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 124 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 132 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 138 |
Error | javadoc | JavadocMethod | Expected @return tag. | 140 |
Error | misc | FinalParameters | Parameter name should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 140 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 140 |
Error | javadoc | JavadocMethod | Expected @return tag. | 147 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
Error | misc | FinalParameters | Parameter name should be final. | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 154 |
Error | misc | FinalParameters | Parameter value should be final. | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 154 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
Error | javadoc | JavadocMethod | Expected @return tag. | 161 |
Error | misc | FinalParameters | Parameter name should be final. | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 161 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 287). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | misc | FinalParameters | Parameter obj should be final. | 58 |
Error | coding | HiddenField | 'obj' hides a field. | 58 |
Error | misc | FinalParameters | Parameter sunit should be final. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | misc | FinalParameters | Parameter k should be final. | 75 |
Error | misc | FinalParameters | Parameter u should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 97 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 99 |
Error | javadoc | JavadocMethod | Expected @return tag. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | misc | FinalParameters | Parameter method should be final. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 124 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 124 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 130 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 132 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 138 |
Error | javadoc | JavadocMethod | Expected @return tag. | 140 |
Error | misc | FinalParameters | Parameter name should be final. | 140 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 140 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 140 |
Error | javadoc | JavadocMethod | Expected @return tag. | 147 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 154 |
Error | misc | FinalParameters | Parameter name should be final. | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 154 |
Error | misc | FinalParameters | Parameter value should be final. | 154 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 154 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
Error | javadoc | JavadocMethod | Expected @return tag. | 161 |
Error | misc | FinalParameters | Parameter name should be final. | 161 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 161 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 251). | 25 |
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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 88). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | misc | FinalParameters | Parameter sunit should be final. | 35 |
Error | javadoc | JavadocMethod | Expected @return tag. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | coding | HiddenField | 'variableName' hides a field. | 77 |
Error | misc | FinalParameters | Parameter o should be final. | 85 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 108 |
Error | coding | MagicNumber | '31' is a magic number. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | sizes | LineLength | Line is longer than 80 characters (found 286). | 25 |
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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 98). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 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. | 38 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 52 |
Error | misc | FinalParameters | Parameter sunit should be final. | 52 |
Error | misc | FinalParameters | Parameter t should be final. | 60 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 85 |
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 110). | 97 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 119 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | misc | FinalParameters | Parameter thrown should be final. | 171 |
Error | coding | HiddenField | 'thrown' hides a field. | 171 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 177 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 189 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
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 | sizes | LineLength | Line is longer than 80 characters (found 250). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | misc | FinalParameters | Parameter sunit should be final. | 30 |
Error | misc | FinalParameters | Parameter t should be final. | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 40 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 303). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 32 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | coding | HiddenField | 'constant' hides a field. | 41 |
Error | misc | FinalParameters | Parameter sunit should be final. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | misc | FinalParameters | Parameter sunit should be final. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 64 |
Error | coding | HiddenField | 'constant' hides a field. | 67 |
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 95). | 82 |
Error | javadoc | JavadocMethod | Expected @return tag. | 84 |
Error | misc | FinalParameters | Parameter parameter should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 94 |
Error | javadoc | JavadocMethod | Expected @return tag. | 96 |
Error | misc | FinalParameters | Parameter key should be final. | 96 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 96 |
Error | misc | FinalParameters | Parameter o should be final. | 104 |
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. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 117 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 127 |
Error | coding | MagicNumber | '31' is a magic number. | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 274). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 46 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 270). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | misc | FinalParameters | Parameter sunit should be final. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter sunit should be final. | 45 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | design | VisibilityModifier | Variable 'thrown' must be private and have accessor methods. | 23 |
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 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter outputSize should be final. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 51 |
Error | misc | FinalParameters | Parameter t should be final. | 51 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 76 |
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 110). | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
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. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | misc | FinalParameters | Parameter thrown should be final. | 162 |
Error | coding | HiddenField | 'thrown' hides a field. | 162 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 166 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 168 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 180 |
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. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 192 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | misc | FinalParameters | Parameter t should be final. | 30 |
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 116). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | coding | HiddenField | 'constant' hides a field. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'constant' hides a field. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | javadoc | JavadocMethod | Expected @return tag. | 76 |
Error | misc | FinalParameters | Parameter parameter should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | javadoc | JavadocMethod | Expected @return tag. | 88 |
Error | misc | FinalParameters | Parameter key should be final. | 88 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 88 |
Error | misc | FinalParameters | Parameter o should be final. | 96 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 119 |
Error | coding | MagicNumber | '31' is a magic number. | 119 |
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 | sizes | LineLength | Line is longer than 80 characters (found 87). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
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 | sizes | LineLength | Line is longer than 80 characters (found 83). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 49 |
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 | 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 | JavadocMethod | Expected @throws tag for 'IOException'. | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 90 |
Error | coding | HiddenField | 'fileName' hides a field. | 93 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 94 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | coding | HiddenField | 'fileType' hides a field. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter o should be final. | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 155 |
Error | coding | MagicNumber | '31' is a magic number. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 156 |
Error | coding | MagicNumber | '31' is a magic number. | 156 |
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 90). | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
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. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter size should be final. | 34 |
Error | misc | FinalParameters | Parameter interval should be final. | 34 |
Error | coding | HiddenField | 'interval' hides a field. | 34 |
Error | misc | FinalParameters | Parameter t should be final. | 44 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 46 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 51 |
Error | misc | FinalParameters | Parameter t should be final. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | misc | FinalParameters | Parameter output should be final. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | coding | HiddenField | 'data' hides a field. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter m should be final. | 56 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 57 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 58 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 130 |
Error | javadoc | JavadocMethod | Expected @return tag. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 145 |
Error | misc | FinalParameters | Parameter o should be final. | 157 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 171 |
Error | coding | MagicNumber | '31' is a magic number. | 180 |
Error | coding | MagicNumber | '31' is a magic number. | 181 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
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. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | coding | HiddenField | 'tag' hides a field. | 41 |
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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | javadoc | JavadocMethod | Expected @return tag. | 65 |
Error | misc | FinalParameters | Parameter parameter should be final. | 65 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 43 |
Error | coding | HiddenField | 'timeValues' hides a field. | 43 |
Error | coding | HiddenField | 'outputValues' hides a field. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 147 |
Error | javadoc | JavadocMethod | Expected @return tag. | 149 |
Error | misc | FinalParameters | Parameter parameter should be final. | 149 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
Error | javadoc | JavadocMethod | Expected @return tag. | 163 |
Error | misc | FinalParameters | Parameter key should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 |
Error | misc | FinalParameters | Parameter o should be final. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 195 |
Error | coding | MagicNumber | '31' is a magic number. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 196 |
Error | coding | MagicNumber | '31' is a magic number. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 41 |
Error | coding | MagicNumber | '50' is a magic number. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 56 |
Error | coding | HiddenField | 'offset' hides a field. | 56 |
Error | coding | HiddenField | 'amplitude' hides a field. | 56 |
Error | coding | HiddenField | 'period' hides a field. | 56 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 56 |
Error | coding | HiddenField | 'phaseDelay' hides a field. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 65 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 72 |
Error | coding | HiddenField | 'amplitude' hides a field. | 72 |
Error | coding | HiddenField | 'period' hides a field. | 72 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 76 |
Error | coding | MagicNumber | '50' is a magic number. | 80 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
Error | coding | MagicNumber | '100' is a magic number. | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | coding | HiddenField | 'offset' hides a field. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | coding | HiddenField | 'amplitude' hides a field. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 154 |
Error | coding | HiddenField | 'period' hides a field. | 157 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 163 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | coding | HiddenField | 'phaseDelay' hides a field. | 175 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 179 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 181 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 195 |
Error | coding | MagicNumber | '100' is a magic number. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 207 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 217 |
Error | coding | MagicNumber | '100' is a magic number. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 220 |
Error | coding | MagicNumber | '100' is a magic number. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 227 |
Error | javadoc | JavadocMethod | Expected @return tag. | 229 |
Error | misc | FinalParameters | Parameter key should be final. | 229 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 229 |
Error | misc | FinalParameters | Parameter o should be final. | 237 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 260 |
Error | coding | MagicNumber | '31' is a magic number. | 260 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 260 |
Error | coding | MagicNumber | '32' is a magic number. | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 261 |
Error | coding | MagicNumber | '31' is a magic number. | 261 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 261 |
Error | coding | MagicNumber | '32' is a magic number. | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 262 |
Error | coding | MagicNumber | '31' is a magic number. | 262 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 |
Error | coding | MagicNumber | '32' is a magic number. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 263 |
Error | coding | MagicNumber | '31' is a magic number. | 263 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 |
Error | coding | MagicNumber | '32' is a magic number. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 264 |
Error | coding | MagicNumber | '31' is a magic number. | 264 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 264 |
Error | coding | MagicNumber | '32' is a magic number. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 269 |
Error | javadoc | JavadocMethod | Expected @return tag. | 271 |
Error | misc | FinalParameters | Parameter parameter should be final. | 271 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 271 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 47 |
Error | coding | HiddenField | 'offset' hides a field. | 47 |
Error | coding | HiddenField | 'slope' hides a field. | 47 |
Error | coding | HiddenField | 'delayTime' hides a field. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'slope' hides a field. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | coding | HiddenField | 'offset' hides a field. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | coding | HiddenField | 'slope' hides a field. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | coding | HiddenField | 'delayTime' hides a field. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
Error | javadoc | JavadocMethod | Expected @return tag. | 163 |
Error | misc | FinalParameters | Parameter key should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 |
Error | misc | FinalParameters | Parameter o should be final. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 194 |
Error | coding | MagicNumber | '31' is a magic number. | 194 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | coding | MagicNumber | '32' is a magic number. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 195 |
Error | coding | MagicNumber | '31' is a magic number. | 195 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 |
Error | coding | MagicNumber | '32' is a magic number. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 196 |
Error | coding | MagicNumber | '31' is a magic number. | 196 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 |
Error | coding | MagicNumber | '32' is a magic number. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 201 |
Error | javadoc | JavadocMethod | Expected @return tag. | 203 |
Error | misc | FinalParameters | Parameter parameter should be final. | 203 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 203 |
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 98). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 46 |
Error | coding | HiddenField | 'bias' hides a field. | 46 |
Error | coding | HiddenField | 'amplitude' hides a field. | 46 |
Error | coding | HiddenField | 'frequency' hides a field. | 46 |
Error | coding | HiddenField | 'phase' hides a field. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'amplitude' hides a field. | 60 |
Error | coding | HiddenField | 'frequency' hides a field. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | coding | HiddenField | 'bias' hides a field. | 85 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | coding | HiddenField | 'amplitude' hides a field. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | coding | HiddenField | 'frequency' hides a field. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 125 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | coding | HiddenField | 'phase' hides a field. | 139 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 153 |
Error | javadoc | JavadocMethod | Expected @return tag. | 155 |
Error | misc | FinalParameters | Parameter key should be final. | 155 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 155 |
Error | misc | FinalParameters | Parameter o should be final. | 163 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 186 |
Error | coding | MagicNumber | '31' is a magic number. | 186 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 186 |
Error | coding | MagicNumber | '32' is a magic number. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 187 |
Error | coding | MagicNumber | '31' is a magic number. | 187 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 |
Error | coding | MagicNumber | '32' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 188 |
Error | coding | MagicNumber | '31' is a magic number. | 188 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 188 |
Error | coding | MagicNumber | '32' is a magic number. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 189 |
Error | coding | MagicNumber | '31' is a magic number. | 189 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 189 |
Error | coding | MagicNumber | '32' is a magic number. | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 84). | 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. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 55 |
Error | misc | FinalParameters | Parameter audioFormat should be final. | 55 |
Error | misc | FinalParameters | Parameter timeMillis should be final. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter timeMillis should be final. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | misc | FinalParameters | Parameter size should be final. | 76 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | misc | FinalParameters | Parameter audioFormat should be final. | 86 |
Error | coding | HiddenField | 'audioFormat' hides a field. | 86 |
Error | misc | FinalParameters | Parameter size should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 97 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | coding | MagicNumber | '8' is a magic number. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | coding | MagicNumber | '0xFF' is a magic number. | 110 |
Error | coding | MagicNumber | '0xFF' is a magic number. | 111 |
Error | coding | MagicNumber | '8' is a magic number. | 111 |
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. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | coding | MagicNumber | '0.1' is a magic number. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
Error | coding | HiddenField | 'initialValue' hides a field. | 47 |
Error | coding | HiddenField | 'finalValue' hides a field. | 47 |
Error | coding | HiddenField | 'delayTime' hides a field. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | coding | HiddenField | 'finalValue' hides a field. | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 83 |
Error | coding | HiddenField | 'initialValue' hides a field. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | coding | HiddenField | 'finalValue' hides a field. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Error | coding | HiddenField | 'delayTime' hides a field. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 161 |
Error | javadoc | JavadocMethod | Expected @return tag. | 163 |
Error | misc | FinalParameters | Parameter key should be final. | 163 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 163 |
Error | misc | FinalParameters | Parameter o should be final. | 171 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 194 |
Error | coding | MagicNumber | '31' is a magic number. | 194 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 194 |
Error | coding | MagicNumber | '32' is a magic number. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 195 |
Error | coding | MagicNumber | '31' is a magic number. | 195 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 |
Error | coding | MagicNumber | '32' is a magic number. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 196 |
Error | coding | MagicNumber | '31' is a magic number. | 196 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 |
Error | coding | MagicNumber | '32' is a magic number. | 196 |
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 | sizes | LineLength | Line is longer than 80 characters (found 121). | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 63 |
Error | javadoc | JavadocMethod | Expected @return tag. | 65 |
Error | misc | FinalParameters | Parameter parameter should be final. | 65 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter obj should be final. | 65 |
Error | coding | HiddenField | 'obj' hides a field. | 65 |
Error | misc | FinalParameters | Parameter t should be final. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 89 |
Error | javadoc | JavadocMethod | Expected @return tag. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | misc | FinalParameters | Parameter method should be final. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 114 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 114 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 122 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | misc | FinalParameters | Parameter closeFunction should be final. | 132 |
Error | coding | HiddenField | 'closeFunction' hides a field. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 137 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 139 |
Error | misc | FinalParameters | Parameter openFunction should be final. | 142 |
Error | coding | HiddenField | 'openFunction' hides a field. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 148 |
Error | javadoc | JavadocMethod | Expected @return tag. | 150 |
Error | misc | FinalParameters | Parameter name should be final. | 150 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 150 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 150 |
Error | javadoc | JavadocMethod | Expected @return tag. | 157 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 164 |
Error | misc | FinalParameters | Parameter name should be final. | 164 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 164 |
Error | misc | FinalParameters | Parameter value should be final. | 164 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 164 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 169 |
Error | javadoc | JavadocMethod | Expected @return tag. | 171 |
Error | misc | FinalParameters | Parameter name should be final. | 171 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 171 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 193 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 231 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 257 |
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 | sizes | LineLength | Line is longer than 80 characters (found 104). | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | misc | FinalParameters | Parameter obj should be final. | 55 |
Error | coding | HiddenField | 'obj' hides a field. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 61 |
Error | misc | FinalParameters | Parameter k should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 66 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 77 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 79 |
Error | javadoc | JavadocMethod | Expected @return tag. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter method should be final. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 104 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 104 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 110 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 112 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
Error | javadoc | JavadocMethod | Expected @return tag. | 120 |
Error | misc | FinalParameters | Parameter name should be final. | 120 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 120 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 120 |
Error | javadoc | JavadocMethod | Expected @return tag. | 127 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 134 |
Error | misc | FinalParameters | Parameter name should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 134 |
Error | misc | FinalParameters | Parameter value should be final. | 134 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 134 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 139 |
Error | javadoc | JavadocMethod | Expected @return tag. | 141 |
Error | misc | FinalParameters | Parameter name should be final. | 141 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 141 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | coding | HiddenField | 'variableName' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | javadoc | JavadocMethod | Expected @return tag. | 75 |
Error | misc | FinalParameters | Parameter key should be final. | 75 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 80 |
Error | misc | FinalParameters | Parameter o should be final. | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 106 |
Error | coding | MagicNumber | '31' is a magic number. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | misc | FinalParameters | Parameter sunit should be final. | 39 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 63 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | coding | HiddenField | 'fileName' hides a field. | 99 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 106 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | coding | HiddenField | 'fileType' hides a field. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | misc | FinalParameters | Parameter o should be final. | 137 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 161 |
Error | coding | MagicNumber | '31' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 162 |
Error | coding | MagicNumber | '31' is a magic number. | 162 |
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 | sizes | LineLength | Line is longer than 80 characters (found 277). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 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. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter size should be final. | 42 |
Error | misc | FinalParameters | Parameter interval should be final. | 42 |
Error | coding | HiddenField | 'interval' hides a field. | 42 |
Error | misc | FinalParameters | Parameter sunit should be final. | 42 |
Error | misc | FinalParameters | Parameter t should be final. | 52 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 54 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 59 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 62 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | misc | FinalParameters | Parameter t should be final. | 71 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 77 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter output should be final. | 89 |
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 245). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | misc | FinalParameters | Parameter sunit should be final. | 32 |
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 | sizes | LineLength | Line is longer than 80 characters (found 280). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | misc | FinalParameters | Parameter sunit should be final. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | coding | HiddenField | 'data' hides a field. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | misc | FinalParameters | Parameter m should be final. | 63 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 64 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 65 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 137 |
Error | javadoc | JavadocMethod | Expected @return tag. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 152 |
Error | misc | FinalParameters | Parameter o should be final. | 164 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 178 |
Error | coding | MagicNumber | '31' is a magic number. | 187 |
Error | coding | MagicNumber | '31' is a magic number. | 188 |
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. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
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 | sizes | LineLength | Line is longer than 80 characters (found 248). | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | misc | FinalParameters | Parameter sunit should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | coding | HiddenField | 'tag' hides a field. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 307). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | misc | FinalParameters | Parameter sunit should be final. | 49 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 58 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | javadoc | JavadocMethod | Expected @return tag. | 76 |
Error | misc | FinalParameters | Parameter parameter should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | misc | FinalParameters | Parameter key should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 352). | 34 |
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 | 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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 96). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | coding | HiddenField | 'timeValues' hides a field. | 50 |
Error | coding | HiddenField | 'outputValues' hides a field. | 50 |
Error | misc | FinalParameters | Parameter sunit should be final. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | misc | FinalParameters | Parameter sunit should be final. | 60 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 63 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 68 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
Error | javadoc | JavadocMethod | Expected @return tag. | 166 |
Error | misc | FinalParameters | Parameter parameter should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 178 |
Error | javadoc | JavadocMethod | Expected @return tag. | 180 |
Error | misc | FinalParameters | Parameter key should be final. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 180 |
Error | misc | FinalParameters | Parameter o should be final. | 188 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 212 |
Error | coding | MagicNumber | '31' is a magic number. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 213 |
Error | coding | MagicNumber | '31' is a magic number. | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 349). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 38 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 47 |
Error | coding | MagicNumber | '50' is a magic number. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 63 |
Error | coding | HiddenField | 'offset' hides a field. | 63 |
Error | coding | HiddenField | 'amplitude' hides a field. | 63 |
Error | coding | HiddenField | 'period' hides a field. | 63 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 63 |
Error | coding | HiddenField | 'phaseDelay' hides a field. | 63 |
Error | misc | FinalParameters | Parameter sunit should be final. | 63 |
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 90). | 80 |
Error | coding | HiddenField | 'amplitude' hides a field. | 80 |
Error | coding | HiddenField | 'period' hides a field. | 80 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 80 |
Error | misc | FinalParameters | Parameter sunit should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | misc | FinalParameters | Parameter sunit should be final. | 88 |
Error | coding | MagicNumber | '50' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 99 |
Error | coding | MagicNumber | '100' is a magic number. | 99 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 103 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | coding | HiddenField | 'offset' hides a field. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 131 |
Error | coding | HiddenField | 'amplitude' hides a field. | 134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | coding | HiddenField | 'pulseWidth' hides a field. | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 156 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 167 |
Error | coding | HiddenField | 'period' hides a field. | 170 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 174 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 176 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 183 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 185 |
Error | coding | HiddenField | 'phaseDelay' hides a field. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 192 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 207 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 208 |
Error | coding | MagicNumber | '100' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 229 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 230 |
Error | coding | MagicNumber | '100' is a magic number. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 233 |
Error | coding | MagicNumber | '100' is a magic number. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 240 |
Error | javadoc | JavadocMethod | Expected @return tag. | 242 |
Error | misc | FinalParameters | Parameter key should be final. | 242 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 242 |
Error | misc | FinalParameters | Parameter o should be final. | 250 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 263 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 217). | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 273 |
Error | coding | MagicNumber | '31' is a magic number. | 273 |
Error | coding | MagicNumber | '32' is a magic number. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 274 |
Error | coding | MagicNumber | '31' is a magic number. | 274 |
Error | whitespace | WhitespaceAround | '^' is not preceded with whitespace. | 274 |
Error | coding | MagicNumber | '32' is a magic number. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 275 |
Error | coding | MagicNumber | '31' is a magic number. | 275 |
Error | coding | MagicNumber | '32' is a magic number. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 276 |
Error | coding | MagicNumber | '31' is a magic number. | 276 |
Error | coding | MagicNumber | '32' is a magic number. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 277 |
Error | coding | MagicNumber | '31' is a magic number. | 277 |
Error | coding | MagicNumber | '32' is a magic number. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 282 |
Error | javadoc | JavadocMethod | Expected @return tag. | 284 |
Error | misc | FinalParameters | Parameter parameter should be final. | 284 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 284 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 348). | 34 |
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 | 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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
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 84). | 54 |
Error | coding | HiddenField | 'offset' hides a field. | 54 |
Error | coding | HiddenField | 'slope' hides a field. | 54 |
Error | coding | HiddenField | 'delayTime' hides a field. | 54 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'slope' hides a field. | 67 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | misc | FinalParameters | Parameter sunit should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | coding | HiddenField | 'offset' hides a field. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | coding | HiddenField | 'slope' hides a field. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | coding | HiddenField | 'delayTime' hides a field. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
Error | javadoc | JavadocMethod | Expected @return tag. | 177 |
Error | misc | FinalParameters | Parameter key should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 177 |
Error | misc | FinalParameters | Parameter o should be final. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 208 |
Error | coding | MagicNumber | '31' is a magic number. | 208 |
Error | coding | MagicNumber | '32' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 209 |
Error | coding | MagicNumber | '31' is a magic number. | 209 |
Error | coding | MagicNumber | '32' is a magic number. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 210 |
Error | coding | MagicNumber | '31' is a magic number. | 210 |
Error | coding | MagicNumber | '32' is a magic number. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 215 |
Error | javadoc | JavadocMethod | Expected @return tag. | 217 |
Error | misc | FinalParameters | Parameter parameter should be final. | 217 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 285). | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 53 |
Error | coding | HiddenField | 'bias' hides a field. | 53 |
Error | coding | HiddenField | 'amplitude' hides a field. | 53 |
Error | coding | HiddenField | 'frequency' hides a field. | 53 |
Error | coding | HiddenField | 'phase' hides a field. | 53 |
Error | misc | FinalParameters | Parameter sunit should be final. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'amplitude' hides a field. | 68 |
Error | coding | HiddenField | 'frequency' hides a field. | 68 |
Error | misc | FinalParameters | Parameter sunit should be final. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | misc | FinalParameters | Parameter sunit should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 85 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 87 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | coding | HiddenField | 'bias' hides a field. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | coding | HiddenField | 'amplitude' hides a field. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | coding | HiddenField | 'frequency' hides a field. | 132 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | coding | HiddenField | 'phase' hides a field. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 164 |
Error | javadoc | JavadocMethod | Expected @return tag. | 166 |
Error | misc | FinalParameters | Parameter key should be final. | 166 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 166 |
Error | misc | FinalParameters | Parameter o should be final. | 174 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
Error | coding | MagicNumber | '31' is a magic number. | 197 |
Error | coding | MagicNumber | '32' is a magic number. | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 198 |
Error | coding | MagicNumber | '31' is a magic number. | 198 |
Error | coding | MagicNumber | '32' is a magic number. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 199 |
Error | coding | MagicNumber | '31' is a magic number. | 199 |
Error | coding | MagicNumber | '32' is a magic number. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 200 |
Error | coding | MagicNumber | '31' is a magic number. | 200 |
Error | coding | MagicNumber | '32' is a magic number. | 200 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 271). | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 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. | 67 |
Error | misc | FinalParameters | Parameter audioFormat should be final. | 67 |
Error | coding | HiddenField | 'audioFormat' hides a field. | 67 |
Error | misc | FinalParameters | Parameter timeMillis should be final. | 67 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 |
Error | misc | FinalParameters | Parameter timeMillis should be final. | 79 |
Error | misc | FinalParameters | Parameter sunit should be final. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | misc | FinalParameters | Parameter size should be final. | 89 |
Error | misc | FinalParameters | Parameter sunit should be final. | 89 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 95 |
Error | misc | FinalParameters | Parameter audioFormat should be final. | 100 |
Error | coding | HiddenField | 'audioFormat' hides a field. | 100 |
Error | misc | FinalParameters | Parameter size should be final. | 100 |
Error | misc | FinalParameters | Parameter sunit should be final. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 111 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 112 |
Error | coding | MagicNumber | '8' is a magic number. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 118 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
Error | coding | MagicNumber | '0xFF' is a magic number. | 124 |
Error | coding | MagicNumber | '0xFF' is a magic number. | 124 |
Error | coding | MagicNumber | '8' is a magic number. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 158 |
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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 159 |
Error | coding | MagicNumber | '0.1' is a magic number. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 330). | 34 |
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 | 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 | 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 | 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 | 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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 94). | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 43 |
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 95). | 54 |
Error | coding | HiddenField | 'initialValue' hides a field. | 54 |
Error | coding | HiddenField | 'finalValue' hides a field. | 54 |
Error | coding | HiddenField | 'delayTime' hides a field. | 54 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Error | coding | HiddenField | 'finalValue' hides a field. | 67 |
Error | misc | FinalParameters | Parameter sunit should be final. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | misc | FinalParameters | Parameter sunit should be final. | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 91 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | coding | HiddenField | 'initialValue' hides a field. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | coding | HiddenField | 'finalValue' hides a field. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 133 |
Error | coding | HiddenField | 'delayTime' hides a field. | 136 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 175 |
Error | javadoc | JavadocMethod | Expected @return tag. | 177 |
Error | misc | FinalParameters | Parameter key should be final. | 177 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 177 |
Error | misc | FinalParameters | Parameter o should be final. | 185 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 208 |
Error | coding | MagicNumber | '31' is a magic number. | 208 |
Error | coding | MagicNumber | '32' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 209 |
Error | coding | MagicNumber | '31' is a magic number. | 209 |
Error | coding | MagicNumber | '32' is a magic number. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 210 |
Error | coding | MagicNumber | '31' is a magic number. | 210 |
Error | coding | MagicNumber | '32' is a magic number. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 308). | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | misc | FinalParameters | Parameter sunit should be final. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 74 |
Error | javadoc | JavadocMethod | Expected @return tag. | 76 |
Error | misc | FinalParameters | Parameter parameter should be final. | 76 |
Error | javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 86 |
Error | misc | FinalParameters | Parameter key should be final. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 305). | 34 |
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 | 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 | 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 | 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 | 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 | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | misc | FinalParameters | Parameter sunit should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | misc | FinalParameters | Parameter obj should be final. | 74 |
Error | coding | HiddenField | 'obj' hides a field. | 74 |
Error | misc | FinalParameters | Parameter sunit should be final. | 74 |
Error | misc | FinalParameters | Parameter t should be final. | 83 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 98 |
Error | javadoc | JavadocMethod | Expected @return tag. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | misc | FinalParameters | Parameter method should be final. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 123 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 131 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 136 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 138 |
Error | misc | FinalParameters | Parameter closeFunction should be final. | 141 |
Error | coding | HiddenField | 'closeFunction' hides a field. | 141 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 146 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 148 |
Error | misc | FinalParameters | Parameter openFunction should be final. | 151 |
Error | coding | HiddenField | 'openFunction' hides a field. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 157 |
Error | javadoc | JavadocMethod | Expected @return tag. | 159 |
Error | misc | FinalParameters | Parameter name should be final. | 159 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 159 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 159 |
Error | javadoc | JavadocMethod | Expected @return tag. | 166 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 173 |
Error | misc | FinalParameters | Parameter name should be final. | 173 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 173 |
Error | misc | FinalParameters | Parameter value should be final. | 173 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 173 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 178 |
Error | javadoc | JavadocMethod | Expected @return tag. | 180 |
Error | misc | FinalParameters | Parameter name should be final. | 180 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 180 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 202 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 266 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 291). | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | misc | FinalParameters | Parameter sunit should be final. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter obj should be final. | 64 |
Error | coding | HiddenField | 'obj' hides a field. | 64 |
Error | misc | FinalParameters | Parameter sunit should be final. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 70 |
Error | misc | FinalParameters | Parameter k should be final. | 73 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
Error | javadoc | JavadocMethod | Expected @param tag for 'klass'. | 88 |
Error | javadoc | JavadocMethod | Expected @return tag. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | misc | FinalParameters | Parameter method should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 113 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 113 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 119 |
Error | javadoc | JavadocMethod | Expected @param tag for 'method'. | 121 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SecurityException'. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 127 |
Error | javadoc | JavadocMethod | Expected @return tag. | 129 |
Error | misc | FinalParameters | Parameter name should be final. | 129 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 129 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 129 |
Error | javadoc | JavadocMethod | Expected @return tag. | 136 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 143 |
Error | misc | FinalParameters | Parameter name should be final. | 143 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 143 |
Error | misc | FinalParameters | Parameter value should be final. | 143 |
Error | javadoc | JavadocMethod | Expected @param tag for 'value'. | 143 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'NoSuchParameterException'. | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 148 |
Error | javadoc | JavadocMethod | Expected @return tag. | 150 |
Error | misc | FinalParameters | Parameter name should be final. | 150 |
Error | javadoc | JavadocMethod | Expected @param tag for 'name'. | 150 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'ParameterException'. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
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 281). | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | misc | FinalParameters | Parameter sunit should be final. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | coding | HiddenField | 'variableName' hides a field. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 82 |
Error | javadoc | JavadocMethod | Expected @return tag. | 84 |
Error | misc | FinalParameters | Parameter key should be final. | 84 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key'. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 89 |
Error | misc | FinalParameters | Parameter o should be final. | 92 |
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 | 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 | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 115 |
Error | coding | MagicNumber | '31' is a magic number. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | design | VisibilityModifier | Variable 'fmt' must be private and have accessor methods. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 37 |
Error | design | VisibilityModifier | Variable 'js5' must be private and have accessor methods. | 37 |
Error | coding | MagicNumber | '3.34' is a magic number. | 37 |
Error | coding | MagicNumber | '3.20' is a magic number. | 37 |
Error | coding | MagicNumber | '4.74' is a magic number. | 37 |
Error | coding | MagicNumber | '3.00' is a magic number. | 37 |
Error | coding | MagicNumber | '4.03' is a magic number. | 37 |
Error | coding | MagicNumber | '6.90' is a magic number. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | design | VisibilityModifier | Variable 'data' must be private and have accessor methods. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 43 |
Error | coding | MagicNumber | '0.24' is a magic number. | 43 |
Error | coding | MagicNumber | '0.39' is a magic number. | 43 |
Error | coding | MagicNumber | '0.32' is a magic number. | 43 |
Error | coding | MagicNumber | '0.40' is a magic number. | 43 |
Error | coding | MagicNumber | '0.31' is a magic number. | 43 |
Error | coding | MagicNumber | '0.56' is a magic number. | 43 |
Error | coding | MagicNumber | '11.25' is a magic number. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 44 |
Error | coding | MagicNumber | '0.27' is a magic number. | 44 |
Error | coding | MagicNumber | '0.27' is a magic number. | 44 |
Error | coding | MagicNumber | '0.44' is a magic number. | 44 |
Error | coding | MagicNumber | '0.60' is a magic number. | 44 |
Error | coding | MagicNumber | '0.27' is a magic number. | 44 |
Error | coding | MagicNumber | '0.49' is a magic number. | 44 |
Error | coding | MagicNumber | '10.88' is a magic number. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 45 |
Error | coding | MagicNumber | '0.24' is a magic number. | 45 |
Error | coding | MagicNumber | '0.39' is a magic number. | 45 |
Error | coding | MagicNumber | '0.32' is a magic number. | 45 |
Error | coding | MagicNumber | '0.40' is a magic number. | 45 |
Error | coding | MagicNumber | '0.31' is a magic number. | 45 |
Error | coding | MagicNumber | '0.56' is a magic number. | 45 |
Error | coding | MagicNumber | '11.25' is a magic number. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 46 |
Error | coding | MagicNumber | '0.27' is a magic number. | 46 |
Error | coding | MagicNumber | '0.27' is a magic number. | 46 |
Error | coding | MagicNumber | '0.44' is a magic number. | 46 |
Error | coding | MagicNumber | '0.60' is a magic number. | 46 |
Error | coding | MagicNumber | '0.27' is a magic number. | 46 |
Error | coding | MagicNumber | '0.49' is a magic number. | 46 |
Error | coding | MagicNumber | '10.88' is a magic number. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 47 |
Error | coding | MagicNumber | '0.42' is a magic number. | 47 |
Error | coding | MagicNumber | '0.34' is a magic number. | 47 |
Error | coding | MagicNumber | '0.37' is a magic number. | 47 |
Error | coding | MagicNumber | '0.41' is a magic number. | 47 |
Error | coding | MagicNumber | '0.39' is a magic number. | 47 |
Error | coding | MagicNumber | '0.61' is a magic number. | 47 |
Error | coding | MagicNumber | '9.67' is a magic number. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 48 |
Error | coding | MagicNumber | '0.31' is a magic number. | 48 |
Error | coding | MagicNumber | '0.30' is a magic number. | 48 |
Error | coding | MagicNumber | '0.42' is a magic number. | 48 |
Error | coding | MagicNumber | '0.66' is a magic number. | 48 |
Error | coding | MagicNumber | '0.37' is a magic number. | 48 |
Error | coding | MagicNumber | '0.57' is a magic number. | 48 |
Error | coding | MagicNumber | '9.59' is a magic number. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 49 |
Error | coding | MagicNumber | '0.38' is a magic number. | 49 |
Error | coding | MagicNumber | '0.38' is a magic number. | 49 |
Error | coding | MagicNumber | '0.66' is a magic number. | 49 |
Error | coding | MagicNumber | '0.71' is a magic number. | 49 |
Error | coding | MagicNumber | '0.27' is a magic number. | 49 |
Error | coding | MagicNumber | '0.49' is a magic number. | 49 |
Error | coding | MagicNumber | '8.82' is a magic number. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 50 |
Error | coding | MagicNumber | '0.44' is a magic number. | 50 |
Error | coding | MagicNumber | '0.44' is a magic number. | 50 |
Error | coding | MagicNumber | '0.60' is a magic number. | 50 |
Error | coding | MagicNumber | '0.93' is a magic number. | 50 |
Error | coding | MagicNumber | '0.33' is a magic number. | 50 |
Error | coding | MagicNumber | '0.49' is a magic number. | 50 |
Error | coding | MagicNumber | '7.89' is a magic number. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 51 |
Error | coding | MagicNumber | '0.40' is a magic number. | 51 |
Error | coding | MagicNumber | '0.35' is a magic number. | 51 |
Error | coding | MagicNumber | '0.64' is a magic number. | 51 |
Error | coding | MagicNumber | '0.47' is a magic number. | 51 |
Error | coding | MagicNumber | '0.52' is a magic number. | 51 |
Error | coding | MagicNumber | '0.87' is a magic number. | 51 |
Error | coding | MagicNumber | '7.78' is a magic number. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 52 |
Error | coding | MagicNumber | '0.40' is a magic number. | 52 |
Error | coding | MagicNumber | '0.34' is a magic number. | 52 |
Error | coding | MagicNumber | '0.56' is a magic number. | 52 |
Error | coding | MagicNumber | '0.43' is a magic number. | 52 |
Error | coding | MagicNumber | '0.51' is a magic number. | 52 |
Error | coding | MagicNumber | '1.19' is a magic number. | 52 |
Error | coding | MagicNumber | '7.73' is a magic number. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 53 |
Error | coding | MagicNumber | '0.49' is a magic number. | 53 |
Error | coding | MagicNumber | '0.38' is a magic number. | 53 |
Error | coding | MagicNumber | '0.77' is a magic number. | 53 |
Error | coding | MagicNumber | '0.77' is a magic number. | 53 |
Error | coding | MagicNumber | '0.33' is a magic number. | 53 |
Error | coding | MagicNumber | '0.55' is a magic number. | 53 |
Error | coding | MagicNumber | '7.72' is a magic number. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 54 |
Error | coding | MagicNumber | '0.38' is a magic number. | 54 |
Error | coding | MagicNumber | '0.38' is a magic number. | 54 |
Error | coding | MagicNumber | '0.55' is a magic number. | 54 |
Error | coding | MagicNumber | '0.88' is a magic number. | 54 |
Error | coding | MagicNumber | '0.49' is a magic number. | 54 |
Error | coding | MagicNumber | '0.71' is a magic number. | 54 |
Error | coding | MagicNumber | '7.47' is a magic number. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 55 |
Error | coding | MagicNumber | '0.33' is a magic number. | 55 |
Error | coding | MagicNumber | '0.42' is a magic number. | 55 |
Error | coding | MagicNumber | '0.51' is a magic number. | 55 |
Error | coding | MagicNumber | '0.80' is a magic number. | 55 |
Error | coding | MagicNumber | '0.50' is a magic number. | 55 |
Error | coding | MagicNumber | '0.93' is a magic number. | 55 |
Error | coding | MagicNumber | '7.37' is a magic number. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 56 |
Error | coding | MagicNumber | '0.38' is a magic number. | 56 |
Error | coding | MagicNumber | '0.39' is a magic number. | 56 |
Error | coding | MagicNumber | '0.51' is a magic number. | 56 |
Error | coding | MagicNumber | '0.96' is a magic number. | 56 |
Error | coding | MagicNumber | '0.49' is a magic number. | 56 |
Error | coding | MagicNumber | '0.75' is a magic number. | 56 |
Error | coding | MagicNumber | '7.36' is a magic number. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 57 |
Error | coding | MagicNumber | '0.27' is a magic number. | 57 |
Error | coding | MagicNumber | '0.36' is a magic number. | 57 |
Error | coding | MagicNumber | '1.24' is a magic number. | 57 |
Error | coding | MagicNumber | '1.06' is a magic number. | 57 |
Error | coding | MagicNumber | '0.37' is a magic number. | 57 |
Error | coding | MagicNumber | '0.83' is a magic number. | 57 |
Error | coding | MagicNumber | '6.90' is a magic number. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 200). | 58 |
Error | coding | MagicNumber | '0.54' is a magic number. | 58 |
Error | coding | MagicNumber | '0.38' is a magic number. | 58 |
Error | coding | MagicNumber | '0.37' is a magic number. | 58 |
Error | coding | MagicNumber | '1.50' is a magic number. | 58 |
Error | coding | MagicNumber | '0.87' is a magic number. | 58 |
Error | coding | MagicNumber | '1.10' is a magic number. | 58 |
Error | coding | MagicNumber | '5.82' is a magic number. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 59 |
Error | coding | MagicNumber | '0.60' is a magic number. | 59 |
Error | coding | MagicNumber | '0.55' is a magic number. | 59 |
Error | coding | MagicNumber | '0.88' is a magic number. | 59 |
Error | coding | MagicNumber | '1.43' is a magic number. | 59 |
Error | coding | MagicNumber | '0.44' is a magic number. | 59 |
Error | coding | MagicNumber | '0.66' is a magic number. | 59 |
Error | coding | MagicNumber | '5.72' is a magic number. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 60 |
Error | coding | MagicNumber | '0.55' is a magic number. | 60 |
Error | coding | MagicNumber | '0.38' is a magic number. | 60 |
Error | coding | MagicNumber | '0.63' is a magic number. | 60 |
Error | coding | MagicNumber | '0.98' is a magic number. | 60 |
Error | coding | MagicNumber | '0.76' is a magic number. | 60 |
Error | coding | MagicNumber | '1.31' is a magic number. | 60 |
Error | coding | MagicNumber | '5.66' is a magic number. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 61 |
Error | coding | MagicNumber | '0.47' is a magic number. | 61 |
Error | coding | MagicNumber | '0.60' is a magic number. | 61 |
Error | coding | MagicNumber | '0.83' is a magic number. | 61 |
Error | coding | MagicNumber | '1.01' is a magic number. | 61 |
Error | coding | MagicNumber | '0.68' is a magic number. | 61 |
Error | coding | MagicNumber | '0.97' is a magic number. | 61 |
Error | coding | MagicNumber | '5.48' is a magic number. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 62 |
Error | coding | MagicNumber | '0.67' is a magic number. | 62 |
Error | coding | MagicNumber | '0.89' is a magic number. | 62 |
Error | coding | MagicNumber | '0.69' is a magic number. | 62 |
Error | coding | MagicNumber | '1.40' is a magic number. | 62 |
Error | coding | MagicNumber | '0.75' is a magic number. | 62 |
Error | coding | MagicNumber | '1.14' is a magic number. | 62 |
Error | coding | MagicNumber | '4.52' is a magic number. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 63 |
Error | coding | MagicNumber | '0.66' is a magic number. | 63 |
Error | coding | MagicNumber | '0.96' is a magic number. | 63 |
Error | coding | MagicNumber | '0.70' is a magic number. | 63 |
Error | coding | MagicNumber | '1.14' is a magic number. | 63 |
Error | coding | MagicNumber | '0.75' is a magic number. | 63 |
Error | coding | MagicNumber | '1.38' is a magic number. | 63 |
Error | coding | MagicNumber | '4.48' is a magic number. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 64 |
Error | coding | MagicNumber | '0.66' is a magic number. | 64 |
Error | coding | MagicNumber | '1.05' is a magic number. | 64 |
Error | coding | MagicNumber | '1.08' is a magic number. | 64 |
Error | coding | MagicNumber | '1.47' is a magic number. | 64 |
Error | coding | MagicNumber | '0.69' is a magic number. | 64 |
Error | coding | MagicNumber | '1.16' is a magic number. | 64 |
Error | coding | MagicNumber | '4.11' is a magic number. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 65 |
Error | coding | MagicNumber | '0.76' is a magic number. | 65 |
Error | coding | MagicNumber | '0.72' is a magic number. | 65 |
Error | coding | MagicNumber | '1.10' is a magic number. | 65 |
Error | coding | MagicNumber | '1.05' is a magic number. | 65 |
Error | coding | MagicNumber | '0.89' is a magic number. | 65 |
Error | coding | MagicNumber | '1.70' is a magic number. | 65 |
Error | coding | MagicNumber | '4.05' is a magic number. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 66 |
Error | coding | MagicNumber | '0.76' is a magic number. | 66 |
Error | coding | MagicNumber | '0.69' is a magic number. | 66 |
Error | coding | MagicNumber | '1.14' is a magic number. | 66 |
Error | coding | MagicNumber | '1.25' is a magic number. | 66 |
Error | coding | MagicNumber | '0.87' is a magic number. | 66 |
Error | coding | MagicNumber | '1.55' is a magic number. | 66 |
Error | coding | MagicNumber | '4.02' is a magic number. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 67 |
Error | coding | MagicNumber | '0.99' is a magic number. | 67 |
Error | coding | MagicNumber | '1.34' is a magic number. | 67 |
Error | coding | MagicNumber | '1.90' is a magic number. | 67 |
Error | coding | MagicNumber | '1.78' is a magic number. | 67 |
Error | coding | MagicNumber | '0.70' is a magic number. | 67 |
Error | coding | MagicNumber | '1.32' is a magic number. | 67 |
Error | coding | MagicNumber | '3.17' is a magic number. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 68 |
Error | coding | MagicNumber | '0.90' is a magic number. | 68 |
Error | coding | MagicNumber | '1.22' is a magic number. | 68 |
Error | coding | MagicNumber | '1.60' is a magic number. | 68 |
Error | coding | MagicNumber | '1.18' is a magic number. | 68 |
Error | coding | MagicNumber | '1.12' is a magic number. | 68 |
Error | coding | MagicNumber | '2.11' is a magic number. | 68 |
Error | coding | MagicNumber | '3.09' is a magic number. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 69 |
Error | coding | MagicNumber | '1.16' is a magic number. | 69 |
Error | coding | MagicNumber | '1.18' is a magic number. | 69 |
Error | coding | MagicNumber | '1.09' is a magic number. | 69 |
Error | coding | MagicNumber | '2.35' is a magic number. | 69 |
Error | coding | MagicNumber | '0.99' is a magic number. | 69 |
Error | coding | MagicNumber | '1.47' is a magic number. | 69 |
Error | coding | MagicNumber | '3.06' is a magic number. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 70 |
Error | coding | MagicNumber | '1.02' is a magic number. | 70 |
Error | coding | MagicNumber | '1.33' is a magic number. | 70 |
Error | coding | MagicNumber | '1.62' is a magic number. | 70 |
Error | coding | MagicNumber | '1.77' is a magic number. | 70 |
Error | coding | MagicNumber | '0.77' is a magic number. | 70 |
Error | coding | MagicNumber | '1.72' is a magic number. | 70 |
Error | coding | MagicNumber | '3.06' is a magic number. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 71 |
Error | coding | MagicNumber | '0.83' is a magic number. | 71 |
Error | coding | MagicNumber | '0.98' is a magic number. | 71 |
Error | coding | MagicNumber | '3.95' is a magic number. | 71 |
Error | coding | MagicNumber | '2.69' is a magic number. | 71 |
Error | coding | MagicNumber | '0.50' is a magic number. | 71 |
Error | coding | MagicNumber | '1.37' is a magic number. | 71 |
Error | coding | MagicNumber | '2.99' is a magic number. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 72 |
Error | coding | MagicNumber | '0.88' is a magic number. | 72 |
Error | coding | MagicNumber | '1.15' is a magic number. | 72 |
Error | coding | MagicNumber | '3.79' is a magic number. | 72 |
Error | coding | MagicNumber | '2.52' is a magic number. | 72 |
Error | coding | MagicNumber | '0.50' is a magic number. | 72 |
Error | coding | MagicNumber | '1.43' is a magic number. | 72 |
Error | coding | MagicNumber | '2.91' is a magic number. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 73 |
Error | coding | MagicNumber | '1.08' is a magic number. | 73 |
Error | coding | MagicNumber | '1.42' is a magic number. | 73 |
Error | coding | MagicNumber | '1.81' is a magic number. | 73 |
Error | coding | MagicNumber | '1.82' is a magic number. | 73 |
Error | coding | MagicNumber | '0.76' is a magic number. | 73 |
Error | coding | MagicNumber | '1.88' is a magic number. | 73 |
Error | coding | MagicNumber | '2.89' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 74 |
Error | coding | MagicNumber | '1.59' is a magic number. | 74 |
Error | coding | MagicNumber | '1.37' is a magic number. | 74 |
Error | coding | MagicNumber | '2.47' is a magic number. | 74 |
Error | coding | MagicNumber | '1.81' is a magic number. | 74 |
Error | coding | MagicNumber | '0.77' is a magic number. | 74 |
Error | coding | MagicNumber | '1.10' is a magic number. | 74 |
Error | coding | MagicNumber | '2.83' is a magic number. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 75 |
Error | coding | MagicNumber | '0.82' is a magic number. | 75 |
Error | coding | MagicNumber | '0.99' is a magic number. | 75 |
Error | coding | MagicNumber | '1.55' is a magic number. | 75 |
Error | coding | MagicNumber | '4.25' is a magic number. | 75 |
Error | coding | MagicNumber | '1.03' is a magic number. | 75 |
Error | coding | MagicNumber | '2.36' is a magic number. | 75 |
Error | coding | MagicNumber | '2.62' is a magic number. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 76 |
Error | coding | MagicNumber | '0.81' is a magic number. | 76 |
Error | coding | MagicNumber | '1.16' is a magic number. | 76 |
Error | coding | MagicNumber | '4.53' is a magic number. | 76 |
Error | coding | MagicNumber | '2.04' is a magic number. | 76 |
Error | coding | MagicNumber | '0.79' is a magic number. | 76 |
Error | coding | MagicNumber | '2.49' is a magic number. | 76 |
Error | coding | MagicNumber | '2.51' is a magic number. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 77 |
Error | coding | MagicNumber | '1.23' is a magic number. | 77 |
Error | coding | MagicNumber | '1.50' is a magic number. | 77 |
Error | coding | MagicNumber | '1.85' is a magic number. | 77 |
Error | coding | MagicNumber | '3.05' is a magic number. | 77 |
Error | coding | MagicNumber | '1.11' is a magic number. | 77 |
Error | coding | MagicNumber | '1.86' is a magic number. | 77 |
Error | coding | MagicNumber | '2.41' is a magic number. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 78 |
Error | coding | MagicNumber | '1.32' is a magic number. | 78 |
Error | coding | MagicNumber | '1.48' is a magic number. | 78 |
Error | coding | MagicNumber | '2.14' is a magic number. | 78 |
Error | coding | MagicNumber | '2.25' is a magic number. | 78 |
Error | coding | MagicNumber | '1.10' is a magic number. | 78 |
Error | coding | MagicNumber | '2.20' is a magic number. | 78 |
Error | coding | MagicNumber | '2.39' is a magic number. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 79 |
Error | coding | MagicNumber | '1.25' is a magic number. | 79 |
Error | coding | MagicNumber | '1.68' is a magic number. | 79 |
Error | coding | MagicNumber | '2.16' is a magic number. | 79 |
Error | coding | MagicNumber | '2.02' is a magic number. | 79 |
Error | coding | MagicNumber | '1.50' is a magic number. | 79 |
Error | coding | MagicNumber | '2.11' is a magic number. | 79 |
Error | coding | MagicNumber | '2.29' is a magic number. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 80 |
Error | coding | MagicNumber | '1.62' is a magic number. | 80 |
Error | coding | MagicNumber | '1.63' is a magic number. | 80 |
Error | coding | MagicNumber | '1.62' is a magic number. | 80 |
Error | coding | MagicNumber | '2.59' is a magic number. | 80 |
Error | coding | MagicNumber | '1.34' is a magic number. | 80 |
Error | coding | MagicNumber | '2.38' is a magic number. | 80 |
Error | coding | MagicNumber | '2.22' is a magic number. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 81 |
Error | coding | MagicNumber | '1.46' is a magic number. | 81 |
Error | coding | MagicNumber | '1.90' is a magic number. | 81 |
Error | coding | MagicNumber | '2.21' is a magic number. | 81 |
Error | coding | MagicNumber | '2.59' is a magic number. | 81 |
Error | coding | MagicNumber | '1.50' is a magic number. | 81 |
Error | coding | MagicNumber | '2.39' is a magic number. | 81 |
Error | coding | MagicNumber | '2.05' is a magic number. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 82 |
Error | coding | MagicNumber | '1.29' is a magic number. | 82 |
Error | coding | MagicNumber | '2.18' is a magic number. | 82 |
Error | coding | MagicNumber | '2.31' is a magic number. | 82 |
Error | coding | MagicNumber | '3.19' is a magic number. | 82 |
Error | coding | MagicNumber | '1.22' is a magic number. | 82 |
Error | coding | MagicNumber | '2.35' is a magic number. | 82 |
Error | coding | MagicNumber | '2.04' is a magic number. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 83 |
Error | coding | MagicNumber | '1.16' is a magic number. | 83 |
Error | coding | MagicNumber | '1.42' is a magic number. | 83 |
Error | coding | MagicNumber | '1.81' is a magic number. | 83 |
Error | coding | MagicNumber | '5.47' is a magic number. | 83 |
Error | coding | MagicNumber | '1.13' is a magic number. | 83 |
Error | coding | MagicNumber | '3.30' is a magic number. | 83 |
Error | coding | MagicNumber | '2.03' is a magic number. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 84 |
Error | coding | MagicNumber | '1.49' is a magic number. | 84 |
Error | coding | MagicNumber | '1.95' is a magic number. | 84 |
Error | coding | MagicNumber | '2.43' is a magic number. | 84 |
Error | coding | MagicNumber | '2.27' is a magic number. | 84 |
Error | coding | MagicNumber | '1.45' is a magic number. | 84 |
Error | coding | MagicNumber | '2.94' is a magic number. | 84 |
Error | coding | MagicNumber | '1.99' is a magic number. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 85 |
Error | coding | MagicNumber | '1.59' is a magic number. | 85 |
Error | coding | MagicNumber | '2.13' is a magic number. | 85 |
Error | coding | MagicNumber | '2.81' is a magic number. | 85 |
Error | coding | MagicNumber | '2.48' is a magic number. | 85 |
Error | coding | MagicNumber | '1.54' is a magic number. | 85 |
Error | coding | MagicNumber | '4.49' is a magic number. | 85 |
Error | coding | MagicNumber | '1.72' is a magic number. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 86 |
Error | coding | MagicNumber | '1.58' is a magic number. | 86 |
Error | coding | MagicNumber | '1.79' is a magic number. | 86 |
Error | coding | MagicNumber | '2.87' is a magic number. | 86 |
Error | coding | MagicNumber | '3.49' is a magic number. | 86 |
Error | coding | MagicNumber | '1.94' is a magic number. | 86 |
Error | coding | MagicNumber | '4.01' is a magic number. | 86 |
Error | coding | MagicNumber | '1.64' is a magic number. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 87 |
Error | coding | MagicNumber | '2.08' is a magic number. | 87 |
Error | coding | MagicNumber | '2.22' is a magic number. | 87 |
Error | coding | MagicNumber | '3.28' is a magic number. | 87 |
Error | coding | MagicNumber | '2.23' is a magic number. | 87 |
Error | coding | MagicNumber | '1.87' is a magic number. | 87 |
Error | coding | MagicNumber | '4.92' is a magic number. | 87 |
Error | coding | MagicNumber | '1.54' is a magic number. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 88 |
Error | coding | MagicNumber | '1.93' is a magic number. | 88 |
Error | coding | MagicNumber | '3.32' is a magic number. | 88 |
Error | coding | MagicNumber | '3.51' is a magic number. | 88 |
Error | coding | MagicNumber | '3.98' is a magic number. | 88 |
Error | coding | MagicNumber | '1.77' is a magic number. | 88 |
Error | coding | MagicNumber | '3.46' is a magic number. | 88 |
Error | coding | MagicNumber | '1.41' is a magic number. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 89 |
Error | coding | MagicNumber | '2.31' is a magic number. | 89 |
Error | coding | MagicNumber | '2.16' is a magic number. | 89 |
Error | coding | MagicNumber | '3.11' is a magic number. | 89 |
Error | coding | MagicNumber | '2.42' is a magic number. | 89 |
Error | coding | MagicNumber | '3.13' is a magic number. | 89 |
Error | coding | MagicNumber | '5.79' is a magic number. | 89 |
Error | coding | MagicNumber | '1.36' is a magic number. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 90 |
Error | coding | MagicNumber | '3.29' is a magic number. | 90 |
Error | coding | MagicNumber | '2.85' is a magic number. | 90 |
Error | coding | MagicNumber | '6.27' is a magic number. | 90 |
Error | coding | MagicNumber | '2.53' is a magic number. | 90 |
Error | coding | MagicNumber | '2.25' is a magic number. | 90 |
Error | coding | MagicNumber | '3.57' is a magic number. | 90 |
Error | coding | MagicNumber | '1.23' is a magic number. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 91 |
Error | coding | MagicNumber | '3.08' is a magic number. | 91 |
Error | coding | MagicNumber | '2.36' is a magic number. | 91 |
Error | coding | MagicNumber | '3.57' is a magic number. | 91 |
Error | coding | MagicNumber | '4.29' is a magic number. | 91 |
Error | coding | MagicNumber | '2.97' is a magic number. | 91 |
Error | coding | MagicNumber | '4.34' is a magic number. | 91 |
Error | coding | MagicNumber | '1.20' is a magic number. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 92 |
Error | coding | MagicNumber | '3.13' is a magic number. | 92 |
Error | coding | MagicNumber | '3.41' is a magic number. | 92 |
Error | coding | MagicNumber | '4.73' is a magic number. | 92 |
Error | coding | MagicNumber | '5.16' is a magic number. | 92 |
Error | coding | MagicNumber | '2.38' is a magic number. | 92 |
Error | coding | MagicNumber | '4.62' is a magic number. | 92 |
Error | coding | MagicNumber | '1.07' is a magic number. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 93 |
Error | coding | MagicNumber | '2.64' is a magic number. | 93 |
Error | coding | MagicNumber | '3.24' is a magic number. | 93 |
Error | coding | MagicNumber | '4.84' is a magic number. | 93 |
Error | coding | MagicNumber | '3.74' is a magic number. | 93 |
Error | coding | MagicNumber | '3.02' is a magic number. | 93 |
Error | coding | MagicNumber | '6.10' is a magic number. | 93 |
Error | coding | MagicNumber | '1.07' is a magic number. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 94 |
Error | coding | MagicNumber | '2.25' is a magic number. | 94 |
Error | coding | MagicNumber | '3.39' is a magic number. | 94 |
Error | coding | MagicNumber | '4.51' is a magic number. | 94 |
Error | coding | MagicNumber | '4.48' is a magic number. | 94 |
Error | coding | MagicNumber | '3.71' is a magic number. | 94 |
Error | coding | MagicNumber | '6.34' is a magic number. | 94 |
Error | coding | MagicNumber | '1.03' is a magic number. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 95 |
Error | coding | MagicNumber | '2.57' is a magic number. | 95 |
Error | coding | MagicNumber | '3.88' is a magic number. | 95 |
Error | coding | MagicNumber | '4.98' is a magic number. | 95 |
Error | coding | MagicNumber | '4.31' is a magic number. | 95 |
Error | coding | MagicNumber | '2.95' is a magic number. | 95 |
Error | coding | MagicNumber | '6.21' is a magic number. | 95 |
Error | coding | MagicNumber | '1.01' is a magic number. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 96 |
Error | coding | MagicNumber | '3.34' is a magic number. | 96 |
Error | coding | MagicNumber | '3.20' is a magic number. | 96 |
Error | coding | MagicNumber | '4.74' is a magic number. | 96 |
Error | coding | MagicNumber | '3.00' is a magic number. | 96 |
Error | coding | MagicNumber | '4.03' is a magic number. | 96 |
Error | coding | MagicNumber | '6.90' is a magic number. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 97 |
Error | coding | MagicNumber | '2.96' is a magic number. | 97 |
Error | coding | MagicNumber | '3.19' is a magic number. | 97 |
Error | coding | MagicNumber | '8.74' is a magic number. | 97 |
Error | coding | MagicNumber | '7.91' is a magic number. | 97 |
Error | coding | MagicNumber | '1.48' is a magic number. | 97 |
Error | coding | MagicNumber | '5.27' is a magic number. | 97 |
Error | coding | MagicNumber | '0.97' is a magic number. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 98 |
Error | coding | MagicNumber | '3.43' is a magic number. | 98 |
Error | coding | MagicNumber | '3.74' is a magic number. | 98 |
Error | coding | MagicNumber | '5.52' is a magic number. | 98 |
Error | coding | MagicNumber | '3.31' is a magic number. | 98 |
Error | coding | MagicNumber | '3.37' is a magic number. | 98 |
Error | coding | MagicNumber | '6.61' is a magic number. | 98 |
Error | coding | MagicNumber | '0.97' is a magic number. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 99 |
Error | coding | MagicNumber | '5.10' is a magic number. | 99 |
Error | coding | MagicNumber | '5.38' is a magic number. | 99 |
Error | coding | MagicNumber | '6.40' is a magic number. | 99 |
Error | coding | MagicNumber | '7.06' is a magic number. | 99 |
Error | coding | MagicNumber | '3.20' is a magic number. | 99 |
Error | coding | MagicNumber | '8.63' is a magic number. | 99 |
Error | coding | MagicNumber | '0.71' is a magic number. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 100 |
Error | coding | MagicNumber | '7.45' is a magic number. | 100 |
Error | coding | MagicNumber | '7.60' is a magic number. | 100 |
Error | coding | MagicNumber | '11.31' is a magic number. | 100 |
Error | coding | MagicNumber | '7.48' is a magic number. | 100 |
Error | coding | MagicNumber | '5.66' is a magic number. | 100 |
Error | coding | MagicNumber | '10.95' is a magic number. | 100 |
Error | coding | MagicNumber | '0.49' is a magic number. | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 101 |
Error | coding | MagicNumber | '7.29' is a magic number. | 101 |
Error | coding | MagicNumber | '7.52' is a magic number. | 101 |
Error | coding | MagicNumber | '11.54' is a magic number. | 101 |
Error | coding | MagicNumber | '7.71' is a magic number. | 101 |
Error | coding | MagicNumber | '5.95' is a magic number. | 101 |
Error | coding | MagicNumber | '10.26' is a magic number. | 101 |
Error | coding | MagicNumber | '0.49' is a magic number. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 102 |
Error | coding | MagicNumber | '8.10' is a magic number. | 102 |
Error | coding | MagicNumber | '7.82' is a magic number. | 102 |
Error | coding | MagicNumber | '12.28' is a magic number. | 102 |
Error | coding | MagicNumber | '4.98' is a magic number. | 102 |
Error | coding | MagicNumber | '6.33' is a magic number. | 102 |
Error | coding | MagicNumber | '18.39' is a magic number. | 102 |
Error | coding | MagicNumber | '0.46' is a magic number. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 103 |
Error | coding | MagicNumber | '8.13' is a magic number. | 103 |
Error | coding | MagicNumber | '7.90' is a magic number. | 103 |
Error | coding | MagicNumber | '12.52' is a magic number. | 103 |
Error | coding | MagicNumber | '5.54' is a magic number. | 103 |
Error | coding | MagicNumber | '7.69' is a magic number. | 103 |
Error | coding | MagicNumber | '18.72' is a magic number. | 103 |
Error | coding | MagicNumber | '0.43' is a magic number. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 104 |
Error | coding | MagicNumber | '14.32' is a magic number. | 104 |
Error | coding | MagicNumber | '15.50' is a magic number. | 104 |
Error | coding | MagicNumber | '24.37' is a magic number. | 104 |
Error | coding | MagicNumber | '10.93' is a magic number. | 104 |
Error | coding | MagicNumber | '9.93' is a magic number. | 104 |
Error | coding | MagicNumber | '17.70' is a magic number. | 104 |
Error | coding | MagicNumber | '0.27' is a magic number. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 105 |
Error | coding | MagicNumber | '17.25' is a magic number. | 105 |
Error | coding | MagicNumber | '18.75' is a magic number. | 105 |
Error | coding | MagicNumber | '29.46' is a magic number. | 105 |
Error | coding | MagicNumber | '13.11' is a magic number. | 105 |
Error | coding | MagicNumber | '11.44' is a magic number. | 105 |
Error | coding | MagicNumber | '19.98' is a magic number. | 105 |
Error | coding | MagicNumber | '0.23' is a magic number. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 106 |
Error | coding | MagicNumber | '0.38' is a magic number. | 106 |
Error | coding | MagicNumber | '0.38' is a magic number. | 106 |
Error | coding | MagicNumber | '0.66' is a magic number. | 106 |
Error | coding | MagicNumber | '1.32' is a magic number. | 106 |
Error | coding | MagicNumber | '0.27' is a magic number. | 106 |
Error | coding | MagicNumber | '0.55' is a magic number. | 106 |
Error | coding | MagicNumber | '7.76' is a magic number. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 107 |
Error | coding | MagicNumber | '0.38' is a magic number. | 107 |
Error | coding | MagicNumber | '0.38' is a magic number. | 107 |
Error | coding | MagicNumber | '0.55' is a magic number. | 107 |
Error | coding | MagicNumber | '1.26' is a magic number. | 107 |
Error | coding | MagicNumber | '0.27' is a magic number. | 107 |
Error | coding | MagicNumber | '0.49' is a magic number. | 107 |
Error | coding | MagicNumber | '8.19' is a magic number. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 108 |
Error | coding | MagicNumber | '0.71' is a magic number. | 108 |
Error | coding | MagicNumber | '0.82' is a magic number. | 108 |
Error | coding | MagicNumber | '1.48' is a magic number. | 108 |
Error | coding | MagicNumber | '1.15' is a magic number. | 108 |
Error | coding | MagicNumber | '0.82' is a magic number. | 108 |
Error | coding | MagicNumber | '1.43' is a magic number. | 108 |
Error | coding | MagicNumber | '3.91' is a magic number. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 109 |
Error | coding | MagicNumber | '0.33' is a magic number. | 109 |
Error | coding | MagicNumber | '0.40' is a magic number. | 109 |
Error | coding | MagicNumber | '0.84' is a magic number. | 109 |
Error | coding | MagicNumber | '0.51' is a magic number. | 109 |
Error | coding | MagicNumber | '0.25' is a magic number. | 109 |
Error | coding | MagicNumber | '0.53' is a magic number. | 109 |
Error | coding | MagicNumber | '9.08' is a magic number. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 110 |
Error | coding | MagicNumber | '1.21' is a magic number. | 110 |
Error | coding | MagicNumber | '1.62' is a magic number. | 110 |
Error | coding | MagicNumber | '2.41' is a magic number. | 110 |
Error | coding | MagicNumber | '1.92' is a magic number. | 110 |
Error | coding | MagicNumber | '1.28' is a magic number. | 110 |
Error | coding | MagicNumber | '2.64' is a magic number. | 110 |
Error | coding | MagicNumber | '2.27' is a magic number. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 111 |
Error | coding | MagicNumber | '0.33' is a magic number. | 111 |
Error | coding | MagicNumber | '0.29' is a magic number. | 111 |
Error | coding | MagicNumber | '0.51' is a magic number. | 111 |
Error | coding | MagicNumber | '0.39' is a magic number. | 111 |
Error | coding | MagicNumber | '0.44' is a magic number. | 111 |
Error | coding | MagicNumber | '1.04' is a magic number. | 111 |
Error | coding | MagicNumber | '8.86' is a magic number. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 112 |
Error | coding | MagicNumber | '0.22' is a magic number. | 112 |
Error | coding | MagicNumber | '0.27' is a magic number. | 112 |
Error | coding | MagicNumber | '0.38' is a magic number. | 112 |
Error | coding | MagicNumber | '0.55' is a magic number. | 112 |
Error | coding | MagicNumber | '0.27' is a magic number. | 112 |
Error | coding | MagicNumber | '0.44' is a magic number. | 112 |
Error | coding | MagicNumber | '11.83' is a magic number. | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 113 |
Error | coding | MagicNumber | '0.66' is a magic number. | 113 |
Error | coding | MagicNumber | '0.79' is a magic number. | 113 |
Error | coding | MagicNumber | '0.66' is a magic number. | 113 |
Error | coding | MagicNumber | '1.62' is a magic number. | 113 |
Error | coding | MagicNumber | '0.43' is a magic number. | 113 |
Error | coding | MagicNumber | '0.73' is a magic number. | 113 |
Error | coding | MagicNumber | '5.40' is a magic number. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 114 |
Error | coding | MagicNumber | '0.18' is a magic number. | 114 |
Error | coding | MagicNumber | '0.25' is a magic number. | 114 |
Error | coding | MagicNumber | '0.28' is a magic number. | 114 |
Error | coding | MagicNumber | '0.55' is a magic number. | 114 |
Error | coding | MagicNumber | '0.29' is a magic number. | 114 |
Error | coding | MagicNumber | '0.69' is a magic number. | 114 |
Error | coding | MagicNumber | '12.04' is a magic number. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 115 |
Error | coding | MagicNumber | '0.20' is a magic number. | 115 |
Error | coding | MagicNumber | '0.27' is a magic number. | 115 |
Error | coding | MagicNumber | '0.39' is a magic number. | 115 |
Error | coding | MagicNumber | '0.57' is a magic number. | 115 |
Error | coding | MagicNumber | '0.28' is a magic number. | 115 |
Error | coding | MagicNumber | '0.57' is a magic number. | 115 |
Error | coding | MagicNumber | '11.41' is a magic number. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 116 |
Error | coding | MagicNumber | '0.13' is a magic number. | 116 |
Error | coding | MagicNumber | '0.22' is a magic number. | 116 |
Error | coding | MagicNumber | '0.72' is a magic number. | 116 |
Error | coding | MagicNumber | '0.56' is a magic number. | 116 |
Error | coding | MagicNumber | '0.23' is a magic number. | 116 |
Error | coding | MagicNumber | '0.50' is a magic number. | 116 |
Error | coding | MagicNumber | '12.12' is a magic number. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 117 |
Error | coding | MagicNumber | '0.17' is a magic number. | 117 |
Error | coding | MagicNumber | '0.20' is a magic number. | 117 |
Error | coding | MagicNumber | '0.26' is a magic number. | 117 |
Error | coding | MagicNumber | '0.49' is a magic number. | 117 |
Error | coding | MagicNumber | '0.30' is a magic number. | 117 |
Error | coding | MagicNumber | '0.67' is a magic number. | 117 |
Error | coding | MagicNumber | '13.01' is a magic number. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 118 |
Error | coding | MagicNumber | '0.69' is a magic number. | 118 |
Error | coding | MagicNumber | '0.95' is a magic number. | 118 |
Error | coding | MagicNumber | '0.56' is a magic number. | 118 |
Error | coding | MagicNumber | '1.03' is a magic number. | 118 |
Error | coding | MagicNumber | '0.53' is a magic number. | 118 |
Error | coding | MagicNumber | '1.07' is a magic number. | 118 |
Error | coding | MagicNumber | '5.20' is a magic number. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 119 |
Error | coding | MagicNumber | '0.10' is a magic number. | 119 |
Error | coding | MagicNumber | '0.14' is a magic number. | 119 |
Error | coding | MagicNumber | '0.14' is a magic number. | 119 |
Error | coding | MagicNumber | '0.30' is a magic number. | 119 |
Error | coding | MagicNumber | '0.20' is a magic number. | 119 |
Error | coding | MagicNumber | '0.37' is a magic number. | 119 |
Error | coding | MagicNumber | '21.39' is a magic number. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 120 |
Error | coding | MagicNumber | '0.28' is a magic number. | 120 |
Error | coding | MagicNumber | '0.33' is a magic number. | 120 |
Error | coding | MagicNumber | '0.36' is a magic number. | 120 |
Error | coding | MagicNumber | '0.72' is a magic number. | 120 |
Error | coding | MagicNumber | '0.35' is a magic number. | 120 |
Error | coding | MagicNumber | '0.77' is a magic number. | 120 |
Error | coding | MagicNumber | '9.32' is a magic number. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 121 |
Error | coding | MagicNumber | '0.65' is a magic number. | 121 |
Error | coding | MagicNumber | '0.94' is a magic number. | 121 |
Error | coding | MagicNumber | '0.52' is a magic number. | 121 |
Error | coding | MagicNumber | '1.12' is a magic number. | 121 |
Error | coding | MagicNumber | '0.48' is a magic number. | 121 |
Error | coding | MagicNumber | '1.04' is a magic number. | 121 |
Error | coding | MagicNumber | '5.36' is a magic number. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 122 |
Error | coding | MagicNumber | '0.37' is a magic number. | 122 |
Error | coding | MagicNumber | '0.56' is a magic number. | 122 |
Error | coding | MagicNumber | '0.37' is a magic number. | 122 |
Error | coding | MagicNumber | '0.54' is a magic number. | 122 |
Error | coding | MagicNumber | '0.44' is a magic number. | 122 |
Error | coding | MagicNumber | '0.94' is a magic number. | 122 |
Error | coding | MagicNumber | '7.92' is a magic number. | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 123 |
Error | coding | MagicNumber | '0.44' is a magic number. | 123 |
Error | coding | MagicNumber | '0.60' is a magic number. | 123 |
Error | coding | MagicNumber | '0.33' is a magic number. | 123 |
Error | coding | MagicNumber | '0.49' is a magic number. | 123 |
Error | coding | MagicNumber | '0.44' is a magic number. | 123 |
Error | coding | MagicNumber | '0.71' is a magic number. | 123 |
Error | coding | MagicNumber | '8.23' is a magic number. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 124 |
Error | coding | MagicNumber | '0.27' is a magic number. | 124 |
Error | coding | MagicNumber | '0.38' is a magic number. | 124 |
Error | coding | MagicNumber | '0.60' is a magic number. | 124 |
Error | coding | MagicNumber | '0.99' is a magic number. | 124 |
Error | coding | MagicNumber | '0.38' is a magic number. | 124 |
Error | coding | MagicNumber | '0.49' is a magic number. | 124 |
Error | coding | MagicNumber | '8.40' is a magic number. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 125 |
Error | coding | MagicNumber | '0.33' is a magic number. | 125 |
Error | coding | MagicNumber | '0.50' is a magic number. | 125 |
Error | coding | MagicNumber | '1.10' is a magic number. | 125 |
Error | coding | MagicNumber | '1.15' is a magic number. | 125 |
Error | coding | MagicNumber | '0.27' is a magic number. | 125 |
Error | coding | MagicNumber | '0.71' is a magic number. | 125 |
Error | coding | MagicNumber | '6.88' is a magic number. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 126 |
Error | coding | MagicNumber | '0.55' is a magic number. | 126 |
Error | coding | MagicNumber | '0.22' is a magic number. | 126 |
Error | coding | MagicNumber | '0.55' is a magic number. | 126 |
Error | coding | MagicNumber | '0.66' is a magic number. | 126 |
Error | coding | MagicNumber | '0.22' is a magic number. | 126 |
Error | coding | MagicNumber | '0.61' is a magic number. | 126 |
Error | coding | MagicNumber | '9.46' is a magic number. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 127 |
Error | coding | MagicNumber | '0.39' is a magic number. | 127 |
Error | coding | MagicNumber | '0.78' is a magic number. | 127 |
Error | coding | MagicNumber | '0.45' is a magic number. | 127 |
Error | coding | MagicNumber | '0.94' is a magic number. | 127 |
Error | coding | MagicNumber | '0.38' is a magic number. | 127 |
Error | coding | MagicNumber | '0.76' is a magic number. | 127 |
Error | coding | MagicNumber | '6.96' is a magic number. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 128 |
Error | coding | MagicNumber | '0.93' is a magic number. | 128 |
Error | coding | MagicNumber | '0.60' is a magic number. | 128 |
Error | coding | MagicNumber | '0.88' is a magic number. | 128 |
Error | coding | MagicNumber | '1.21' is a magic number. | 128 |
Error | coding | MagicNumber | '0.33' is a magic number. | 128 |
Error | coding | MagicNumber | '0.88' is a magic number. | 128 |
Error | coding | MagicNumber | '5.39' is a magic number. | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 129 |
Error | coding | MagicNumber | '0.09' is a magic number. | 129 |
Error | coding | MagicNumber | '0.14' is a magic number. | 129 |
Error | coding | MagicNumber | '0.12' is a magic number. | 129 |
Error | coding | MagicNumber | '0.26' is a magic number. | 129 |
Error | coding | MagicNumber | '0.15' is a magic number. | 129 |
Error | coding | MagicNumber | '0.33' is a magic number. | 129 |
Error | coding | MagicNumber | '24.47' is a magic number. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 130 |
Error | coding | MagicNumber | '0.28' is a magic number. | 130 |
Error | coding | MagicNumber | '0.33' is a magic number. | 130 |
Error | coding | MagicNumber | '0.93' is a magic number. | 130 |
Error | coding | MagicNumber | '0.82' is a magic number. | 130 |
Error | coding | MagicNumber | '0.33' is a magic number. | 130 |
Error | coding | MagicNumber | '0.94' is a magic number. | 130 |
Error | coding | MagicNumber | '7.60' is a magic number. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 131 |
Error | coding | MagicNumber | '0.44' is a magic number. | 131 |
Error | coding | MagicNumber | '0.49' is a magic number. | 131 |
Error | coding | MagicNumber | '0.27' is a magic number. | 131 |
Error | coding | MagicNumber | '1.04' is a magic number. | 131 |
Error | coding | MagicNumber | '0.38' is a magic number. | 131 |
Error | coding | MagicNumber | '0.66' is a magic number. | 131 |
Error | coding | MagicNumber | '8.03' is a magic number. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 132 |
Error | coding | MagicNumber | '0.51' is a magic number. | 132 |
Error | coding | MagicNumber | '0.58' is a magic number. | 132 |
Error | coding | MagicNumber | '0.35' is a magic number. | 132 |
Error | coding | MagicNumber | '0.73' is a magic number. | 132 |
Error | coding | MagicNumber | '0.32' is a magic number. | 132 |
Error | coding | MagicNumber | '0.67' is a magic number. | 132 |
Error | coding | MagicNumber | '7.99' is a magic number. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 133 |
Error | coding | MagicNumber | '0.28' is a magic number. | 133 |
Error | coding | MagicNumber | '0.33' is a magic number. | 133 |
Error | coding | MagicNumber | '0.93' is a magic number. | 133 |
Error | coding | MagicNumber | '0.82' is a magic number. | 133 |
Error | coding | MagicNumber | '0.33' is a magic number. | 133 |
Error | coding | MagicNumber | '0.94' is a magic number. | 133 |
Error | coding | MagicNumber | '7.60' is a magic number. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 134 |
Error | coding | MagicNumber | '0.28' is a magic number. | 134 |
Error | coding | MagicNumber | '0.39' is a magic number. | 134 |
Error | coding | MagicNumber | '0.45' is a magic number. | 134 |
Error | coding | MagicNumber | '0.61' is a magic number. | 134 |
Error | coding | MagicNumber | '0.37' is a magic number. | 134 |
Error | coding | MagicNumber | '0.76' is a magic number. | 134 |
Error | coding | MagicNumber | '8.91' is a magic number. | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 135 |
Error | coding | MagicNumber | '0.49' is a magic number. | 135 |
Error | coding | MagicNumber | '0.66' is a magic number. | 135 |
Error | coding | MagicNumber | '0.44' is a magic number. | 135 |
Error | coding | MagicNumber | '0.71' is a magic number. | 135 |
Error | coding | MagicNumber | '0.49' is a magic number. | 135 |
Error | coding | MagicNumber | '0.93' is a magic number. | 135 |
Error | coding | MagicNumber | '6.69' is a magic number. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 136 |
Error | coding | MagicNumber | '0.58' is a magic number. | 136 |
Error | coding | MagicNumber | '0.75' is a magic number. | 136 |
Error | coding | MagicNumber | '0.83' is a magic number. | 136 |
Error | coding | MagicNumber | '1.36' is a magic number. | 136 |
Error | coding | MagicNumber | '0.67' is a magic number. | 136 |
Error | coding | MagicNumber | '1.42' is a magic number. | 136 |
Error | coding | MagicNumber | '4.56' is a magic number. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 137 |
Error | coding | MagicNumber | '0.31' is a magic number. | 137 |
Error | coding | MagicNumber | '0.42' is a magic number. | 137 |
Error | coding | MagicNumber | '0.22' is a magic number. | 137 |
Error | coding | MagicNumber | '0.52' is a magic number. | 137 |
Error | coding | MagicNumber | '0.22' is a magic number. | 137 |
Error | coding | MagicNumber | '0.41' is a magic number. | 137 |
Error | coding | MagicNumber | '12.10' is a magic number. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 138 |
Error | coding | MagicNumber | '0.22' is a magic number. | 138 |
Error | coding | MagicNumber | '0.27' is a magic number. | 138 |
Error | coding | MagicNumber | '0.99' is a magic number. | 138 |
Error | coding | MagicNumber | '0.82' is a magic number. | 138 |
Error | coding | MagicNumber | '0.27' is a magic number. | 138 |
Error | coding | MagicNumber | '0.88' is a magic number. | 138 |
Error | coding | MagicNumber | '8.47' is a magic number. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 139 |
Error | coding | MagicNumber | '1.10' is a magic number. | 139 |
Error | coding | MagicNumber | '1.21' is a magic number. | 139 |
Error | coding | MagicNumber | '1.81' is a magic number. | 139 |
Error | coding | MagicNumber | '1.27' is a magic number. | 139 |
Error | coding | MagicNumber | '0.44' is a magic number. | 139 |
Error | coding | MagicNumber | '1.21' is a magic number. | 139 |
Error | coding | MagicNumber | '3.71' is a magic number. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 140 |
Error | coding | MagicNumber | '1.21' is a magic number. | 140 |
Error | coding | MagicNumber | '1.60' is a magic number. | 140 |
Error | coding | MagicNumber | '4.55' is a magic number. | 140 |
Error | coding | MagicNumber | '2.47' is a magic number. | 140 |
Error | coding | MagicNumber | '0.72' is a magic number. | 140 |
Error | coding | MagicNumber | '2.14' is a magic number. | 140 |
Error | coding | MagicNumber | '2.24' is a magic number. | 140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 141 |
Error | coding | MagicNumber | '0.30' is a magic number. | 141 |
Error | coding | MagicNumber | '0.26' is a magic number. | 141 |
Error | coding | MagicNumber | '0.46' is a magic number. | 141 |
Error | coding | MagicNumber | '0.37' is a magic number. | 141 |
Error | coding | MagicNumber | '0.42' is a magic number. | 141 |
Error | coding | MagicNumber | '0.98' is a magic number. | 141 |
Error | coding | MagicNumber | '9.58' is a magic number. | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 142 |
Error | coding | MagicNumber | '0.72' is a magic number. | 142 |
Error | coding | MagicNumber | '1.26' is a magic number. | 142 |
Error | coding | MagicNumber | '2.91' is a magic number. | 142 |
Error | coding | MagicNumber | '2.64' is a magic number. | 142 |
Error | coding | MagicNumber | '0.66' is a magic number. | 142 |
Error | coding | MagicNumber | '1.81' is a magic number. | 142 |
Error | coding | MagicNumber | '2.82' is a magic number. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 143 |
Error | coding | MagicNumber | '0.25' is a magic number. | 143 |
Error | coding | MagicNumber | '0.28' is a magic number. | 143 |
Error | coding | MagicNumber | '0.46' is a magic number. | 143 |
Error | coding | MagicNumber | '0.51' is a magic number. | 143 |
Error | coding | MagicNumber | '0.38' is a magic number. | 143 |
Error | coding | MagicNumber | '0.91' is a magic number. | 143 |
Error | coding | MagicNumber | '9.55' is a magic number. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 144 |
Error | coding | MagicNumber | '0.66' is a magic number. | 144 |
Error | coding | MagicNumber | '0.55' is a magic number. | 144 |
Error | coding | MagicNumber | '1.53' is a magic number. | 144 |
Error | coding | MagicNumber | '1.32' is a magic number. | 144 |
Error | coding | MagicNumber | '0.55' is a magic number. | 144 |
Error | coding | MagicNumber | '1.54' is a magic number. | 144 |
Error | coding | MagicNumber | '4.35' is a magic number. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 145 |
Error | coding | MagicNumber | '0.19' is a magic number. | 145 |
Error | coding | MagicNumber | '0.24' is a magic number. | 145 |
Error | coding | MagicNumber | '0.35' is a magic number. | 145 |
Error | coding | MagicNumber | '0.71' is a magic number. | 145 |
Error | coding | MagicNumber | '0.28' is a magic number. | 145 |
Error | coding | MagicNumber | '0.61' is a magic number. | 145 |
Error | coding | MagicNumber | '11.78' is a magic number. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 146 |
Error | coding | MagicNumber | '0.11' is a magic number. | 146 |
Error | coding | MagicNumber | '0.16' is a magic number. | 146 |
Error | coding | MagicNumber | '0.27' is a magic number. | 146 |
Error | coding | MagicNumber | '0.60' is a magic number. | 146 |
Error | coding | MagicNumber | '0.33' is a magic number. | 146 |
Error | coding | MagicNumber | '0.71' is a magic number. | 146 |
Error | coding | MagicNumber | '13.47' is a magic number. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 155). | 147 |
Error | coding | MagicNumber | '0.60' is a magic number. | 147 |
Error | coding | MagicNumber | '0.93' is a magic number. | 147 |
Error | coding | MagicNumber | '0.49' is a magic number. | 147 |
Error | coding | MagicNumber | '0.93' is a magic number. | 147 |
Error | coding | MagicNumber | '0.60' is a magic number. | 147 |
Error | coding | MagicNumber | '1.04' is a magic number. | 147 |
Error | coding | MagicNumber | '5.43' is a magic number. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 148 |
Error | coding | MagicNumber | '0.20' is a magic number. | 148 |
Error | coding | MagicNumber | '0.28' is a magic number. | 148 |
Error | coding | MagicNumber | '0.38' is a magic number. | 148 |
Error | coding | MagicNumber | '0.59' is a magic number. | 148 |
Error | coding | MagicNumber | '0.29' is a magic number. | 148 |
Error | coding | MagicNumber | '0.71' is a magic number. | 148 |
Error | coding | MagicNumber | '10.85' is a magic number. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 149 |
Error | coding | MagicNumber | '1.49' is a magic number. | 149 |
Error | coding | MagicNumber | '1.58' is a magic number. | 149 |
Error | coding | MagicNumber | '2.25' is a magic number. | 149 |
Error | coding | MagicNumber | '2.42' is a magic number. | 149 |
Error | coding | MagicNumber | '1.98' is a magic number. | 149 |
Error | coding | MagicNumber | '6.39' is a magic number. | 149 |
Error | coding | MagicNumber | '1.72' is a magic number. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 164). | 150 |
Error | coding | MagicNumber | '1.60' is a magic number. | 150 |
Error | coding | MagicNumber | '2.62' is a magic number. | 150 |
Error | coding | MagicNumber | '2.85' is a magic number. | 150 |
Error | coding | MagicNumber | '3.66' is a magic number. | 150 |
Error | coding | MagicNumber | '1.84' is a magic number. | 150 |
Error | coding | MagicNumber | '4.57' is a magic number. | 150 |
Error | coding | MagicNumber | '1.50' is a magic number. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 151 |
Error | coding | MagicNumber | '1.54' is a magic number. | 151 |
Error | coding | MagicNumber | '2.03' is a magic number. | 151 |
Error | coding | MagicNumber | '2.45' is a magic number. | 151 |
Error | coding | MagicNumber | '2.33' is a magic number. | 151 |
Error | coding | MagicNumber | '1.62' is a magic number. | 151 |
Error | coding | MagicNumber | '4.18' is a magic number. | 151 |
Error | coding | MagicNumber | '1.81' is a magic number. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 152 |
Error | coding | MagicNumber | '0.38' is a magic number. | 152 |
Error | coding | MagicNumber | '0.40' is a magic number. | 152 |
Error | coding | MagicNumber | '0.20' is a magic number. | 152 |
Error | coding | MagicNumber | '1.01' is a magic number. | 152 |
Error | coding | MagicNumber | '0.17' is a magic number. | 152 |
Error | coding | MagicNumber | '0.35' is a magic number. | 152 |
Error | coding | MagicNumber | '11.50' is a magic number. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 153 |
Error | coding | MagicNumber | '0.82' is a magic number. | 153 |
Error | coding | MagicNumber | '0.66' is a magic number. | 153 |
Error | coding | MagicNumber | '0.38' is a magic number. | 153 |
Error | coding | MagicNumber | '1.10' is a magic number. | 153 |
Error | coding | MagicNumber | '0.17' is a magic number. | 153 |
Error | coding | MagicNumber | '0.38' is a magic number. | 153 |
Error | coding | MagicNumber | '8.13' is a magic number. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 154 |
Error | coding | MagicNumber | '0.16' is a magic number. | 154 |
Error | coding | MagicNumber | '0.11' is a magic number. | 154 |
Error | coding | MagicNumber | '0.22' is a magic number. | 154 |
Error | coding | MagicNumber | '0.82' is a magic number. | 154 |
Error | coding | MagicNumber | '0.16' is a magic number. | 154 |
Error | coding | MagicNumber | '0.33' is a magic number. | 154 |
Error | coding | MagicNumber | '16.95' is a magic number. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 155 |
Error | coding | MagicNumber | '0.11' is a magic number. | 155 |
Error | coding | MagicNumber | '0.11' is a magic number. | 155 |
Error | coding | MagicNumber | '0.16' is a magic number. | 155 |
Error | coding | MagicNumber | '0.71' is a magic number. | 155 |
Error | coding | MagicNumber | '0.16' is a magic number. | 155 |
Error | coding | MagicNumber | '0.27' is a magic number. | 155 |
Error | coding | MagicNumber | '20.08' is a magic number. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 156 |
Error | coding | MagicNumber | '0.72' is a magic number. | 156 |
Error | coding | MagicNumber | '0.16' is a magic number. | 156 |
Error | coding | MagicNumber | '0.50' is a magic number. | 156 |
Error | coding | MagicNumber | '0.77' is a magic number. | 156 |
Error | coding | MagicNumber | '0.11' is a magic number. | 156 |
Error | coding | MagicNumber | '0.39' is a magic number. | 156 |
Error | coding | MagicNumber | '11.42' is a magic number. | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 157 |
Error | coding | MagicNumber | '1.15' is a magic number. | 157 |
Error | coding | MagicNumber | '1.59' is a magic number. | 157 |
Error | coding | MagicNumber | '2.09' is a magic number. | 157 |
Error | coding | MagicNumber | '1.76' is a magic number. | 157 |
Error | coding | MagicNumber | '1.48' is a magic number. | 157 |
Error | coding | MagicNumber | '5.99' is a magic number. | 157 |
Error | coding | MagicNumber | '2.03' is a magic number. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 158 |
Error | coding | MagicNumber | '0.33' is a magic number. | 158 |
Error | coding | MagicNumber | '0.38' is a magic number. | 158 |
Error | coding | MagicNumber | '0.49' is a magic number. | 158 |
Error | coding | MagicNumber | '0.99' is a magic number. | 158 |
Error | coding | MagicNumber | '0.55' is a magic number. | 158 |
Error | coding | MagicNumber | '1.37' is a magic number. | 158 |
Error | coding | MagicNumber | '6.70' is a magic number. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 159 |
Error | coding | MagicNumber | '0.18' is a magic number. | 159 |
Error | coding | MagicNumber | '0.12' is a magic number. | 159 |
Error | coding | MagicNumber | '0.51' is a magic number. | 159 |
Error | coding | MagicNumber | '0.83' is a magic number. | 159 |
Error | coding | MagicNumber | '0.15' is a magic number. | 159 |
Error | coding | MagicNumber | '0.43' is a magic number. | 159 |
Error | coding | MagicNumber | '13.87' is a magic number. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 161 |
Error | coding | MagicNumber | '0.44' is a magic number. | 161 |
Error | coding | MagicNumber | '0.49' is a magic number. | 161 |
Error | coding | MagicNumber | '0.22' is a magic number. | 161 |
Error | coding | MagicNumber | '0.77' is a magic number. | 161 |
Error | coding | MagicNumber | '0.27' is a magic number. | 161 |
Error | coding | MagicNumber | '0.55' is a magic number. | 161 |
Error | coding | MagicNumber | '9.56' is a magic number. | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 162 |
Error | coding | MagicNumber | '0.17' is a magic number. | 162 |
Error | coding | MagicNumber | '0.22' is a magic number. | 162 |
Error | coding | MagicNumber | '0.32' is a magic number. | 162 |
Error | coding | MagicNumber | '0.53' is a magic number. | 162 |
Error | coding | MagicNumber | '0.27' is a magic number. | 162 |
Error | coding | MagicNumber | '0.53' is a magic number. | 162 |
Error | coding | MagicNumber | '12.92' is a magic number. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 163 |
Error | coding | MagicNumber | '0.76' is a magic number. | 163 |
Error | coding | MagicNumber | '1.05' is a magic number. | 163 |
Error | coding | MagicNumber | '1.48' is a magic number. | 163 |
Error | coding | MagicNumber | '1.21' is a magic number. | 163 |
Error | coding | MagicNumber | '0.83' is a magic number. | 163 |
Error | coding | MagicNumber | '2.13' is a magic number. | 163 |
Error | coding | MagicNumber | '3.45' is a magic number. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 164 |
Error | coding | MagicNumber | '0.43' is a magic number. | 164 |
Error | coding | MagicNumber | '0.60' is a magic number. | 164 |
Error | coding | MagicNumber | '0.73' is a magic number. | 164 |
Error | coding | MagicNumber | '1.27' is a magic number. | 164 |
Error | coding | MagicNumber | '0.59' is a magic number. | 164 |
Error | coding | MagicNumber | '1.38' is a magic number. | 164 |
Error | coding | MagicNumber | '5.28' is a magic number. | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 165 |
Error | coding | MagicNumber | '0.71' is a magic number. | 165 |
Error | coding | MagicNumber | '1.54' is a magic number. | 165 |
Error | coding | MagicNumber | '1.54' is a magic number. | 165 |
Error | coding | MagicNumber | '3.08' is a magic number. | 165 |
Error | coding | MagicNumber | '0.77' is a magic number. | 165 |
Error | coding | MagicNumber | '2.25' is a magic number. | 165 |
Error | coding | MagicNumber | '2.79' is a magic number. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 166 |
Error | coding | MagicNumber | '0.44' is a magic number. | 166 |
Error | coding | MagicNumber | '0.44' is a magic number. | 166 |
Error | coding | MagicNumber | '0.94' is a magic number. | 166 |
Error | coding | MagicNumber | '0.72' is a magic number. | 166 |
Error | coding | MagicNumber | '0.27' is a magic number. | 166 |
Error | coding | MagicNumber | '0.66' is a magic number. | 166 |
Error | coding | MagicNumber | '7.52' is a magic number. | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 167 |
Error | coding | MagicNumber | '0.99' is a magic number. | 167 |
Error | coding | MagicNumber | '0.39' is a magic number. | 167 |
Error | coding | MagicNumber | '0.88' is a magic number. | 167 |
Error | coding | MagicNumber | '0.66' is a magic number. | 167 |
Error | coding | MagicNumber | '0.33' is a magic number. | 167 |
Error | coding | MagicNumber | '0.77' is a magic number. | 167 |
Error | coding | MagicNumber | '6.48' is a magic number. | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 168 |
Error | coding | MagicNumber | '0.43' is a magic number. | 168 |
Error | coding | MagicNumber | '0.40' is a magic number. | 168 |
Error | coding | MagicNumber | '0.62' is a magic number. | 168 |
Error | coding | MagicNumber | '0.60' is a magic number. | 168 |
Error | coding | MagicNumber | '0.53' is a magic number. | 168 |
Error | coding | MagicNumber | '1.34' is a magic number. | 168 |
Error | coding | MagicNumber | '6.73' is a magic number. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 169 |
Error | coding | MagicNumber | '0.69' is a magic number. | 169 |
Error | coding | MagicNumber | '0.61' is a magic number. | 169 |
Error | coding | MagicNumber | '1.08' is a magic number. | 169 |
Error | coding | MagicNumber | '0.95' is a magic number. | 169 |
Error | coding | MagicNumber | '2.45' is a magic number. | 169 |
Error | coding | MagicNumber | '3.98' is a magic number. | 169 |
Error | sizes | LineLength | Line is longer than 80 characters (found 170). | 170 |
Error | coding | MagicNumber | '1.42' is a magic number. | 170 |
Error | coding | MagicNumber | '1.73' is a magic number. | 170 |
Error | coding | MagicNumber | '2.75' is a magic number. | 170 |
Error | coding | MagicNumber | '3.32' is a magic number. | 170 |
Error | coding | MagicNumber | '2.15' is a magic number. | 170 |
Error | coding | MagicNumber | '7.53' is a magic number. | 170 |
Error | coding | MagicNumber | '1.51' is a magic number. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 171 |
Error | coding | MagicNumber | '0.31' is a magic number. | 171 |
Error | coding | MagicNumber | '0.33' is a magic number. | 171 |
Error | coding | MagicNumber | '0.44' is a magic number. | 171 |
Error | coding | MagicNumber | '0.44' is a magic number. | 171 |
Error | coding | MagicNumber | '0.17' is a magic number. | 171 |
Error | coding | MagicNumber | '0.42' is a magic number. | 171 |
Error | coding | MagicNumber | '11.99' is a magic number. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 172 |
Error | coding | MagicNumber | '0.27' is a magic number. | 172 |
Error | coding | MagicNumber | '0.50' is a magic number. | 172 |
Error | coding | MagicNumber | '0.23' is a magic number. | 172 |
Error | coding | MagicNumber | '0.58' is a magic number. | 172 |
Error | coding | MagicNumber | '0.22' is a magic number. | 172 |
Error | coding | MagicNumber | '0.47' is a magic number. | 172 |
Error | coding | MagicNumber | '11.46' is a magic number. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 173 |
Error | coding | MagicNumber | '0.33' is a magic number. | 173 |
Error | coding | MagicNumber | '0.55' is a magic number. | 173 |
Error | coding | MagicNumber | '0.33' is a magic number. | 173 |
Error | coding | MagicNumber | '0.55' is a magic number. | 173 |
Error | coding | MagicNumber | '0.38' is a magic number. | 173 |
Error | coding | MagicNumber | '0.71' is a magic number. | 173 |
Error | coding | MagicNumber | '8.81' is a magic number. | 173 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 174 |
Error | coding | MagicNumber | '0.88' is a magic number. | 174 |
Error | coding | MagicNumber | '1.07' is a magic number. | 174 |
Error | coding | MagicNumber | '0.81' is a magic number. | 174 |
Error | coding | MagicNumber | '1.49' is a magic number. | 174 |
Error | coding | MagicNumber | '0.52' is a magic number. | 174 |
Error | coding | MagicNumber | '1.21' is a magic number. | 174 |
Error | coding | MagicNumber | '4.26' is a magic number. | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 175 |
Error | coding | MagicNumber | '0.11' is a magic number. | 175 |
Error | coding | MagicNumber | '0.11' is a magic number. | 175 |
Error | coding | MagicNumber | '0.11' is a magic number. | 175 |
Error | coding | MagicNumber | '0.77' is a magic number. | 175 |
Error | coding | MagicNumber | '0.16' is a magic number. | 175 |
Error | coding | MagicNumber | '0.27' is a magic number. | 175 |
Error | coding | MagicNumber | '22.71' is a magic number. | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 176 |
Error | coding | MagicNumber | '0.11' is a magic number. | 176 |
Error | coding | MagicNumber | '0.11' is a magic number. | 176 |
Error | coding | MagicNumber | '0.11' is a magic number. | 176 |
Error | coding | MagicNumber | '0.55' is a magic number. | 176 |
Error | coding | MagicNumber | '0.11' is a magic number. | 176 |
Error | coding | MagicNumber | '0.27' is a magic number. | 176 |
Error | coding | MagicNumber | '24.02' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 177 |
Error | coding | MagicNumber | '0.27' is a magic number. | 177 |
Error | coding | MagicNumber | '0.38' is a magic number. | 177 |
Error | coding | MagicNumber | '0.55' is a magic number. | 177 |
Error | coding | MagicNumber | '1.70' is a magic number. | 177 |
Error | coding | MagicNumber | '0.27' is a magic number. | 177 |
Error | coding | MagicNumber | '0.49' is a magic number. | 177 |
Error | coding | MagicNumber | '8.25' is a magic number. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 178 |
Error | coding | MagicNumber | '0.77' is a magic number. | 178 |
Error | coding | MagicNumber | '0.99' is a magic number. | 178 |
Error | coding | MagicNumber | '1.32' is a magic number. | 178 |
Error | coding | MagicNumber | '1.48' is a magic number. | 178 |
Error | coding | MagicNumber | '0.77' is a magic number. | 178 |
Error | coding | MagicNumber | '1.48' is a magic number. | 178 |
Error | coding | MagicNumber | '3.68' is a magic number. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 179 |
Error | coding | MagicNumber | '0.33' is a magic number. | 179 |
Error | coding | MagicNumber | '0.43' is a magic number. | 179 |
Error | coding | MagicNumber | '0.17' is a magic number. | 179 |
Error | coding | MagicNumber | '0.54' is a magic number. | 179 |
Error | coding | MagicNumber | '0.20' is a magic number. | 179 |
Error | coding | MagicNumber | '0.51' is a magic number. | 179 |
Error | coding | MagicNumber | '12.15' is a magic number. | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 180 |
Error | coding | MagicNumber | '0.39' is a magic number. | 180 |
Error | coding | MagicNumber | '0.50' is a magic number. | 180 |
Error | coding | MagicNumber | '0.58' is a magic number. | 180 |
Error | coding | MagicNumber | '0.66' is a magic number. | 180 |
Error | coding | MagicNumber | '0.20' is a magic number. | 180 |
Error | coding | MagicNumber | '0.58' is a magic number. | 180 |
Error | coding | MagicNumber | '8.86' is a magic number. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 181 |
Error | coding | MagicNumber | '0.25' is a magic number. | 181 |
Error | coding | MagicNumber | '0.43' is a magic number. | 181 |
Error | coding | MagicNumber | '0.58' is a magic number. | 181 |
Error | coding | MagicNumber | '0.45' is a magic number. | 181 |
Error | coding | MagicNumber | '0.15' is a magic number. | 181 |
Error | coding | MagicNumber | '0.74' is a magic number. | 181 |
Error | coding | MagicNumber | '10.50' is a magic number. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 182 |
Error | coding | MagicNumber | '0.23' is a magic number. | 182 |
Error | coding | MagicNumber | '0.28' is a magic number. | 182 |
Error | coding | MagicNumber | '0.36' is a magic number. | 182 |
Error | coding | MagicNumber | '0.34' is a magic number. | 182 |
Error | coding | MagicNumber | '0.13' is a magic number. | 182 |
Error | coding | MagicNumber | '0.39' is a magic number. | 182 |
Error | coding | MagicNumber | '14.84' is a magic number. | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 183 |
Error | coding | MagicNumber | '0.66' is a magic number. | 183 |
Error | coding | MagicNumber | '1.32' is a magic number. | 183 |
Error | coding | MagicNumber | '0.38' is a magic number. | 183 |
Error | coding | MagicNumber | '1.81' is a magic number. | 183 |
Error | coding | MagicNumber | '0.33' is a magic number. | 183 |
Error | coding | MagicNumber | '0.71' is a magic number. | 183 |
Error | coding | MagicNumber | '5.56' is a magic number. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 184 |
Error | coding | MagicNumber | '1.08' is a magic number. | 184 |
Error | coding | MagicNumber | '1.85' is a magic number. | 184 |
Error | coding | MagicNumber | '0.51' is a magic number. | 184 |
Error | coding | MagicNumber | '2.78' is a magic number. | 184 |
Error | coding | MagicNumber | '0.29' is a magic number. | 184 |
Error | coding | MagicNumber | '0.62' is a magic number. | 184 |
Error | coding | MagicNumber | '4.49' is a magic number. | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 185 |
Error | coding | MagicNumber | '0.16' is a magic number. | 185 |
Error | coding | MagicNumber | '0.27' is a magic number. | 185 |
Error | coding | MagicNumber | '0.33' is a magic number. | 185 |
Error | coding | MagicNumber | '0.77' is a magic number. | 185 |
Error | coding | MagicNumber | '0.33' is a magic number. | 185 |
Error | coding | MagicNumber | '0.71' is a magic number. | 185 |
Error | coding | MagicNumber | '10.77' is a magic number. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 186 |
Error | coding | MagicNumber | '0.23' is a magic number. | 186 |
Error | coding | MagicNumber | '0.28' is a magic number. | 186 |
Error | coding | MagicNumber | '0.19' is a magic number. | 186 |
Error | coding | MagicNumber | '0.58' is a magic number. | 186 |
Error | coding | MagicNumber | '0.14' is a magic number. | 186 |
Error | coding | MagicNumber | '0.30' is a magic number. | 186 |
Error | coding | MagicNumber | '15.56' is a magic number. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 187 |
Error | coding | MagicNumber | '0.24' is a magic number. | 187 |
Error | coding | MagicNumber | '0.26' is a magic number. | 187 |
Error | coding | MagicNumber | '0.13' is a magic number. | 187 |
Error | coding | MagicNumber | '0.32' is a magic number. | 187 |
Error | coding | MagicNumber | '0.13' is a magic number. | 187 |
Error | coding | MagicNumber | '0.31' is a magic number. | 187 |
Error | coding | MagicNumber | '18.52' is a magic number. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 188 |
Error | coding | MagicNumber | '0.61' is a magic number. | 188 |
Error | coding | MagicNumber | '0.55' is a magic number. | 188 |
Error | coding | MagicNumber | '0.41' is a magic number. | 188 |
Error | coding | MagicNumber | '0.91' is a magic number. | 188 |
Error | coding | MagicNumber | '0.42' is a magic number. | 188 |
Error | coding | MagicNumber | '0.95' is a magic number. | 188 |
Error | coding | MagicNumber | '6.63' is a magic number. | 188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 189 |
Error | coding | MagicNumber | '0.07' is a magic number. | 189 |
Error | coding | MagicNumber | '0.13' is a magic number. | 189 |
Error | coding | MagicNumber | '0.13' is a magic number. | 189 |
Error | coding | MagicNumber | '0.30' is a magic number. | 189 |
Error | coding | MagicNumber | '0.21' is a magic number. | 189 |
Error | coding | MagicNumber | '0.54' is a magic number. | 189 |
Error | coding | MagicNumber | '21.63' is a magic number. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 190 |
Error | coding | MagicNumber | '0.43' is a magic number. | 190 |
Error | coding | MagicNumber | '0.55' is a magic number. | 190 |
Error | coding | MagicNumber | '0.25' is a magic number. | 190 |
Error | coding | MagicNumber | '0.63' is a magic number. | 190 |
Error | coding | MagicNumber | '0.20' is a magic number. | 190 |
Error | coding | MagicNumber | '0.46' is a magic number. | 190 |
Error | coding | MagicNumber | '10.36' is a magic number. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 191 |
Error | coding | MagicNumber | '0.30' is a magic number. | 191 |
Error | coding | MagicNumber | '0.30' is a magic number. | 191 |
Error | coding | MagicNumber | '0.27' is a magic number. | 191 |
Error | coding | MagicNumber | '0.86' is a magic number. | 191 |
Error | coding | MagicNumber | '0.33' is a magic number. | 191 |
Error | coding | MagicNumber | '0.92' is a magic number. | 191 |
Error | coding | MagicNumber | '9.34' is a magic number. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 192 |
Error | coding | MagicNumber | '0.16' is a magic number. | 192 |
Error | coding | MagicNumber | '0.33' is a magic number. | 192 |
Error | coding | MagicNumber | '0.11' is a magic number. | 192 |
Error | coding | MagicNumber | '0.60' is a magic number. | 192 |
Error | coding | MagicNumber | '0.16' is a magic number. | 192 |
Error | coding | MagicNumber | '0.33' is a magic number. | 192 |
Error | coding | MagicNumber | '16.68' is a magic number. | 192 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 193 |
Error | coding | MagicNumber | '0.26' is a magic number. | 193 |
Error | coding | MagicNumber | '0.39' is a magic number. | 193 |
Error | coding | MagicNumber | '0.16' is a magic number. | 193 |
Error | coding | MagicNumber | '0.58' is a magic number. | 193 |
Error | coding | MagicNumber | '0.16' is a magic number. | 193 |
Error | coding | MagicNumber | '0.36' is a magic number. | 193 |
Error | coding | MagicNumber | '14.08' is a magic number. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 194 |
Error | coding | MagicNumber | '1.43' is a magic number. | 194 |
Error | coding | MagicNumber | '2.20' is a magic number. | 194 |
Error | coding | MagicNumber | '3.35' is a magic number. | 194 |
Error | coding | MagicNumber | '2.31' is a magic number. | 194 |
Error | coding | MagicNumber | '1.59' is a magic number. | 194 |
Error | coding | MagicNumber | '5.16' is a magic number. | 194 |
Error | coding | MagicNumber | '1.66' is a magic number. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 195 |
Error | coding | MagicNumber | '3.68' is a magic number. | 195 |
Error | coding | MagicNumber | '5.88' is a magic number. | 195 |
Error | coding | MagicNumber | '8.30' is a magic number. | 195 |
Error | coding | MagicNumber | '4.01' is a magic number. | 195 |
Error | coding | MagicNumber | '3.63' is a magic number. | 195 |
Error | coding | MagicNumber | '13.13' is a magic number. | 195 |
Error | coding | MagicNumber | '0.71' is a magic number. | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 196 |
Error | coding | MagicNumber | '0.27' is a magic number. | 196 |
Error | coding | MagicNumber | '0.44' is a magic number. | 196 |
Error | coding | MagicNumber | '0.16' is a magic number. | 196 |
Error | coding | MagicNumber | '0.66' is a magic number. | 196 |
Error | coding | MagicNumber | '0.16' is a magic number. | 196 |
Error | coding | MagicNumber | '0.38' is a magic number. | 196 |
Error | coding | MagicNumber | '13.11' is a magic number. | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 198 |
Error | coding | MagicNumber | '0.55' is a magic number. | 198 |
Error | coding | MagicNumber | '0.82' is a magic number. | 198 |
Error | coding | MagicNumber | '1.10' is a magic number. | 198 |
Error | coding | MagicNumber | '1.32' is a magic number. | 198 |
Error | coding | MagicNumber | '0.82' is a magic number. | 198 |
Error | coding | MagicNumber | '1.43' is a magic number. | 198 |
Error | coding | MagicNumber | '4.20' is a magic number. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 200 |
Error | coding | MagicNumber | '0.22' is a magic number. | 200 |
Error | coding | MagicNumber | '0.38' is a magic number. | 200 |
Error | coding | MagicNumber | '0.38' is a magic number. | 200 |
Error | coding | MagicNumber | '1.26' is a magic number. | 200 |
Error | coding | MagicNumber | '0.38' is a magic number. | 200 |
Error | coding | MagicNumber | '0.71' is a magic number. | 200 |
Error | coding | MagicNumber | '8.49' is a magic number. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 201 |
Error | coding | MagicNumber | '0.43' is a magic number. | 201 |
Error | coding | MagicNumber | '0.60' is a magic number. | 201 |
Error | coding | MagicNumber | '0.44' is a magic number. | 201 |
Error | coding | MagicNumber | '0.99' is a magic number. | 201 |
Error | coding | MagicNumber | '0.60' is a magic number. | 201 |
Error | coding | MagicNumber | '1.15' is a magic number. | 201 |
Error | coding | MagicNumber | '6.12' is a magic number. | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 203 |
Error | coding | MagicNumber | '0.38' is a magic number. | 203 |
Error | coding | MagicNumber | '0.38' is a magic number. | 203 |
Error | coding | MagicNumber | '0.27' is a magic number. | 203 |
Error | coding | MagicNumber | '0.66' is a magic number. | 203 |
Error | coding | MagicNumber | '0.33' is a magic number. | 203 |
Error | coding | MagicNumber | '0.71' is a magic number. | 203 |
Error | coding | MagicNumber | '9.35' is a magic number. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 204 |
Error | coding | MagicNumber | '0.83' is a magic number. | 204 |
Error | coding | MagicNumber | '0.38' is a magic number. | 204 |
Error | coding | MagicNumber | '0.49' is a magic number. | 204 |
Error | coding | MagicNumber | '0.55' is a magic number. | 204 |
Error | coding | MagicNumber | '0.16' is a magic number. | 204 |
Error | coding | MagicNumber | '0.44' is a magic number. | 204 |
Error | coding | MagicNumber | '9.44' is a magic number. | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 205 |
Error | coding | MagicNumber | '0.11' is a magic number. | 205 |
Error | coding | MagicNumber | '0.05' is a magic number. | 205 |
Error | coding | MagicNumber | '0.05' is a magic number. | 205 |
Error | coding | MagicNumber | '0.44' is a magic number. | 205 |
Error | coding | MagicNumber | '0.11' is a magic number. | 205 |
Error | coding | MagicNumber | '0.16' is a magic number. | 205 |
Error | coding | MagicNumber | '34.20' is a magic number. | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 206 |
Error | coding | MagicNumber | '0.60' is a magic number. | 206 |
Error | coding | MagicNumber | '0.59' is a magic number. | 206 |
Error | coding | MagicNumber | '0.84' is a magic number. | 206 |
Error | coding | MagicNumber | '1.08' is a magic number. | 206 |
Error | coding | MagicNumber | '0.55' is a magic number. | 206 |
Error | coding | MagicNumber | '0.96' is a magic number. | 206 |
Error | coding | MagicNumber | '5.40' is a magic number. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 186). | 207 |
Error | coding | MagicNumber | '0.22' is a magic number. | 207 |
Error | coding | MagicNumber | '0.21' is a magic number. | 207 |
Error | coding | MagicNumber | '0.36' is a magic number. | 207 |
Error | coding | MagicNumber | '0.65' is a magic number. | 207 |
Error | coding | MagicNumber | '0.38' is a magic number. | 207 |
Error | coding | MagicNumber | '0.51' is a magic number. | 207 |
Error | coding | MagicNumber | '11.83' is a magic number. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 175). | 208 |
Error | coding | MagicNumber | '0.38' is a magic number. | 208 |
Error | coding | MagicNumber | '0.44' is a magic number. | 208 |
Error | coding | MagicNumber | '0.22' is a magic number. | 208 |
Error | coding | MagicNumber | '0.88' is a magic number. | 208 |
Error | coding | MagicNumber | '0.22' is a magic number. | 208 |
Error | coding | MagicNumber | '0.44' is a magic number. | 208 |
Error | coding | MagicNumber | '10.50' is a magic number. | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 209 |
Error | coding | MagicNumber | '0.11' is a magic number. | 209 |
Error | coding | MagicNumber | '0.11' is a magic number. | 209 |
Error | coding | MagicNumber | '0.06' is a magic number. | 209 |
Error | coding | MagicNumber | '0.44' is a magic number. | 209 |
Error | coding | MagicNumber | '0.11' is a magic number. | 209 |
Error | coding | MagicNumber | '0.22' is a magic number. | 209 |
Error | coding | MagicNumber | '29.04' is a magic number. | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 210 |
Error | coding | MagicNumber | '0.05' is a magic number. | 210 |
Error | coding | MagicNumber | '0.05' is a magic number. | 210 |
Error | coding | MagicNumber | '0.05' is a magic number. | 210 |
Error | coding | MagicNumber | '0.38' is a magic number. | 210 |
Error | coding | MagicNumber | '0.05' is a magic number. | 210 |
Error | coding | MagicNumber | '0.22' is a magic number. | 210 |
Error | coding | MagicNumber | '42.00' is a magic number. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 211 |
Error | coding | MagicNumber | '0.25' is a magic number. | 211 |
Error | coding | MagicNumber | '0.35' is a magic number. | 211 |
Error | coding | MagicNumber | '0.16' is a magic number. | 211 |
Error | coding | MagicNumber | '0.53' is a magic number. | 211 |
Error | coding | MagicNumber | '0.15' is a magic number. | 211 |
Error | coding | MagicNumber | '0.34' is a magic number. | 211 |
Error | coding | MagicNumber | '14.95' is a magic number. | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 212 |
Error | coding | MagicNumber | '0.14' is a magic number. | 212 |
Error | coding | MagicNumber | '0.27' is a magic number. | 212 |
Error | coding | MagicNumber | '0.69' is a magic number. | 212 |
Error | coding | MagicNumber | '0.52' is a magic number. | 212 |
Error | coding | MagicNumber | '0.26' is a magic number. | 212 |
Error | coding | MagicNumber | '0.83' is a magic number. | 212 |
Error | coding | MagicNumber | '10.62' is a magic number. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 213 |
Error | coding | MagicNumber | '0.07' is a magic number. | 213 |
Error | coding | MagicNumber | '0.11' is a magic number. | 213 |
Error | coding | MagicNumber | '0.12' is a magic number. | 213 |
Error | coding | MagicNumber | '0.49' is a magic number. | 213 |
Error | coding | MagicNumber | '0.13' is a magic number. | 213 |
Error | coding | MagicNumber | '0.28' is a magic number. | 213 |
Error | coding | MagicNumber | '25.21' is a magic number. | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 178). | 214 |
Error | coding | MagicNumber | '0.40' is a magic number. | 214 |
Error | coding | MagicNumber | '0.58' is a magic number. | 214 |
Error | coding | MagicNumber | '0.22' is a magic number. | 214 |
Error | coding | MagicNumber | '0.83' is a magic number. | 214 |
Error | coding | MagicNumber | '0.16' is a magic number. | 214 |
Error | coding | MagicNumber | '0.38' is a magic number. | 214 |
Error | coding | MagicNumber | '10.86' is a magic number. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 215 |
Error | coding | MagicNumber | '0.13' is a magic number. | 215 |
Error | coding | MagicNumber | '0.09' is a magic number. | 215 |
Error | coding | MagicNumber | '0.23' is a magic number. | 215 |
Error | coding | MagicNumber | '0.28' is a magic number. | 215 |
Error | coding | MagicNumber | '0.06' is a magic number. | 215 |
Error | coding | MagicNumber | '0.23' is a magic number. | 215 |
Error | coding | MagicNumber | '26.77' is a magic number. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 216 |
Error | coding | MagicNumber | '0.55' is a magic number. | 216 |
Error | coding | MagicNumber | '0.60' is a magic number. | 216 |
Error | coding | MagicNumber | '0.99' is a magic number. | 216 |
Error | coding | MagicNumber | '0.99' is a magic number. | 216 |
Error | coding | MagicNumber | '0.28' is a magic number. | 216 |
Error | coding | MagicNumber | '0.99' is a magic number. | 216 |
Error | coding | MagicNumber | '6.01' is a magic number. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 217 |
Error | coding | MagicNumber | '0.21' is a magic number. | 217 |
Error | coding | MagicNumber | '0.13' is a magic number. | 217 |
Error | coding | MagicNumber | '0.40' is a magic number. | 217 |
Error | coding | MagicNumber | '0.33' is a magic number. | 217 |
Error | coding | MagicNumber | '0.10' is a magic number. | 217 |
Error | coding | MagicNumber | '0.28' is a magic number. | 217 |
Error | coding | MagicNumber | '18.61' is a magic number. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 218 |
Error | coding | MagicNumber | '0.23' is a magic number. | 218 |
Error | coding | MagicNumber | '0.20' is a magic number. | 218 |
Error | coding | MagicNumber | '0.20' is a magic number. | 218 |
Error | coding | MagicNumber | '0.18' is a magic number. | 218 |
Error | coding | MagicNumber | '0.24' is a magic number. | 218 |
Error | coding | MagicNumber | '0.57' is a magic number. | 218 |
Error | coding | MagicNumber | '16.29' is a magic number. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 219 |
Error | coding | MagicNumber | '0.09' is a magic number. | 219 |
Error | coding | MagicNumber | '0.09' is a magic number. | 219 |
Error | coding | MagicNumber | '0.41' is a magic number. | 219 |
Error | coding | MagicNumber | '0.39' is a magic number. | 219 |
Error | coding | MagicNumber | '0.17' is a magic number. | 219 |
Error | coding | MagicNumber | '0.48' is a magic number. | 219 |
Error | coding | MagicNumber | '18.44' is a magic number. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 220 |
Error | coding | MagicNumber | '1.53' is a magic number. | 220 |
Error | coding | MagicNumber | '1.21' is a magic number. | 220 |
Error | coding | MagicNumber | '3.79' is a magic number. | 220 |
Error | coding | MagicNumber | '3.08' is a magic number. | 220 |
Error | coding | MagicNumber | '0.83' is a magic number. | 220 |
Error | coding | MagicNumber | '2.69' is a magic number. | 220 |
Error | coding | MagicNumber | '2.11' is a magic number. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 221 |
Error | coding | MagicNumber | '0.25' is a magic number. | 221 |
Error | coding | MagicNumber | '0.32' is a magic number. | 221 |
Error | coding | MagicNumber | '0.15' is a magic number. | 221 |
Error | coding | MagicNumber | '0.40' is a magic number. | 221 |
Error | coding | MagicNumber | '0.16' is a magic number. | 221 |
Error | coding | MagicNumber | '0.45' is a magic number. | 221 |
Error | coding | MagicNumber | '15.18' is a magic number. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 222 |
Error | coding | MagicNumber | '0.16' is a magic number. | 222 |
Error | coding | MagicNumber | '0.11' is a magic number. | 222 |
Error | coding | MagicNumber | '0.11' is a magic number. | 222 |
Error | coding | MagicNumber | '0.55' is a magic number. | 222 |
Error | coding | MagicNumber | '0.05' is a magic number. | 222 |
Error | coding | MagicNumber | '0.16' is a magic number. | 222 |
Error | coding | MagicNumber | '27.44' is a magic number. | 222 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 224 |
Error | coding | MagicNumber | '0.38' is a magic number. | 224 |
Error | coding | MagicNumber | '0.27' is a magic number. | 224 |
Error | coding | MagicNumber | '0.33' is a magic number. | 224 |
Error | coding | MagicNumber | '0.27' is a magic number. | 224 |
Error | coding | MagicNumber | '0.22' is a magic number. | 224 |
Error | coding | MagicNumber | '0.44' is a magic number. | 224 |
Error | coding | MagicNumber | '12.88' is a magic number. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 225 |
Error | coding | MagicNumber | '0.16' is a magic number. | 225 |
Error | coding | MagicNumber | '0.16' is a magic number. | 225 |
Error | coding | MagicNumber | '0.27' is a magic number. | 225 |
Error | coding | MagicNumber | '0.60' is a magic number. | 225 |
Error | coding | MagicNumber | '0.11' is a magic number. | 225 |
Error | coding | MagicNumber | '0.33' is a magic number. | 225 |
Error | coding | MagicNumber | '17.20' is a magic number. | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 226 |
Error | coding | MagicNumber | '0.60' is a magic number. | 226 |
Error | coding | MagicNumber | '0.77' is a magic number. | 226 |
Error | coding | MagicNumber | '0.22' is a magic number. | 226 |
Error | coding | MagicNumber | '0.82' is a magic number. | 226 |
Error | coding | MagicNumber | '0.16' is a magic number. | 226 |
Error | coding | MagicNumber | '0.49' is a magic number. | 226 |
Error | coding | MagicNumber | '9.22' is a magic number. | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 227 |
Error | coding | MagicNumber | '0.13' is a magic number. | 227 |
Error | coding | MagicNumber | '0.16' is a magic number. | 227 |
Error | coding | MagicNumber | '0.22' is a magic number. | 227 |
Error | coding | MagicNumber | '0.44' is a magic number. | 227 |
Error | coding | MagicNumber | '0.23' is a magic number. | 227 |
Error | coding | MagicNumber | '0.54' is a magic number. | 227 |
Error | coding | MagicNumber | '16.02' is a magic number. | 227 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 228 |
Error | coding | MagicNumber | '1.04' is a magic number. | 228 |
Error | coding | MagicNumber | '0.72' is a magic number. | 228 |
Error | coding | MagicNumber | '0.93' is a magic number. | 228 |
Error | coding | MagicNumber | '0.66' is a magic number. | 228 |
Error | coding | MagicNumber | '0.27' is a magic number. | 228 |
Error | coding | MagicNumber | '0.77' is a magic number. | 228 |
Error | coding | MagicNumber | '5.95' is a magic number. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 229 |
Error | coding | MagicNumber | '0.10' is a magic number. | 229 |
Error | coding | MagicNumber | '0.04' is a magic number. | 229 |
Error | coding | MagicNumber | '0.10' is a magic number. | 229 |
Error | coding | MagicNumber | '0.28' is a magic number. | 229 |
Error | coding | MagicNumber | '0.07' is a magic number. | 229 |
Error | coding | MagicNumber | '0.24' is a magic number. | 229 |
Error | coding | MagicNumber | '36.19' is a magic number. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 230 |
Error | coding | MagicNumber | '0.08' is a magic number. | 230 |
Error | coding | MagicNumber | '0.04' is a magic number. | 230 |
Error | coding | MagicNumber | '0.07' is a magic number. | 230 |
Error | coding | MagicNumber | '0.25' is a magic number. | 230 |
Error | coding | MagicNumber | '0.05' is a magic number. | 230 |
Error | coding | MagicNumber | '0.15' is a magic number. | 230 |
Error | coding | MagicNumber | '46.27' is a magic number. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 231 |
Error | coding | MagicNumber | '0.26' is a magic number. | 231 |
Error | coding | MagicNumber | '0.29' is a magic number. | 231 |
Error | coding | MagicNumber | '0.19' is a magic number. | 231 |
Error | coding | MagicNumber | '0.49' is a magic number. | 231 |
Error | coding | MagicNumber | '0.20' is a magic number. | 231 |
Error | coding | MagicNumber | '0.45' is a magic number. | 231 |
Error | coding | MagicNumber | '13.73' is a magic number. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 232 |
Error | coding | MagicNumber | '0.11' is a magic number. | 232 |
Error | coding | MagicNumber | '0.11' is a magic number. | 232 |
Error | coding | MagicNumber | '0.16' is a magic number. | 232 |
Error | coding | MagicNumber | '0.34' is a magic number. | 232 |
Error | coding | MagicNumber | '0.05' is a magic number. | 232 |
Error | coding | MagicNumber | '0.16' is a magic number. | 232 |
Error | coding | MagicNumber | '31.03' is a magic number. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 234 |
Error | coding | MagicNumber | '0.11' is a magic number. | 234 |
Error | coding | MagicNumber | '0.14' is a magic number. | 234 |
Error | coding | MagicNumber | '0.23' is a magic number. | 234 |
Error | coding | MagicNumber | '0.36' is a magic number. | 234 |
Error | coding | MagicNumber | '0.05' is a magic number. | 234 |
Error | coding | MagicNumber | '0.16' is a magic number. | 234 |
Error | coding | MagicNumber | '27.62' is a magic number. | 234 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 235 |
Error | coding | MagicNumber | '0.10' is a magic number. | 235 |
Error | coding | MagicNumber | '0.05' is a magic number. | 235 |
Error | coding | MagicNumber | '0.08' is a magic number. | 235 |
Error | coding | MagicNumber | '0.22' is a magic number. | 235 |
Error | coding | MagicNumber | '0.08' is a magic number. | 235 |
Error | coding | MagicNumber | '0.16' is a magic number. | 235 |
Error | coding | MagicNumber | '40.05' is a magic number. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 201). | 236 |
Error | coding | MagicNumber | '0.08' is a magic number. | 236 |
Error | coding | MagicNumber | '0.02' is a magic number. | 236 |
Error | coding | MagicNumber | '0.17' is a magic number. | 236 |
Error | coding | MagicNumber | '0.36' is a magic number. | 236 |
Error | coding | MagicNumber | '0.05' is a magic number. | 236 |
Error | coding | MagicNumber | '0.23' is a magic number. | 236 |
Error | coding | MagicNumber | '41.30' is a magic number. | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 237 |
Error | coding | MagicNumber | '0.32' is a magic number. | 237 |
Error | coding | MagicNumber | '0.40' is a magic number. | 237 |
Error | coding | MagicNumber | '0.17' is a magic number. | 237 |
Error | coding | MagicNumber | '0.58' is a magic number. | 237 |
Error | coding | MagicNumber | '0.16' is a magic number. | 237 |
Error | coding | MagicNumber | '0.32' is a magic number. | 237 |
Error | coding | MagicNumber | '13.68' is a magic number. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 182). | 238 |
Error | coding | MagicNumber | '0.12' is a magic number. | 238 |
Error | coding | MagicNumber | '0.11' is a magic number. | 238 |
Error | coding | MagicNumber | '0.12' is a magic number. | 238 |
Error | coding | MagicNumber | '0.55' is a magic number. | 238 |
Error | coding | MagicNumber | '0.07' is a magic number. | 238 |
Error | coding | MagicNumber | '0.33' is a magic number. | 238 |
Error | coding | MagicNumber | '24.38' is a magic number. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 239 |
Error | coding | MagicNumber | '0.09' is a magic number. | 239 |
Error | coding | MagicNumber | '0.06' is a magic number. | 239 |
Error | coding | MagicNumber | '0.30' is a magic number. | 239 |
Error | coding | MagicNumber | '0.42' is a magic number. | 239 |
Error | coding | MagicNumber | '0.08' is a magic number. | 239 |
Error | coding | MagicNumber | '0.17' is a magic number. | 239 |
Error | coding | MagicNumber | '27.49' is a magic number. | 239 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 240 |
Error | coding | MagicNumber | '0.13' is a magic number. | 240 |
Error | coding | MagicNumber | '0.08' is a magic number. | 240 |
Error | coding | MagicNumber | '0.13' is a magic number. | 240 |
Error | coding | MagicNumber | '0.47' is a magic number. | 240 |
Error | coding | MagicNumber | '0.08' is a magic number. | 240 |
Error | coding | MagicNumber | '0.25' is a magic number. | 240 |
Error | coding | MagicNumber | '26.32' is a magic number. | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 191). | 241 |
Error | coding | MagicNumber | '0.11' is a magic number. | 241 |
Error | coding | MagicNumber | '0.08' is a magic number. | 241 |
Error | coding | MagicNumber | '0.17' is a magic number. | 241 |
Error | coding | MagicNumber | '0.38' is a magic number. | 241 |
Error | coding | MagicNumber | '0.06' is a magic number. | 241 |
Error | coding | MagicNumber | '0.12' is a magic number. | 241 |
Error | coding | MagicNumber | '31.46' is a magic number. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 242 |
Error | coding | MagicNumber | '1.10' is a magic number. | 242 |
Error | coding | MagicNumber | '0.72' is a magic number. | 242 |
Error | coding | MagicNumber | '1.15' is a magic number. | 242 |
Error | coding | MagicNumber | '1.10' is a magic number. | 242 |
Error | coding | MagicNumber | '0.38' is a magic number. | 242 |
Error | coding | MagicNumber | '0.99' is a magic number. | 242 |
Error | coding | MagicNumber | '4.73' is a magic number. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 243 |
Error | coding | MagicNumber | '0.12' is a magic number. | 243 |
Error | coding | MagicNumber | '0.14' is a magic number. | 243 |
Error | coding | MagicNumber | '0.20' is a magic number. | 243 |
Error | coding | MagicNumber | '0.45' is a magic number. | 243 |
Error | coding | MagicNumber | '0.06' is a magic number. | 243 |
Error | coding | MagicNumber | '0.19' is a magic number. | 243 |
Error | coding | MagicNumber | '24.64' is a magic number. | 243 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 244 |
Error | coding | MagicNumber | '0.09' is a magic number. | 244 |
Error | coding | MagicNumber | '0.09' is a magic number. | 244 |
Error | coding | MagicNumber | '0.12' is a magic number. | 244 |
Error | coding | MagicNumber | '0.31' is a magic number. | 244 |
Error | coding | MagicNumber | '0.06' is a magic number. | 244 |
Error | coding | MagicNumber | '0.25' is a magic number. | 244 |
Error | coding | MagicNumber | '31.27' is a magic number. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 190). | 245 |
Error | coding | MagicNumber | '0.08' is a magic number. | 245 |
Error | coding | MagicNumber | '0.11' is a magic number. | 245 |
Error | coding | MagicNumber | '0.10' is a magic number. | 245 |
Error | coding | MagicNumber | '0.39' is a magic number. | 245 |
Error | coding | MagicNumber | '0.05' is a magic number. | 245 |
Error | coding | MagicNumber | '0.20' is a magic number. | 245 |
Error | coding | MagicNumber | '32.74' is a magic number. | 245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 247 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 262 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 |
Error | coding | MagicNumber | '3' is a magic number. | 262 |
Error | coding | MagicNumber | '7' is a magic number. | 262 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 269 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 276 |
Error | misc | FinalParameters | Parameter args should be final. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 285 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 297 |
Error | coding | MagicNumber | '7' is a magic number. | 302 |
Error | coding | MagicNumber | '200' is a magic number. | 316 |
Error | coding | MagicNumber | '200' is a magic number. | 323 |
Error | coding | MagicNumber | '150' is a magic number. | 330 |
Error | coding | MagicNumber | '3' is a magic number. | 333 |
Error | coding | MagicNumber | '3' is a magic number. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 338 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 |
Error | coding | MagicNumber | '17' is a magic number. | 338 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 |
Error | coding | MagicNumber | '17' is a magic number. | 338 |
Error | coding | MagicNumber | '4' is a magic number. | 341 |
Error | coding | MagicNumber | '4' is a magic number. | 342 |
Error | coding | MagicNumber | '100000' is a magic number. | 345 |
Error | coding | MagicNumber | '100000' is a magic number. | 347 |
Error | coding | MagicNumber | '5' is a magic number. | 350 |
Error | coding | MagicNumber | '5' is a magic number. | 351 |
Error | coding | MagicNumber | '6' is a magic number. | 356 |
Error | coding | MagicNumber | '6' is a magic number. | 357 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 360 |
Error | coding | MagicNumber | '6' is a magic number. | 360 |
Error | coding | MagicNumber | '6' is a magic number. | 360 |
Error | coding | MagicNumber | '7' is a magic number. | 361 |
Error | coding | MagicNumber | '7' is a magic number. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 378 |
Error | coding | MagicNumber | '7' is a magic number. | 384 |
Error | coding | MagicNumber | '7' is a magic number. | 385 |
Error | coding | MagicNumber | '7' is a magic number. | 392 |
Error | coding | MagicNumber | '7' is a magic number. | 392 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 403 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 406 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 409 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 425 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 427 |
Error | misc | FinalParameters | Parameter t1 should be final. | 431 |
Error | coding | MagicNumber | '1.0E-3' is a magic number. | 436 |
Error | coding | MagicNumber | '1.0E-2' is a magic number. | 437 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 441 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 443 |
Error | misc | FinalParameters | Parameter dataList should be final. | 449 |
Error | misc | FinalParameters | Parameter n1 should be final. | 449 |
Error | misc | FinalParameters | Parameter n2 should be final. | 449 |
Error | misc | FinalParameters | Parameter yours should be final. | 449 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 454 |
Error | coding | MagicNumber | '3' is a magic number. | 454 |
Error | coding | MagicNumber | '10' is a magic number. | 459 |
Error | coding | MagicNumber | '100' is a magic number. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 464 |
Error | coding | MagicNumber | '10' is a magic number. | 476 |
Error | coding | MagicNumber | '100' is a magic number. | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 265). | 482 |
Error | coding | MagicNumber | '3' is a magic number. | 482 |
Error | coding | MagicNumber | '4' is a magic number. | 482 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 483 |
Error | coding | MagicNumber | '5' is a magic number. | 483 |
Error | coding | MagicNumber | '6' is a magic number. | 483 |
Error | coding | MagicNumber | '7' is a magic number. | 483 |
Error | naming | LocalVariableName | Name 'result_y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 487 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 487 |
Error | coding | MagicNumber | '3' is a magic number. | 487 |
Error | sizes | LineLength | Line is longer than 80 characters (found 265). | 489 |
Error | coding | MagicNumber | '3' is a magic number. | 489 |
Error | coding | MagicNumber | '4' is a magic number. | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 195). | 490 |
Error | coding | MagicNumber | '5' is a magic number. | 490 |
Error | coding | MagicNumber | '6' is a magic number. | 490 |
Error | coding | MagicNumber | '7' is a magic number. | 490 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 495 |
Error | misc | FinalParameters | Parameter dataList should be final. | 500 |
Error | misc | FinalParameters | Parameter yours should be final. | 500 |
Error | coding | MagicNumber | '16' is a magic number. | 502 |
Error | coding | MagicNumber | '16' is a magic number. | 510 |
Error | coding | MagicNumber | '16' is a magic number. | 510 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 513 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 513 |
Error | coding | MagicNumber | '3' is a magic number. | 513 |
Error | coding | MagicNumber | '7' is a magic number. | 513 |
Error | coding | MagicNumber | '25' is a magic number. | 516 |
Error | coding | MagicNumber | '16' is a magic number. | 519 |
Error | coding | MagicNumber | '16' is a magic number. | 519 |
Error | coding | MagicNumber | '16' is a magic number. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 522 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 522 |
Error | coding | MagicNumber | '3' is a magic number. | 522 |
Error | coding | MagicNumber | '7' is a magic number. | 522 |
Error | coding | MagicNumber | '25' is a magic number. | 525 |
Error | coding | MagicNumber | '25' is a magic number. | 533 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 534 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 534 |
Error | coding | MagicNumber | '3' is a magic number. | 534 |
Error | coding | MagicNumber | '7' is a magic number. | 534 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 540 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 542 |
Error | misc | FinalParameters | Parameter n should be final. | 545 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 553 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 555 |
Error | misc | FinalParameters | Parameter d should be final. | 559 |
Error | coding | MagicNumber | '10' is a magic number. | 561 |
Error | coding | MagicNumber | '100' is a magic number. | 563 |
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. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 33 |
Error | misc | FinalParameters | Parameter args should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
Error | coding | MagicNumber | '7' is a magic number. | 64 |
Error | coding | MagicNumber | '500' is a magic number. | 77 |
Error | coding | MagicNumber | '500' is a magic number. | 84 |
Error | coding | MagicNumber | '350' is a magic number. | 91 |
Error | coding | MagicNumber | '3' is a magic number. | 94 |
Error | coding | MagicNumber | '3' is a magic number. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | coding | MagicNumber | '19' is a magic number. | 99 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 |
Error | coding | MagicNumber | '19' is a magic number. | 99 |
Error | coding | MagicNumber | '4' is a magic number. | 102 |
Error | coding | MagicNumber | '4' is a magic number. | 103 |
Error | coding | MagicNumber | '2000000' is a magic number. | 106 |
Error | coding | MagicNumber | '2000000' is a magic number. | 108 |
Error | coding | MagicNumber | '5' is a magic number. | 111 |
Error | coding | MagicNumber | '5' is a magic number. | 112 |
Error | coding | MagicNumber | '10' is a magic number. | 116 |
Error | coding | MagicNumber | '6' is a magic number. | 117 |
Error | coding | MagicNumber | '6' is a magic number. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 121 |
Error | coding | MagicNumber | '6' is a magic number. | 121 |
Error | coding | MagicNumber | '6' is a magic number. | 121 |
Error | coding | MagicNumber | '7' is a magic number. | 122 |
Error | coding | MagicNumber | '7' is a magic number. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 139 |
Error | coding | MagicNumber | '7' is a magic number. | 145 |
Error | coding | MagicNumber | '7' is a magic number. | 146 |
Error | coding | MagicNumber | '7' is a magic number. | 153 |
Error | coding | MagicNumber | '7' is a magic number. | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter args should be final. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | coding | MagicNumber | '3' is a magic number. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 82 |
Error | coding | MagicNumber | '3' is a magic number. | 105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | MethodLength | Method length is 188 lines (max allowed is 150). | 126 |
Error | coding | MagicNumber | '1.41412' is a magic number. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 185 |
Error | coding | MagicNumber | '4.5' is a magic number. | 189 |
Error | coding | MagicNumber | '3' is a magic number. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 218 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 218 |
Error | coding | MagicNumber | '3' is a magic number. | 218 |
Error | coding | MagicNumber | '5' is a magic number. | 218 |
Error | coding | MagicNumber | '9' is a magic number. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 230 |
Error | naming | LocalVariableName | Name 'AC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 230 |
Error | coding | MagicNumber | '4' is a magic number. | 230 |
Error | coding | MagicNumber | '3' is a magic number. | 230 |
Error | coding | MagicNumber | '3' is a magic number. | 230 |
Error | coding | MagicNumber | '4' is a magic number. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 236 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 241 |
Error | naming | LocalVariableName | Name 'AP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 252 |
Error | naming | LocalVariableName | Name 'AR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | coding | MagicNumber | '3' is a magic number. | 252 |
Error | coding | MagicNumber | '3' is a magic number. | 252 |
Error | coding | MagicNumber | '4' is a magic number. | 252 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 258 |
Error | coding | MagicNumber | '3' is a magic number. | 263 |
Error | coding | MagicNumber | '5' is a magic number. | 263 |
Error | coding | MagicNumber | '7' is a magic number. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 269 |
Error | naming | LocalVariableName | Name 'Aa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | coding | MagicNumber | '0.1' is a magic number. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 290 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 315 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 328 |
Error | coding | MagicNumber | '3' is a magic number. | 334 |
Error | coding | MagicNumber | '4' is a magic number. | 335 |
Error | coding | MagicNumber | '5' is a magic number. | 335 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Messages should be declared as final. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | naming | MemberName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | naming | MemberName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | naming | MemberName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
Error | coding | MagicNumber | '3' is a magic number. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 33 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 |
Error | coding | MagicNumber | '-2' is a magic number. | 35 |
Error | coding | MagicNumber | '-3' is a magic number. | 35 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 41 |
Error | misc | FinalParameters | Parameter t should be final. | 41 |
Error | misc | FinalParameters | Parameter x should be final. | 41 |
Error | misc | FinalParameters | Parameter u should be final. | 41 |
Error | whitespace | ParenPad | '(' is followed by whitespace. | 50 |
Error | misc | FinalParameters | Parameter t should be final. | 50 |
Error | misc | FinalParameters | Parameter x should be final. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | FinalParameters | Parameter xData should be final. | 23 |
Error | misc | FinalParameters | Parameter xData should be final. | 32 |
Error | misc | FinalParameters | Parameter yData should be final. | 32 |
Error | misc | FinalParameters | Parameter xData should be final. | 41 |
Error | misc | FinalParameters | Parameter yData should be final. | 41 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 51 |
Error | misc | FinalParameters | Parameter xData should be final. | 51 |
Error | misc | FinalParameters | Parameter yData should be final. | 51 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 51 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 62 |
Error | misc | FinalParameters | Parameter xData should be final. | 62 |
Error | misc | FinalParameters | Parameter yData should be final. | 62 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 62 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 62 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 62 |
Error | misc | FinalParameters | Parameter xData should be final. | 72 |
Error | misc | FinalParameters | Parameter yData should be final. | 72 |
Error | misc | FinalParameters | Parameter zData should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 82 |
Error | misc | FinalParameters | Parameter xData should be final. | 82 |
Error | misc | FinalParameters | Parameter yData should be final. | 82 |
Error | misc | FinalParameters | Parameter zData should be final. | 82 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 93 |
Error | misc | FinalParameters | Parameter xData should be final. | 93 |
Error | misc | FinalParameters | Parameter yData should be final. | 93 |
Error | misc | FinalParameters | Parameter zData should be final. | 93 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 93 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 105 |
Error | misc | FinalParameters | Parameter xData should be final. | 105 |
Error | misc | FinalParameters | Parameter yData should be final. | 105 |
Error | misc | FinalParameters | Parameter zData should be final. | 105 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 105 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 105 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 105 |
Error | misc | FinalParameters | Parameter zData should be final. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 124 |
Error | misc | FinalParameters | Parameter xData should be final. | 124 |
Error | misc | FinalParameters | Parameter yData should be final. | 124 |
Error | misc | FinalParameters | Parameter zData should be final. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 135 |
Error | misc | FinalParameters | Parameter xData should be final. | 135 |
Error | misc | FinalParameters | Parameter yData should be final. | 135 |
Error | misc | FinalParameters | Parameter zData should be final. | 135 |
Error | misc | FinalParameters | Parameter lineName should be final. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 147 |
Error | misc | FinalParameters | Parameter xData should be final. | 147 |
Error | misc | FinalParameters | Parameter yData should be final. | 147 |
Error | misc | FinalParameters | Parameter zData should be final. | 147 |
Error | misc | FinalParameters | Parameter lineName should be final. | 147 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 159 |
Error | misc | FinalParameters | Parameter xData should be final. | 159 |
Error | misc | FinalParameters | Parameter yData should be final. | 159 |
Error | misc | FinalParameters | Parameter zData should be final. | 159 |
Error | misc | FinalParameters | Parameter lineName should be final. | 159 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 159 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 159 |
Error | misc | FinalParameters | Parameter xData should be final. | 168 |
Error | misc | FinalParameters | Parameter yData should be final. | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Error | misc | FinalParameters | Parameter xData should be final. | 177 |
Error | misc | FinalParameters | Parameter yData should be final. | 177 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 187 |
Error | misc | FinalParameters | Parameter xData should be final. | 187 |
Error | misc | FinalParameters | Parameter yData should be final. | 187 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 187 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 198 |
Error | misc | FinalParameters | Parameter xData should be final. | 198 |
Error | misc | FinalParameters | Parameter yData should be final. | 198 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 198 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 198 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 210 |
Error | misc | FinalParameters | Parameter xData should be final. | 210 |
Error | misc | FinalParameters | Parameter yData should be final. | 210 |
Error | misc | FinalParameters | Parameter zData should be final. | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 220 |
Error | misc | FinalParameters | Parameter xData should be final. | 220 |
Error | misc | FinalParameters | Parameter yData should be final. | 220 |
Error | misc | FinalParameters | Parameter zData should be final. | 220 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 231 |
Error | misc | FinalParameters | Parameter xData should be final. | 231 |
Error | misc | FinalParameters | Parameter yData should be final. | 231 |
Error | misc | FinalParameters | Parameter zData should be final. | 231 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 231 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 243 |
Error | misc | FinalParameters | Parameter xData should be final. | 243 |
Error | misc | FinalParameters | Parameter yData should be final. | 243 |
Error | misc | FinalParameters | Parameter zData should be final. | 243 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 243 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 243 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 243 |
Error | misc | FinalParameters | Parameter xData should be final. | 254 |
Error | misc | FinalParameters | Parameter yData should be final. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 263 |
Error | misc | FinalParameters | Parameter xData should be final. | 263 |
Error | misc | FinalParameters | Parameter yData should be final. | 263 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 273 |
Error | misc | FinalParameters | Parameter xData should be final. | 273 |
Error | misc | FinalParameters | Parameter yData should be final. | 273 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 273 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 284 |
Error | misc | FinalParameters | Parameter xData should be final. | 284 |
Error | misc | FinalParameters | Parameter yData should be final. | 284 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 284 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 284 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 296 |
Error | misc | FinalParameters | Parameter xData should be final. | 296 |
Error | misc | FinalParameters | Parameter yData should be final. | 296 |
Error | misc | FinalParameters | Parameter zData should be final. | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 306 |
Error | misc | FinalParameters | Parameter xData should be final. | 306 |
Error | misc | FinalParameters | Parameter yData should be final. | 306 |
Error | misc | FinalParameters | Parameter zData should be final. | 306 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 317 |
Error | misc | FinalParameters | Parameter xData should be final. | 317 |
Error | misc | FinalParameters | Parameter yData should be final. | 317 |
Error | misc | FinalParameters | Parameter zData should be final. | 317 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 317 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 329 |
Error | misc | FinalParameters | Parameter xData should be final. | 329 |
Error | misc | FinalParameters | Parameter yData should be final. | 329 |
Error | misc | FinalParameters | Parameter zData should be final. | 329 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 329 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 329 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 329 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 341 |
Error | misc | FinalParameters | Parameter xData should be final. | 341 |
Error | misc | FinalParameters | Parameter yData should be final. | 341 |
Error | misc | FinalParameters | Parameter zData should be final. | 341 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 351 |
Error | misc | FinalParameters | Parameter xData should be final. | 351 |
Error | misc | FinalParameters | Parameter yData should be final. | 351 |
Error | misc | FinalParameters | Parameter zData should be final. | 351 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 362 |
Error | misc | FinalParameters | Parameter xData should be final. | 362 |
Error | misc | FinalParameters | Parameter yData should be final. | 362 |
Error | misc | FinalParameters | Parameter zData should be final. | 362 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 362 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 374 |
Error | misc | FinalParameters | Parameter xData should be final. | 374 |
Error | misc | FinalParameters | Parameter yData should be final. | 374 |
Error | misc | FinalParameters | Parameter zData should be final. | 374 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 374 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 374 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 374 |
Error | misc | FinalParameters | Parameter xData should be final. | 385 |
Error | misc | FinalParameters | Parameter yData should be final. | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 394 |
Error | misc | FinalParameters | Parameter xData should be final. | 394 |
Error | misc | FinalParameters | Parameter yData should be final. | 394 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 394 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 404 |
Error | misc | FinalParameters | Parameter xData should be final. | 404 |
Error | misc | FinalParameters | Parameter yData should be final. | 404 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 404 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 404 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 415 |
Error | misc | FinalParameters | Parameter xData should be final. | 415 |
Error | misc | FinalParameters | Parameter yData should be final. | 415 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 415 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 415 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 428 |
Error | misc | FinalParameters | Parameter xData should be final. | 428 |
Error | misc | FinalParameters | Parameter yData should be final. | 428 |
Error | misc | FinalParameters | Parameter zData should be final. | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 438 |
Error | misc | FinalParameters | Parameter xData should be final. | 438 |
Error | misc | FinalParameters | Parameter yData should be final. | 438 |
Error | misc | FinalParameters | Parameter zData should be final. | 438 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 438 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 449 |
Error | misc | FinalParameters | Parameter xData should be final. | 449 |
Error | misc | FinalParameters | Parameter yData should be final. | 449 |
Error | misc | FinalParameters | Parameter zData should be final. | 449 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 449 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 461 |
Error | misc | FinalParameters | Parameter xData should be final. | 461 |
Error | misc | FinalParameters | Parameter yData should be final. | 461 |
Error | misc | FinalParameters | Parameter zData should be final. | 461 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 461 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 461 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 474 |
Error | misc | FinalParameters | Parameter xData should be final. | 474 |
Error | misc | FinalParameters | Parameter yData should be final. | 474 |
Error | misc | FinalParameters | Parameter zData should be final. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 484 |
Error | misc | FinalParameters | Parameter xData should be final. | 484 |
Error | misc | FinalParameters | Parameter yData should be final. | 484 |
Error | misc | FinalParameters | Parameter zData should be final. | 484 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 484 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 495 |
Error | misc | FinalParameters | Parameter xData should be final. | 495 |
Error | misc | FinalParameters | Parameter yData should be final. | 495 |
Error | misc | FinalParameters | Parameter zData should be final. | 495 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 495 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 507 |
Error | misc | FinalParameters | Parameter xData should be final. | 507 |
Error | misc | FinalParameters | Parameter yData should be final. | 507 |
Error | misc | FinalParameters | Parameter zData should be final. | 507 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 507 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 507 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 520 |
Error | misc | FinalParameters | Parameter xData should be final. | 520 |
Error | misc | FinalParameters | Parameter yData should be final. | 520 |
Error | misc | FinalParameters | Parameter zData should be final. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 530 |
Error | misc | FinalParameters | Parameter xData should be final. | 530 |
Error | misc | FinalParameters | Parameter yData should be final. | 530 |
Error | misc | FinalParameters | Parameter zData should be final. | 530 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 530 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 541 |
Error | misc | FinalParameters | Parameter xData should be final. | 541 |
Error | misc | FinalParameters | Parameter yData should be final. | 541 |
Error | misc | FinalParameters | Parameter zData should be final. | 541 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 541 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 541 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 553 |
Error | misc | FinalParameters | Parameter xData should be final. | 553 |
Error | misc | FinalParameters | Parameter yData should be final. | 553 |
Error | misc | FinalParameters | Parameter zData should be final. | 553 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 553 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 553 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 566 |
Error | misc | FinalParameters | Parameter xData should be final. | 566 |
Error | misc | FinalParameters | Parameter yData should be final. | 566 |
Error | misc | FinalParameters | Parameter zData should be final. | 566 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 567 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 576 |
Error | misc | FinalParameters | Parameter xData should be final. | 576 |
Error | misc | FinalParameters | Parameter yData should be final. | 576 |
Error | misc | FinalParameters | Parameter zData should be final. | 576 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 587 |
Error | misc | FinalParameters | Parameter xData should be final. | 587 |
Error | misc | FinalParameters | Parameter yData should be final. | 587 |
Error | misc | FinalParameters | Parameter zData should be final. | 587 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 587 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 587 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 599 |
Error | misc | FinalParameters | Parameter xData should be final. | 599 |
Error | misc | FinalParameters | Parameter yData should be final. | 599 |
Error | misc | FinalParameters | Parameter zData should be final. | 599 |
Error | misc | FinalParameters | Parameter lineNames should be final. | 599 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 599 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 599 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 608 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 610 |
Error | misc | FinalParameters | Parameter zData should be final. | 614 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 632 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 634 |
Error | misc | FinalParameters | Parameter xData should be final. | 638 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 639 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 641 |
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. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter args should be final. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 257). | 40 |
Error | coding | MagicNumber | '3' is a magic number. | 53 |
Error | coding | MagicNumber | '4' is a magic number. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 87 |
Error | coding | MagicNumber | '10' is a magic number. | 93 |
Error | coding | MagicNumber | '50' is a magic number. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 101 |
Error | coding | MagicNumber | '10' is a magic number. | 118 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 134 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 147 |
Error | coding | MagicNumber | '20' is a magic number. | 151 |
Error | coding | MagicNumber | '10' is a magic number. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 158 |
Error | coding | MagicNumber | '20' is a magic number. | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 200 |
Error | coding | MagicNumber | '20' is a magic number. | 204 |
Error | coding | MagicNumber | '10' is a magic number. | 204 |
Error | coding | MagicNumber | '0.5' is a magic number. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 242 |
Error | coding | MagicNumber | '100' is a magic number. | 242 |
Error | coding | MagicNumber | '20' is a magic number. | 242 |
Error | coding | MagicNumber | '10' is a magic number. | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 267 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 289 |
Error | coding | MagicNumber | '10' is a magic number. | 299 |
Error | coding | MagicNumber | '0.3' is a magic number. | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 317 |
Error | sizes | LineLength | Line is longer than 80 characters (found 189). | 323 |
Error | coding | MagicNumber | '3' is a magic number. | 323 |
Error | coding | MagicNumber | '4' is a magic number. | 323 |
Error | coding | MagicNumber | '10' is a magic number. | 326 |
Error | coding | MagicNumber | '0.5' is a magic number. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 329 |
Error | coding | MagicNumber | '3' is a magic number. | 329 |
Error | coding | MagicNumber | '3' is a magic number. | 329 |
Error | coding | MagicNumber | '6' is a magic number. | 329 |
Error | coding | MagicNumber | '4' is a magic number. | 329 |
Error | coding | MagicNumber | '9' is a magic number. | 329 |
Error | coding | MagicNumber | '5' is a magic number. | 330 |
Error | coding | MagicNumber | '12' is a magic number. | 330 |
Error | coding | MagicNumber | '0.1' is a magic number. | 337 |
Error | coding | MagicNumber | '3' is a magic number. | 337 |
Error | coding | MagicNumber | '0.1' is a magic number. | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 341 |
Error | coding | MagicNumber | '30' is a magic number. | 344 |
Error | coding | MagicNumber | '0.3' is a magic number. | 344 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 348 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 350 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 361 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 372 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 374 |
Error | coding | MagicNumber | '500' is a magic number. | 378 |
Error | coding | MagicNumber | '0.99' is a magic number. | 378 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 399 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 400 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 50 |
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 136). | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter message should be final. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter message should be final. | 41 |
Error | misc | FinalParameters | Parameter cause should be final. | 41 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter cause should be final. | 50 |
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. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | coding | MagicNumber | '0.98' is a magic number. | 74 |
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 | javadoc | JavadocStyle | First sentence should end with a period. | 97 |
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 | coding | MagicNumber | '0.1' is a magic number. | 104 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | coding | MagicNumber | '0.1' is a magic number. | 106 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | coding | MagicNumber | '0.1' is a magic number. | 108 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 109 |
Error | coding | MagicNumber | '0.1' is a magic number. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 111 |
Error | coding | MagicNumber | '0.1' is a magic number. | 112 |
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. | 120 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 124 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 126 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 131 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 133 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 135 |
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. | 142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 149 |
Error | naming | ConstantName | Name 'newLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 149 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 199). | 152 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | coding | HiddenField | 'gnuplot' hides a field. | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 163 |
Error | coding | MagicNumber | '0.98' is a magic number. | 175 |
Error | coding | MagicNumber | '0.1' is a magic number. | 190 |
Error | coding | MagicNumber | '0.1' is a magic number. | 191 |
Error | coding | MagicNumber | '0.1' is a magic number. | 192 |
Error | coding | MagicNumber | '0.1' is a magic number. | 193 |
Error | coding | MagicNumber | '0.1' is a magic number. | 194 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 198 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 208 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | misc | FinalParameters | Parameter text should be final. | 215 |
Error | misc | FinalParameters | Parameter x should be final. | 215 |
Error | misc | FinalParameters | Parameter y should be final. | 215 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 219 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 221 |
Error | misc | FinalParameters | Parameter text should be final. | 227 |
Error | misc | FinalParameters | Parameter x should be final. | 227 |
Error | misc | FinalParameters | Parameter y should be final. | 227 |
Error | misc | FinalParameters | Parameter attribute should be final. | 227 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 242 |
Error | misc | FinalParameters | Parameter text should be final. | 245 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 249 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 250 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 251 |
Error | misc | FinalParameters | Parameter title should be final. | 256 |
Error | coding | HiddenField | 'title' hides a field. | 256 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 256 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 256 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 267 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 269 |
Error | misc | FinalParameters | Parameter style should be final. | 272 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 285 |
Error | coding | HiddenField | 'fontSize' hides a field. | 288 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 292 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 299 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 301 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 308 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 310 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 323 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 325 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 334 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 336 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 347 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 367 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 369 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 374 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 383 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 390 |
Error | javadoc | JavadocMethod | Expected @return tag. | 394 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 409 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 413 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 415 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 416 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 423 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 425 |
Error | javadoc | JavadocMethod | Expected @return tag. | 429 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 436 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 438 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 447 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 456 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 458 |
Error | javadoc | JavadocMethod | Expected @return tag. | 462 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 469 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 471 |
Error | coding | HiddenField | 'xLabel' hides a field. | 474 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 480 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 485 |
Error | coding | HiddenField | 'xLabel' hides a field. | 485 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 489 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 503 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 511 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 513 |
Error | coding | HiddenField | 'x2Label' hides a field. | 516 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 521 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 522 |
Error | misc | FinalParameters | Parameter xLabel should be final. | 527 |
Error | coding | HiddenField | 'xLabel' hides a field. | 527 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 527 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 527 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 539 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 541 |
Error | misc | FinalParameters | Parameter yLabel should be final. | 544 |
Error | coding | HiddenField | 'yLabel' hides a field. | 544 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 548 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 549 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 550 |
Error | misc | FinalParameters | Parameter yLabel should be final. | 555 |
Error | coding | HiddenField | 'yLabel' hides a field. | 555 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 555 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 555 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 559 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 567 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 569 |
Error | misc | FinalParameters | Parameter y2Label should be final. | 572 |
Error | coding | HiddenField | 'y2Label' hides a field. | 572 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 576 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 577 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 578 |
Error | misc | FinalParameters | Parameter y2Label should be final. | 583 |
Error | coding | HiddenField | 'y2Label' hides a field. | 583 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 583 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 583 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 587 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 595 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 597 |
Error | misc | FinalParameters | Parameter zLabel should be final. | 600 |
Error | coding | HiddenField | 'zLabel' hides a field. | 600 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 604 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 605 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 606 |
Error | misc | FinalParameters | Parameter zLabel should be final. | 611 |
Error | coding | HiddenField | 'zLabel' hides a field. | 611 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 611 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 611 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 615 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 623 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 625 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 633 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 637 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 641 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 647 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 651 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 654 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 664 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 672 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 676 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 678 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 682 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 685 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 687 |
Error | misc | FinalParameters | Parameter minimum should be final. | 691 |
Error | misc | FinalParameters | Parameter maximum should be final. | 691 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 695 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 703 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 705 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 709 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 712 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 714 |
Error | misc | FinalParameters | Parameter margin should be final. | 717 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 721 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 729 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 731 |
Error | misc | FinalParameters | Parameter margin should be final. | 734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 738 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 746 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 748 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 755 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 764 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 766 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 773 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 781 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 783 |
Error | misc | FinalParameters | Parameter start should be final. | 788 |
Error | misc | FinalParameters | Parameter increase should be final. | 788 |
Error | misc | FinalParameters | Parameter end should be final. | 788 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 792 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 800 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 802 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 806 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 809 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 811 |
Error | misc | FinalParameters | Parameter start should be final. | 816 |
Error | misc | FinalParameters | Parameter increase should be final. | 816 |
Error | misc | FinalParameters | Parameter end should be final. | 816 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 820 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 828 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 830 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 834 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 837 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 839 |
Error | misc | FinalParameters | Parameter start should be final. | 844 |
Error | misc | FinalParameters | Parameter increase should be final. | 844 |
Error | misc | FinalParameters | Parameter end should be final. | 844 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 848 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 856 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 858 |
Error | misc | FinalParameters | Parameter start should be final. | 863 |
Error | misc | FinalParameters | Parameter increase should be final. | 863 |
Error | misc | FinalParameters | Parameter end should be final. | 863 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 867 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 875 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 877 |
Error | misc | FinalParameters | Parameter start should be final. | 882 |
Error | misc | FinalParameters | Parameter increase should be final. | 882 |
Error | misc | FinalParameters | Parameter end should be final. | 882 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 886 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 894 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 896 |
Error | misc | FinalParameters | Parameter angle should be final. | 899 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 903 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 911 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 913 |
Error | misc | FinalParameters | Parameter angle should be final. | 916 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 920 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 928 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 930 |
Error | misc | FinalParameters | Parameter scale should be final. | 933 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 937 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 945 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 947 |
Error | misc | FinalParameters | Parameter scale should be final. | 950 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 954 |
Error | misc | FinalParameters | Parameter visible should be final. | 965 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 969 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 977 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 979 |
Error | misc | FinalParameters | Parameter visible should be final. | 982 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 986 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 994 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 996 |
Error | misc | FinalParameters | Parameter visible should be final. | 999 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1003 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1011 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1013 |
Error | misc | FinalParameters | Parameter hidden should be final. | 1016 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1020 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1028 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1030 |
Error | misc | FinalParameters | Parameter xOrigin should be final. | 1036 |
Error | misc | FinalParameters | Parameter yOrigin should be final. | 1036 |
Error | misc | FinalParameters | Parameter width should be final. | 1036 |
Error | misc | FinalParameters | Parameter height should be final. | 1036 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1040 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1048 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1050 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1057 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1059 |
Error | misc | FinalParameters | Parameter lineSize should be final. | 1062 |
Error | coding | HiddenField | 'lineSize' hides a field. | 1062 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1066 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1068 |
Error | misc | FinalParameters | Parameter command should be final. | 1071 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1075 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1077 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1101 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1120 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1122 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1129 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1131 |
Error | misc | FinalParameters | Parameter holding should be final. | 1134 |
Error | coding | HiddenField | 'holding' hides a field. | 1134 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1140 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1150 |
Error | misc | FinalParameters | Parameter yData should be final. | 1150 |
Error | misc | FinalParameters | Parameter names should be final. | 1150 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 1150 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 1150 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1151 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1191 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1193 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 1200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1202 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 1203 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 1230 |
Error | misc | FinalParameters | Parameter xData should be final. | 1230 |
Error | misc | FinalParameters | Parameter yData should be final. | 1230 |
Error | misc | FinalParameters | Parameter names should be final. | 1230 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 1230 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 1230 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1231 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1278 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1280 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 1286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 1292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 1294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 1295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 1297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 192). | 1298 |
Error | blocks | EmptyBlock | Must have at least one statement. | 1316 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 1326 |
Error | misc | FinalParameters | Parameter xData should be final. | 1326 |
Error | misc | FinalParameters | Parameter yData should be final. | 1326 |
Error | misc | FinalParameters | Parameter zData should be final. | 1326 |
Error | misc | FinalParameters | Parameter names should be final. | 1326 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 1326 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 1326 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1327 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 1337 |
Error | whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1337 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 1337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 1340 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1374 |
Error | whitespace | WhitespaceAround | '%' is not followed by whitespace. | 1376 |
Error | whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 1376 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 1381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 1382 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 1384 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 1385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 203). | 1386 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 1407 |
Error | misc | FinalParameters | Parameter xData should be final. | 1407 |
Error | misc | FinalParameters | Parameter yData should be final. | 1407 |
Error | misc | FinalParameters | Parameter zData should be final. | 1407 |
Error | misc | FinalParameters | Parameter lineName should be final. | 1407 |
Error | misc | FinalParameters | Parameter attribute1 should be final. | 1407 |
Error | misc | FinalParameters | Parameter attribute2 should be final. | 1407 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 1408 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1418 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 1418 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 1421 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 1433 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1440 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1442 |
Error | misc | FinalParameters | Parameter number should be final. | 1446 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 1450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 1452 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1458 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1463 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1467 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1476 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1478 |
Error | misc | FinalParameters | Parameter command should be final. | 1481 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1486 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1493 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1495 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1502 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1504 |
Error | coding | HiddenField | 'keepingLineProperties' hides a field. | 1507 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1511 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1513 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1519 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1520 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1522 |
Error | misc | FinalParameters | Parameter buffering should be final. | 1525 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
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. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | misc | FinalParameters | Parameter env should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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. | 65 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
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 workingDirectory should be final. | 86 |
Error | coding | HiddenField | 'workingDirectory' hides a field. | 86 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | misc | FinalParameters | Parameter dir should be final. | 98 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 105 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 111 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 115 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 132 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 143 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | misc | FinalParameters | Parameter home should be final. | 148 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 154 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 155 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 156 |
Error | misc | FinalParameters | Parameter home should be final. | 160 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 165 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 167 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 175 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 192 |
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. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
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 | 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. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Error | misc | FinalParameters | Parameter options should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | coding | MagicNumber | '1500' is a magic number. | 114 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 128 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | coding | MagicNumber | '0.98' is a magic number. | 145 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 148 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 150 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 157 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 165 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 175 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | misc | FinalParameters | Parameter commandList should be final. | 195 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 205 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 224 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 228 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 234 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 248 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 252 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 254 |
Error | misc | FinalParameters | Parameter command should be final. | 258 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 262 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 266 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 272 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 278 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 285 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 287 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 302 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 305 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 311 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 325 |
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. | 346 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 353 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 355 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 362 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 371 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 382 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 398 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 416 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 417 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 427 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 429 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 439 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 441 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 449 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 453 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 457 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 463 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 465 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 473 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 480 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 517 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 519 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 563 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 586 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 612 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 626 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 628 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 651 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 653 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 669 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 688 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 699 |
Error | coding | MagicNumber | '0.98' is a magic number. | 718 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 723 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 725 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 734 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 736 |
Error | coding | HiddenField | 'buffering' hides a field. | 739 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 743 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 745 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | design | FinalClass | Class Messages should be declared as final. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter key should be final. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Expected @return tag. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocMethod | Expected @return tag. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter style should be final. | 38 |
Error | coding | HiddenField | 'style' hides a field. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | coding | MagicNumber | '12' is a magic number. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | javadoc | JavadocMethod | Expected @return tag. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter fontSize should be final. | 54 |
Error | coding | HiddenField | 'fontSize' hides a field. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
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. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter xOrigin should be final. | 45 |
Error | coding | HiddenField | 'xOrigin' hides a field. | 45 |
Error | misc | FinalParameters | Parameter yOrigin should be final. | 45 |
Error | coding | HiddenField | 'yOrigin' hides a field. | 45 |
Error | misc | FinalParameters | Parameter width should be final. | 45 |
Error | coding | HiddenField | 'width' hides a field. | 45 |
Error | misc | FinalParameters | Parameter height should be final. | 45 |
Error | coding | HiddenField | 'height' 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 85). | 60 |
Error | misc | FinalParameters | Parameter xOrigin should be final. | 60 |
Error | coding | HiddenField | 'xOrigin' hides a field. | 60 |
Error | misc | FinalParameters | Parameter yOrigin should be final. | 60 |
Error | coding | HiddenField | 'yOrigin' hides a field. | 60 |
Error | misc | FinalParameters | Parameter width should be final. | 60 |
Error | coding | HiddenField | 'width' hides a field. | 60 |
Error | misc | FinalParameters | Parameter height should be final. | 60 |
Error | coding | HiddenField | 'height' hides a field. | 60 |
Error | javadoc | JavadocMethod | Expected @return tag. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 72 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 |
Error | coding | MagicNumber | '32' is a magic number. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 |
Error | coding | MagicNumber | '32' is a magic number. | 88 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | coding | MagicNumber | '32' is a magic number. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 |
Error | coding | MagicNumber | '32' is a magic number. | 92 |
Error | misc | FinalParameters | Parameter obj should be final. | 100 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 105 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 109 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 110 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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 visible should be final. | 28 |
Error | javadoc | JavadocMethod | Expected @return tag. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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 hidden3d should be final. | 28 |
Error | javadoc | JavadocMethod | Expected @return tag. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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 visible should be final. | 28 |
Error | javadoc | JavadocMethod | Expected @return tag. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter text should be final. | 27 |
Error | coding | HiddenField | 'text' hides a field. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter text should be final. | 38 |
Error | coding | HiddenField | 'text' hides a field. | 38 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 38 |
Error | coding | HiddenField | 'xOffset' hides a field. | 38 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 38 |
Error | coding | HiddenField | 'yOffset' hides a field. | 38 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | coding | MagicNumber | '32' is a magic number. | 54 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 |
Error | coding | MagicNumber | '32' is a magic number. | 56 |
Error | misc | FinalParameters | Parameter obj should be final. | 64 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 72 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 73 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter text should be final. | 84 |
Error | coding | HiddenField | 'text' hides a field. | 84 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 84 |
Error | coding | HiddenField | 'xOffset' hides a field. | 84 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 84 |
Error | coding | HiddenField | 'yOffset' hides a field. | 84 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter text should be final. | 95 |
Error | coding | HiddenField | 'text' hides a field. | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 99 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Expected @return tag. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | coding | HiddenField | 'lineType' hides a field. | 24 |
Error | javadoc | JavadocMethod | Expected @return tag. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter lineType should be final. | 40 |
Error | coding | HiddenField | 'lineType' hides a field. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | coding | HiddenField | 'lineWidth' hides a field. | 24 |
Error | javadoc | JavadocMethod | Expected @return tag. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter lineWidth should be final. | 40 |
Error | coding | HiddenField | 'lineWidth' hides a field. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter scale should be final. | 48 |
Error | coding | HiddenField | 'scale' hides a field. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter margin should be final. | 24 |
Error | coding | HiddenField | 'margin' hides a field. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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 parametric should be final. | 28 |
Error | javadoc | JavadocMethod | Expected @return tag. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | misc | FinalParameters | Parameter minimum should be final. | 25 |
Error | coding | HiddenField | 'minimum' hides a field. | 25 |
Error | misc | FinalParameters | Parameter maximum should be final. | 25 |
Error | coding | HiddenField | 'maximum' hides a field. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | coding | HiddenField | 'minimum' hides a field. | 36 |
Error | coding | HiddenField | 'maximum' hides a field. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | coding | HiddenField | 'minimum' hides a field. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | coding | HiddenField | 'maximum' hides a field. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |
Error | coding | MagicNumber | '32' is a magic number. | 87 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 |
Error | coding | MagicNumber | '32' is a magic number. | 89 |
Error | misc | FinalParameters | Parameter obj should be final. | 97 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 102 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Expected @return tag. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | misc | FinalParameters | Parameter onOff should be final. | 24 |
Error | coding | HiddenField | 'onOff' hides a field. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | coding | HiddenField | 'text' hides a field. | 40 |
Error | misc | FinalParameters | Parameter x should be final. | 40 |
Error | coding | HiddenField | 'x' hides a field. | 40 |
Error | misc | FinalParameters | Parameter y should be final. | 40 |
Error | coding | HiddenField | 'y' hides a field. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter text should be final. | 52 |
Error | coding | HiddenField | 'text' hides a field. | 52 |
Error | misc | FinalParameters | Parameter x should be final. | 52 |
Error | coding | HiddenField | 'x' hides a field. | 52 |
Error | misc | FinalParameters | Parameter y should be final. | 52 |
Error | coding | HiddenField | 'y' hides a field. | 52 |
Error | misc | FinalParameters | Parameter attribute should be final. | 52 |
Error | coding | HiddenField | 'attribute' hides a field. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter text should be final. | 79 |
Error | coding | HiddenField | 'text' hides a field. | 79 |
Error | misc | FinalParameters | Parameter x should be final. | 79 |
Error | coding | HiddenField | 'x' hides a field. | 79 |
Error | misc | FinalParameters | Parameter y should be final. | 79 |
Error | coding | HiddenField | 'y' hides a field. | 79 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | misc | FinalParameters | Parameter text should be final. | 93 |
Error | coding | HiddenField | 'text' hides a field. | 93 |
Error | misc | FinalParameters | Parameter x should be final. | 93 |
Error | coding | HiddenField | 'x' hides a field. | 93 |
Error | misc | FinalParameters | Parameter y should be final. | 93 |
Error | coding | HiddenField | 'y' hides a field. | 93 |
Error | misc | FinalParameters | Parameter attribute should be final. | 93 |
Error | coding | HiddenField | 'attribute' hides a field. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 107 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 |
Error | coding | MagicNumber | '32' is a magic number. | 111 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 |
Error | coding | MagicNumber | '32' is a magic number. | 113 |
Error | misc | FinalParameters | Parameter obj should be final. | 121 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
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. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter start should be final. | 32 |
Error | coding | HiddenField | 'start' hides a field. | 32 |
Error | misc | FinalParameters | Parameter increase should be final. | 32 |
Error | coding | HiddenField | 'increase' hides a field. | 32 |
Error | misc | FinalParameters | Parameter end should be final. | 32 |
Error | coding | HiddenField | 'end' hides a field. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter start should be final. | 45 |
Error | coding | HiddenField | 'start' hides a field. | 45 |
Error | misc | FinalParameters | Parameter increase should be final. | 45 |
Error | coding | HiddenField | 'increase' hides a field. | 45 |
Error | misc | FinalParameters | Parameter end should be final. | 45 |
Error | coding | HiddenField | 'end' hides a field. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | misc | FinalParameters | Parameter start should be final. | 56 |
Error | coding | HiddenField | 'start' hides a field. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 69 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 71 |
Error | misc | FinalParameters | Parameter end should be final. | 74 |
Error | coding | HiddenField | 'end' hides a field. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 78 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | misc | FinalParameters | Parameter increase should be final. | 92 |
Error | coding | HiddenField | 'increase' hides a field. | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 |
Error | coding | MagicNumber | '32' is a magic number. | 114 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 |
Error | coding | MagicNumber | '32' is a magic number. | 116 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 |
Error | coding | MagicNumber | '32' is a magic number. | 118 |
Error | misc | FinalParameters | Parameter obj should be final. | 126 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 131 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 132 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocMethod | Expected @return tag. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | coding | MagicNumber | '60' is a magic number. | 18 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | coding | MagicNumber | '30' is a magic number. | 20 |
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. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 34 |
Error | misc | FinalParameters | Parameter xRotation should be final. | 34 |
Error | coding | HiddenField | 'xRotation' hides a field. | 34 |
Error | misc | FinalParameters | Parameter zRotation should be final. | 34 |
Error | coding | HiddenField | 'zRotation' hides a field. | 34 |
Error | misc | FinalParameters | Parameter scale should be final. | 34 |
Error | coding | HiddenField | 'scale' hides a field. | 34 |
Error | misc | FinalParameters | Parameter zScale should be final. | 34 |
Error | coding | HiddenField | 'zScale' hides a field. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | misc | FinalParameters | Parameter rotation should be final. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | misc | FinalParameters | Parameter rotation should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 77 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 79 |
Error | misc | FinalParameters | Parameter scale should be final. | 82 |
Error | coding | HiddenField | 'scale' hides a field. | 82 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 86 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 88 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 95 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 97 |
Error | misc | FinalParameters | Parameter zScale should be final. | 100 |
Error | coding | HiddenField | 'zScale' hides a field. | 100 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | javadoc | JavadocMethod | Expected @return tag. | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 118 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 |
Error | coding | MagicNumber | '32' is a magic number. | 131 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 133 |
Error | coding | MagicNumber | '32' is a magic number. | 133 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 |
Error | coding | MagicNumber | '32' is a magic number. | 135 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 |
Error | coding | MagicNumber | '32' is a magic number. | 137 |
Error | misc | FinalParameters | Parameter obj should be final. | 145 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 149 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 150 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 151 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 152 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 153 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter start should be final. | 23 |
Error | misc | FinalParameters | Parameter increase should be final. | 23 |
Error | misc | FinalParameters | Parameter end should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Expected @return tag. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter start should be final. | 23 |
Error | misc | FinalParameters | Parameter increase should be final. | 23 |
Error | misc | FinalParameters | Parameter end should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter minimum should be final. | 22 |
Error | misc | FinalParameters | Parameter maximum should be final. | 22 |
Error | javadoc | JavadocMethod | Expected @return tag. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter start should be final. | 23 |
Error | misc | FinalParameters | Parameter increase should be final. | 23 |
Error | misc | FinalParameters | Parameter end should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter text should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter text should be final. | 40 |
Error | misc | FinalParameters | Parameter xOffset should be final. | 40 |
Error | misc | FinalParameters | Parameter yOffset should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter min should be final. | 22 |
Error | misc | FinalParameters | Parameter max should be final. | 22 |
Error | javadoc | JavadocMethod | Expected @return tag. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 8 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | misc | FinalParameters | Parameter start should be final. | 23 |
Error | misc | FinalParameters | Parameter increase should be final. | 23 |
Error | misc | FinalParameters | Parameter end should be final. | 23 |
Error | javadoc | JavadocMethod | Expected @return tag. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | misc | FinalParameters | Parameter X should be final. | 26 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
Error | misc | FinalParameters | Parameter X should be final. | 34 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter Y should be final. | 34 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter X should be final. | 43 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | misc | FinalParameters | Parameter Y should be final. | 43 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Error | misc | FinalParameters | Parameter titles should be final. | 43 |
Error | misc | FinalParameters | Parameter X should be final. | 52 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter Y should be final. | 52 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | misc | FinalParameters | Parameter titles should be final. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 62 |
Error | misc | FinalParameters | Parameter X should be final. | 62 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter Y should be final. | 62 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter titles should be final. | 62 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 72 |
Error | misc | FinalParameters | Parameter X should be final. | 72 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | misc | FinalParameters | Parameter Y should be final. | 72 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | misc | FinalParameters | Parameter titles should be final. | 72 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 83 |
Error | misc | FinalParameters | Parameter X should be final. | 83 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | misc | FinalParameters | Parameter Y should be final. | 83 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
Error | misc | FinalParameters | Parameter titles should be final. | 83 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 83 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 94 |
Error | misc | FinalParameters | Parameter X should be final. | 94 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter Y should be final. | 94 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | misc | FinalParameters | Parameter titles should be final. | 94 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 94 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 94 |
Error | misc | FinalParameters | Parameter X should be final. | 101 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | misc | FinalParameters | Parameter X should be final. | 109 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | misc | FinalParameters | Parameter Y should be final. | 109 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
Error | misc | FinalParameters | Parameter X should be final. | 118 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter Y should be final. | 118 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
Error | misc | FinalParameters | Parameter titles should be final. | 118 |
Error | misc | FinalParameters | Parameter X should be final. | 127 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter Y should be final. | 127 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | misc | FinalParameters | Parameter titles should be final. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 137 |
Error | misc | FinalParameters | Parameter X should be final. | 137 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | misc | FinalParameters | Parameter Y should be final. | 137 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 |
Error | misc | FinalParameters | Parameter titles should be final. | 137 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 147 |
Error | misc | FinalParameters | Parameter X should be final. | 147 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter Y should be final. | 147 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | misc | FinalParameters | Parameter titles should be final. | 147 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 158 |
Error | misc | FinalParameters | Parameter X should be final. | 158 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | misc | FinalParameters | Parameter Y should be final. | 158 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 |
Error | misc | FinalParameters | Parameter titles should be final. | 158 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 158 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 169 |
Error | misc | FinalParameters | Parameter X should be final. | 169 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | misc | FinalParameters | Parameter Y should be final. | 169 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
Error | misc | FinalParameters | Parameter titles should be final. | 169 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 169 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 169 |
Error | misc | FinalParameters | Parameter cmd should be final. | 176 |
Error | misc | FinalParameters | Parameter on should be final. | 191 |
Error | misc | FinalParameters | Parameter str should be final. | 198 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 217 |
Error | misc | FinalParameters | Parameter on should be final. | 226 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | misc | FinalParameters | Parameter on should be final. | 240 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 252 |
Error | misc | FinalParameters | Parameter on should be final. | 261 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 266 |
Error | misc | FinalParameters | Parameter on should be final. | 275 |
Error | misc | FinalParameters | Parameter X should be final. | 283 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
Error | misc | FinalParameters | Parameter Y should be final. | 283 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 292 |
Error | misc | FinalParameters | Parameter X should be final. | 292 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
Error | misc | FinalParameters | Parameter Y should be final. | 292 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 |
Error | misc | FinalParameters | Parameter titles should be final. | 292 |
Error | misc | FinalParameters | Parameter X should be final. | 301 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | misc | FinalParameters | Parameter Y should be final. | 301 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | misc | FinalParameters | Parameter titles should be final. | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 311 |
Error | misc | FinalParameters | Parameter X should be final. | 311 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | misc | FinalParameters | Parameter Y should be final. | 311 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 |
Error | misc | FinalParameters | Parameter titles should be final. | 311 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 321 |
Error | misc | FinalParameters | Parameter X should be final. | 321 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 |
Error | misc | FinalParameters | Parameter Y should be final. | 321 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 |
Error | misc | FinalParameters | Parameter titles should be final. | 321 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 321 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 332 |
Error | misc | FinalParameters | Parameter X should be final. | 332 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter Y should be final. | 332 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 332 |
Error | misc | FinalParameters | Parameter titles should be final. | 332 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 332 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 332 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 333 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 343 |
Error | misc | FinalParameters | Parameter X should be final. | 343 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
Error | misc | FinalParameters | Parameter Y should be final. | 343 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 |
Error | misc | FinalParameters | Parameter titles should be final. | 343 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 343 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 343 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Error | misc | FinalParameters | Parameter X should be final. | 351 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Error | misc | FinalParameters | Parameter Y should be final. | 351 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 352 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 360 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter X should be final. | 360 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter Y should be final. | 360 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 |
Error | misc | FinalParameters | Parameter titles should be final. | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 361 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 369 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 |
Error | misc | FinalParameters | Parameter X should be final. | 369 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 |
Error | misc | FinalParameters | Parameter Y should be final. | 369 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 |
Error | misc | FinalParameters | Parameter titles should be final. | 369 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 379 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 |
Error | misc | FinalParameters | Parameter X should be final. | 379 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 |
Error | misc | FinalParameters | Parameter Y should be final. | 379 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 379 |
Error | misc | FinalParameters | Parameter titles should be final. | 379 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 379 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 389 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
Error | misc | FinalParameters | Parameter X should be final. | 389 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
Error | misc | FinalParameters | Parameter Y should be final. | 389 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 |
Error | misc | FinalParameters | Parameter titles should be final. | 389 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 389 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 400 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 |
Error | misc | FinalParameters | Parameter X should be final. | 400 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 |
Error | misc | FinalParameters | Parameter Y should be final. | 400 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 400 |
Error | misc | FinalParameters | Parameter titles should be final. | 400 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 400 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 400 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 411 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
Error | misc | FinalParameters | Parameter X should be final. | 411 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
Error | misc | FinalParameters | Parameter Y should be final. | 411 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 |
Error | misc | FinalParameters | Parameter titles should be final. | 411 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 411 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 411 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 412 |
Error | misc | FinalParameters | Parameter filename should be final. | 419 |
Error | misc | FinalParameters | Parameter mode should be final. | 419 |
Error | misc | FinalParameters | Parameter filename should be final. | 428 |
Error | misc | FinalParameters | Parameter mode should be final. | 428 |
Error | misc | FinalParameters | Parameter cmd should be final. | 428 |
Error | misc | FinalParameters | Parameter X should be final. | 436 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 |
Error | misc | FinalParameters | Parameter Y should be final. | 436 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 436 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 445 |
Error | misc | FinalParameters | Parameter X should be final. | 445 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 |
Error | misc | FinalParameters | Parameter Y should be final. | 445 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 |
Error | misc | FinalParameters | Parameter titles should be final. | 445 |
Error | misc | FinalParameters | Parameter X should be final. | 454 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
Error | misc | FinalParameters | Parameter Y should be final. | 454 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
Error | misc | FinalParameters | Parameter titles should be final. | 454 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 464 |
Error | misc | FinalParameters | Parameter X should be final. | 464 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 |
Error | misc | FinalParameters | Parameter Y should be final. | 464 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 |
Error | misc | FinalParameters | Parameter titles should be final. | 464 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 464 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 474 |
Error | misc | FinalParameters | Parameter X should be final. | 474 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 |
Error | misc | FinalParameters | Parameter Y should be final. | 474 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 |
Error | misc | FinalParameters | Parameter titles should be final. | 474 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 474 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 475 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 485 |
Error | misc | FinalParameters | Parameter X should be final. | 485 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
Error | misc | FinalParameters | Parameter Y should be final. | 485 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 |
Error | misc | FinalParameters | Parameter titles should be final. | 485 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 485 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 485 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 496 |
Error | misc | FinalParameters | Parameter X should be final. | 496 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 |
Error | misc | FinalParameters | Parameter Y should be final. | 496 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 496 |
Error | misc | FinalParameters | Parameter titles should be final. | 496 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 496 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 496 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 497 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 |
Error | misc | FinalParameters | Parameter X should be final. | 504 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 |
Error | misc | FinalParameters | Parameter Y should be final. | 504 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 505 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 513 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
Error | misc | FinalParameters | Parameter X should be final. | 513 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
Error | misc | FinalParameters | Parameter Y should be final. | 513 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 513 |
Error | misc | FinalParameters | Parameter titles should be final. | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 514 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 522 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 |
Error | misc | FinalParameters | Parameter X should be final. | 522 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 |
Error | misc | FinalParameters | Parameter Y should be final. | 522 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 522 |
Error | misc | FinalParameters | Parameter titles should be final. | 522 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 532 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | misc | FinalParameters | Parameter X should be final. | 532 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | misc | FinalParameters | Parameter Y should be final. | 532 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 532 |
Error | misc | FinalParameters | Parameter titles should be final. | 532 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 542 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 |
Error | misc | FinalParameters | Parameter X should be final. | 542 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 |
Error | misc | FinalParameters | Parameter Y should be final. | 542 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 |
Error | misc | FinalParameters | Parameter titles should be final. | 542 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 542 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 543 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 553 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 |
Error | misc | FinalParameters | Parameter X should be final. | 553 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 |
Error | misc | FinalParameters | Parameter Y should be final. | 553 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 |
Error | misc | FinalParameters | Parameter titles should be final. | 553 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 553 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 554 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 564 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 |
Error | misc | FinalParameters | Parameter X should be final. | 564 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 |
Error | misc | FinalParameters | Parameter Y should be final. | 564 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 |
Error | misc | FinalParameters | Parameter titles should be final. | 564 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 564 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 564 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 565 |
Error | misc | FinalParameters | Parameter X should be final. | 572 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 |
Error | misc | FinalParameters | Parameter Y should be final. | 572 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 572 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 573 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 581 |
Error | misc | FinalParameters | Parameter X should be final. | 581 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 |
Error | misc | FinalParameters | Parameter Y should be final. | 581 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 |
Error | misc | FinalParameters | Parameter titles should be final. | 581 |
Error | misc | FinalParameters | Parameter X should be final. | 590 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 |
Error | misc | FinalParameters | Parameter Y should be final. | 590 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 |
Error | misc | FinalParameters | Parameter titles should be final. | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 600 |
Error | misc | FinalParameters | Parameter X should be final. | 600 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 600 |
Error | misc | FinalParameters | Parameter Y should be final. | 600 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 600 |
Error | misc | FinalParameters | Parameter titles should be final. | 600 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 610 |
Error | misc | FinalParameters | Parameter X should be final. | 610 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
Error | misc | FinalParameters | Parameter Y should be final. | 610 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
Error | misc | FinalParameters | Parameter titles should be final. | 610 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 610 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 621 |
Error | misc | FinalParameters | Parameter X should be final. | 621 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 |
Error | misc | FinalParameters | Parameter Y should be final. | 621 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 |
Error | misc | FinalParameters | Parameter titles should be final. | 621 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 621 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 621 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 632 |
Error | misc | FinalParameters | Parameter X should be final. | 632 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 |
Error | misc | FinalParameters | Parameter Y should be final. | 632 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 632 |
Error | misc | FinalParameters | Parameter titles should be final. | 632 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 632 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 633 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 |
Error | misc | FinalParameters | Parameter X should be final. | 640 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 |
Error | misc | FinalParameters | Parameter Y should be final. | 640 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 640 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 649 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 |
Error | misc | FinalParameters | Parameter X should be final. | 649 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 |
Error | misc | FinalParameters | Parameter Y should be final. | 649 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 649 |
Error | misc | FinalParameters | Parameter titles should be final. | 649 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 650 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 658 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 |
Error | misc | FinalParameters | Parameter X should be final. | 658 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 |
Error | misc | FinalParameters | Parameter Y should be final. | 658 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 658 |
Error | misc | FinalParameters | Parameter titles should be final. | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 668 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 |
Error | misc | FinalParameters | Parameter X should be final. | 668 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 |
Error | misc | FinalParameters | Parameter Y should be final. | 668 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 668 |
Error | misc | FinalParameters | Parameter titles should be final. | 668 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 668 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 678 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 |
Error | misc | FinalParameters | Parameter X should be final. | 678 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 |
Error | misc | FinalParameters | Parameter Y should be final. | 678 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 678 |
Error | misc | FinalParameters | Parameter titles should be final. | 678 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 678 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 679 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 689 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 |
Error | misc | FinalParameters | Parameter X should be final. | 689 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 |
Error | misc | FinalParameters | Parameter Y should be final. | 689 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 |
Error | misc | FinalParameters | Parameter titles should be final. | 689 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 689 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 689 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 690 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 700 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 |
Error | misc | FinalParameters | Parameter X should be final. | 700 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 |
Error | misc | FinalParameters | Parameter Y should be final. | 700 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 |
Error | misc | FinalParameters | Parameter titles should be final. | 700 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 700 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 700 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 701 |
Error | misc | FinalParameters | Parameter text should be final. | 709 |
Error | misc | FinalParameters | Parameter x should be final. | 709 |
Error | misc | FinalParameters | Parameter y should be final. | 709 |
Error | misc | FinalParameters | Parameter text should be final. | 719 |
Error | misc | FinalParameters | Parameter x should be final. | 719 |
Error | misc | FinalParameters | Parameter y should be final. | 719 |
Error | misc | FinalParameters | Parameter cmds should be final. | 719 |
Error | misc | FinalParameters | Parameter text should be final. | 726 |
Error | misc | FinalParameters | Parameter text should be final. | 733 |
Error | misc | FinalParameters | Parameter text should be final. | 741 |
Error | misc | FinalParameters | Parameter xoff should be final. | 741 |
Error | misc | FinalParameters | Parameter text should be final. | 750 |
Error | misc | FinalParameters | Parameter xoff should be final. | 750 |
Error | misc | FinalParameters | Parameter yoff should be final. | 750 |
Error | misc | FinalParameters | Parameter text should be final. | 757 |
Error | misc | FinalParameters | Parameter text should be final. | 765 |
Error | misc | FinalParameters | Parameter xoff should be final. | 765 |
Error | misc | FinalParameters | Parameter text should be final. | 774 |
Error | misc | FinalParameters | Parameter xoff should be final. | 774 |
Error | misc | FinalParameters | Parameter yoff should be final. | 774 |
Error | misc | FinalParameters | Parameter text should be final. | 781 |
Error | misc | FinalParameters | Parameter text should be final. | 789 |
Error | misc | FinalParameters | Parameter xoff should be final. | 789 |
Error | misc | FinalParameters | Parameter text should be final. | 798 |
Error | misc | FinalParameters | Parameter xoff should be final. | 798 |
Error | misc | FinalParameters | Parameter yoff should be final. | 798 |
Error | misc | FinalParameters | Parameter text should be final. | 805 |
Error | misc | FinalParameters | Parameter text should be final. | 813 |
Error | misc | FinalParameters | Parameter xoff should be final. | 813 |
Error | misc | FinalParameters | Parameter text should be final. | 822 |
Error | misc | FinalParameters | Parameter xoff should be final. | 822 |
Error | misc | FinalParameters | Parameter yoff should be final. | 822 |
Error | misc | FinalParameters | Parameter text should be final. | 829 |
Error | misc | FinalParameters | Parameter text should be final. | 837 |
Error | misc | FinalParameters | Parameter xoff should be final. | 837 |
Error | misc | FinalParameters | Parameter text should be final. | 846 |
Error | misc | FinalParameters | Parameter xoff should be final. | 846 |
Error | misc | FinalParameters | Parameter yoff should be final. | 846 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 853 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 |
Error | misc | FinalParameters | Parameter xmin should be final. | 861 |
Error | misc | FinalParameters | Parameter xmax should be final. | 861 |
Error | misc | FinalParameters | Parameter xmin should be final. | 871 |
Error | misc | FinalParameters | Parameter xmax should be final. | 871 |
Error | misc | FinalParameters | Parameter ymin should be final. | 871 |
Error | misc | FinalParameters | Parameter ymax should be final. | 871 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 883 |
Error | misc | FinalParameters | Parameter xmin should be final. | 883 |
Error | misc | FinalParameters | Parameter xmax should be final. | 883 |
Error | misc | FinalParameters | Parameter ymin should be final. | 883 |
Error | misc | FinalParameters | Parameter ymax should be final. | 883 |
Error | misc | FinalParameters | Parameter zmin should be final. | 883 |
Error | misc | FinalParameters | Parameter zmax should be final. | 883 |
Error | misc | FinalParameters | Parameter min should be final. | 891 |
Error | misc | FinalParameters | Parameter max should be final. | 891 |
Error | misc | FinalParameters | Parameter min should be final. | 899 |
Error | misc | FinalParameters | Parameter max should be final. | 899 |
Error | misc | FinalParameters | Parameter min should be final. | 907 |
Error | misc | FinalParameters | Parameter max should be final. | 907 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 915 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 915 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 915 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 924 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 924 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 924 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 924 |
Error | misc | FinalParameters | Parameter scale should be final. | 924 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 934 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 934 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 934 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 |
Error | misc | FinalParameters | Parameter scale should be final. | 934 |
Error | misc | FinalParameters | Parameter scale_z should be final. | 934 |
Error | naming | ParameterName | Name 'scale_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 |
Error | misc | FinalParameters | Parameter options should be final. | 941 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 949 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 949 |
Error | misc | FinalParameters | Parameter rowSize should be final. | 958 |
Error | misc | FinalParameters | Parameter columnSize should be final. | 958 |
Error | misc | FinalParameters | Parameter frame should be final. | 958 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 962 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class Messages should be declared as final. | 16 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | sizes | FileLength | File length is 3,177 lines (max allowed is 2,000). | 1 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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 | naming | StaticVariableName | Name 'HAVE_PIPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | naming | StaticVariableName | Name 'HAVE_LONG_FILENAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | naming | StaticVariableName | Name 'WINDOWS_OS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
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. | 48 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 54 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 58 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 62 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
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. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 80 |
Error | naming | ConstantName | Name 'newLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 83 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | misc | FinalParameters | Parameter windowId should be final. | 109 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 113 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 115 |
Error | misc | FinalParameters | Parameter windowId should be final. | 120 |
Error | misc | FinalParameters | Parameter options should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 150 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 150 |
Error | naming | LocalVariableName | Name 'win_options' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
Error | coding | MagicNumber | '123' is a magic number. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 167 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 178 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 186 |
Error | misc | FinalParameters | Parameter windowId should be final. | 186 |
Error | misc | FinalParameters | Parameter X should be final. | 186 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | misc | FinalParameters | Parameter Y should be final. | 186 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 186 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 196 |
Error | naming | LocalVariableName | Name 'log_mode_cmd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 213 |
Error | coding | MagicNumber | '4' is a magic number. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 246). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 223 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 229 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 231 |
Error | misc | FinalParameters | Parameter windowId should be final. | 235 |
Error | misc | FinalParameters | Parameter X should be final. | 235 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 245 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 247 |
Error | misc | FinalParameters | Parameter windowId should be final. | 252 |
Error | misc | FinalParameters | Parameter X should be final. | 252 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | misc | FinalParameters | Parameter Y should be final. | 252 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 262 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 264 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 270 |
Error | misc | FinalParameters | Parameter windowId should be final. | 270 |
Error | misc | FinalParameters | Parameter X should be final. | 270 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
Error | misc | FinalParameters | Parameter Y should be final. | 270 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
Error | misc | FinalParameters | Parameter titles should be final. | 270 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 274 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 282 |
Error | misc | FinalParameters | Parameter win should be final. | 282 |
Error | misc | FinalParameters | Parameter X should be final. | 282 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter Y should be final. | 282 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 |
Error | misc | FinalParameters | Parameter titles should be final. | 282 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 292 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 294 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 301 |
Error | misc | FinalParameters | Parameter windowId should be final. | 301 |
Error | misc | FinalParameters | Parameter X should be final. | 301 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | misc | FinalParameters | Parameter Y should be final. | 301 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 301 |
Error | misc | FinalParameters | Parameter titles should be final. | 301 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 301 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 311 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 320 |
Error | misc | FinalParameters | Parameter windowId should be final. | 320 |
Error | misc | FinalParameters | Parameter X should be final. | 320 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
Error | misc | FinalParameters | Parameter Y should be final. | 320 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 |
Error | misc | FinalParameters | Parameter titles should be final. | 320 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 321 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 324 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 334 |
Error | misc | FinalParameters | Parameter win should be final. | 334 |
Error | misc | FinalParameters | Parameter X should be final. | 334 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
Error | misc | FinalParameters | Parameter Y should be final. | 334 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 |
Error | misc | FinalParameters | Parameter titles should be final. | 334 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 334 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 334 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 335 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 338 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 348 |
Error | misc | FinalParameters | Parameter win should be final. | 348 |
Error | misc | FinalParameters | Parameter X should be final. | 348 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
Error | misc | FinalParameters | Parameter Y should be final. | 348 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
Error | misc | FinalParameters | Parameter titles should be final. | 348 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 348 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 348 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 358 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 360 |
Error | misc | FinalParameters | Parameter win should be final. | 365 |
Error | misc | FinalParameters | Parameter X should be final. | 365 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | misc | FinalParameters | Parameter Y should be final. | 365 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | coding | InnerAssignment | Inner assignments should be avoided. | 369 |
Error | naming | LocalVariableName | Name 'log_mode_cmd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 381 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 386 |
Error | coding | MagicNumber | '4' is a magic number. | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 245). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 396 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 401 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 403 |
Error | misc | FinalParameters | Parameter win should be final. | 407 |
Error | misc | FinalParameters | Parameter X should be final. | 407 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 416 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 418 |
Error | misc | FinalParameters | Parameter win should be final. | 423 |
Error | misc | FinalParameters | Parameter X should be final. | 423 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 |
Error | misc | FinalParameters | Parameter Y should be final. | 423 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 432 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 434 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 440 |
Error | misc | FinalParameters | Parameter win should be final. | 440 |
Error | misc | FinalParameters | Parameter X should be final. | 440 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
Error | misc | FinalParameters | Parameter Y should be final. | 440 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 440 |
Error | misc | FinalParameters | Parameter titles should be final. | 440 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 449 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 451 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 457 |
Error | misc | FinalParameters | Parameter win should be final. | 457 |
Error | misc | FinalParameters | Parameter X should be final. | 457 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
Error | misc | FinalParameters | Parameter Y should be final. | 457 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
Error | misc | FinalParameters | Parameter titles should be final. | 457 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 461 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 470 |
Error | misc | FinalParameters | Parameter win should be final. | 470 |
Error | misc | FinalParameters | Parameter X should be final. | 470 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 |
Error | misc | FinalParameters | Parameter Y should be final. | 470 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 470 |
Error | misc | FinalParameters | Parameter titles should be final. | 470 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 470 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 479 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 481 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 488 |
Error | misc | FinalParameters | Parameter win should be final. | 488 |
Error | misc | FinalParameters | Parameter X should be final. | 488 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 |
Error | misc | FinalParameters | Parameter Y should be final. | 488 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 488 |
Error | misc | FinalParameters | Parameter titles should be final. | 488 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 488 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 489 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 492 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 494 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 502 |
Error | misc | FinalParameters | Parameter win should be final. | 502 |
Error | misc | FinalParameters | Parameter X should be final. | 502 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
Error | misc | FinalParameters | Parameter Y should be final. | 502 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
Error | misc | FinalParameters | Parameter titles should be final. | 502 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 502 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 502 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 503 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 506 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 508 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 516 |
Error | misc | FinalParameters | Parameter win should be final. | 516 |
Error | misc | FinalParameters | Parameter X should be final. | 516 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 |
Error | misc | FinalParameters | Parameter Y should be final. | 516 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 |
Error | misc | FinalParameters | Parameter titles should be final. | 516 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 516 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 516 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 525 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 527 |
Error | misc | FinalParameters | Parameter windowId should be final. | 531 |
Error | misc | FinalParameters | Parameter cmd should be final. | 531 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 546 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 548 |
Error | naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 |
Error | misc | FinalParameters | Parameter win should be final. | 553 |
Error | misc | FinalParameters | Parameter Y should be final. | 553 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 553 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 554 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 561 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 563 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 570 |
Error | naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 |
Error | misc | FinalParameters | Parameter win should be final. | 570 |
Error | misc | FinalParameters | Parameter Y should be final. | 570 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 |
Error | misc | FinalParameters | Parameter titles should be final. | 570 |
Error | misc | FinalParameters | Parameter replotflag should be final. | 570 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 571 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 579 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 581 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 590 |
Error | naming | MethodName | Name 'd1_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 |
Error | misc | FinalParameters | Parameter win should be final. | 590 |
Error | misc | FinalParameters | Parameter Y should be final. | 590 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 590 |
Error | misc | FinalParameters | Parameter titles should be final. | 590 |
Error | misc | FinalParameters | Parameter replotflag should be final. | 590 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 590 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 590 |
Error | coding | MagicNumber | '123' is a magic number. | 606 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 607 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 609 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 636 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 641 |
Error | blocks | EmptyBlock | Must have at least one statement. | 645 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 656 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 658 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 664 |
Error | naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 |
Error | misc | FinalParameters | Parameter win should be final. | 664 |
Error | misc | FinalParameters | Parameter X should be final. | 664 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 |
Error | misc | FinalParameters | Parameter Y should be final. | 664 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 665 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 670 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 677 |
Error | naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 |
Error | misc | FinalParameters | Parameter win should be final. | 677 |
Error | misc | FinalParameters | Parameter X should be final. | 677 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 |
Error | misc | FinalParameters | Parameter Y should be final. | 677 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 677 |
Error | misc | FinalParameters | Parameter titles should be final. | 677 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 678 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 681 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 683 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 691 |
Error | naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
Error | misc | FinalParameters | Parameter win should be final. | 691 |
Error | misc | FinalParameters | Parameter X should be final. | 691 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
Error | misc | FinalParameters | Parameter Y should be final. | 691 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
Error | misc | FinalParameters | Parameter titles should be final. | 691 |
Error | misc | FinalParameters | Parameter replotflag should be final. | 691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 692 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 706 |
Error | naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 |
Error | misc | FinalParameters | Parameter win should be final. | 706 |
Error | misc | FinalParameters | Parameter X should be final. | 706 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 |
Error | misc | FinalParameters | Parameter Y should be final. | 706 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 |
Error | misc | FinalParameters | Parameter titles should be final. | 706 |
Error | misc | FinalParameters | Parameter replotflag should be final. | 706 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 706 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 710 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 712 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 722 |
Error | naming | MethodName | Name 'd2_plot' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 |
Error | misc | FinalParameters | Parameter win should be final. | 722 |
Error | misc | FinalParameters | Parameter X should be final. | 722 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 |
Error | misc | FinalParameters | Parameter Y should be final. | 722 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 |
Error | misc | FinalParameters | Parameter titles should be final. | 722 |
Error | misc | FinalParameters | Parameter replotflag should be final. | 722 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 722 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 722 |
Error | coding | MagicNumber | '123' is a magic number. | 745 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 746 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 748 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 775 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 777 |
Error | sizes | LineLength | Line is longer than 80 characters (found 183). | 779 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 785 |
Error | blocks | EmptyBlock | Must have at least one statement. | 790 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 802 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 804 |
Error | misc | FinalParameters | Parameter win should be final. | 808 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 817 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 819 |
Error | misc | FinalParameters | Parameter win should be final. | 824 |
Error | misc | FinalParameters | Parameter on should be final. | 824 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 835 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 837 |
Error | misc | FinalParameters | Parameter windowId should be final. | 841 |
Error | misc | FinalParameters | Parameter string should be final. | 841 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 846 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 855 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 856 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 869 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 874 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 881 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 895 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 897 |
Error | misc | FinalParameters | Parameter win should be final. | 901 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 908 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 910 |
Error | misc | FinalParameters | Parameter win should be final. | 914 |
Error | misc | FinalParameters | Parameter str should be final. | 914 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 918 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 920 |
Error | naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 923 |
Error | misc | FinalParameters | Parameter win should be final. | 923 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 927 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 929 |
Error | naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 |
Error | misc | FinalParameters | Parameter windowId should be final. | 934 |
Error | misc | FinalParameters | Parameter frameId should be final. | 934 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 945 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 947 |
Error | naming | MethodName | Name 'plot_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
Error | misc | FinalParameters | Parameter windowId should be final. | 952 |
Error | misc | FinalParameters | Parameter frameId should be final. | 952 |
Error | misc | FinalParameters | Parameter str should be final. | 952 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 962 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 964 |
Error | naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 968 |
Error | misc | FinalParameters | Parameter dataId should be final. | 968 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 970 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 977 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 979 |
Error | naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 984 |
Error | misc | FinalParameters | Parameter dataId should be final. | 984 |
Error | misc | FinalParameters | Parameter frame should be final. | 984 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 986 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 990 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1003 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1005 |
Error | naming | MethodName | Name 'data_num' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1010 |
Error | misc | FinalParameters | Parameter dataId should be final. | 1010 |
Error | misc | FinalParameters | Parameter frame should be final. | 1010 |
Error | misc | FinalParameters | Parameter num should be final. | 1010 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1012 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1016 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1026 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1028 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1032 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1039 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1041 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1044 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1051 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1053 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1057 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1061 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1063 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1068 |
Error | misc | FinalParameters | Parameter frame should be final. | 1068 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1090 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1092 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1095 |
Error | coding | MagicNumber | '123' is a magic number. | 1112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 1113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 1125 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 197). | 1135 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1137 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1142 |
Error | misc | FinalParameters | Parameter frameId should be final. | 1142 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 198). | 1152 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1154 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1160 |
Error | misc | FinalParameters | Parameter frameId should be final. | 1160 |
Error | misc | FinalParameters | Parameter mode should be final. | 1160 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1173 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1186 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1191 |
Error | misc | FinalParameters | Parameter option should be final. | 1191 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1196 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1198 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1238 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1240 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1255 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1257 |
Error | misc | FinalParameters | Parameter win should be final. | 1260 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1277 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1279 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1283 |
Error | misc | FinalParameters | Parameter on should be final. | 1283 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1302 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1304 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1307 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1329 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1331 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1335 |
Error | misc | FinalParameters | Parameter on should be final. | 1335 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1359 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1361 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1364 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1379 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1381 |
Error | naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1384 |
Error | misc | FinalParameters | Parameter win should be final. | 1384 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1388 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1390 |
Error | naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1395 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1395 |
Error | misc | FinalParameters | Parameter frame should be final. | 1395 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1402 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1404 |
Error | naming | MethodName | Name 'size_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1409 |
Error | misc | FinalParameters | Parameter win should be final. | 1409 |
Error | misc | FinalParameters | Parameter frame should be final. | 1409 |
Error | misc | FinalParameters | Parameter str should be final. | 1409 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1415 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1417 |
Error | naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1420 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1420 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1424 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1426 |
Error | naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1431 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1431 |
Error | misc | FinalParameters | Parameter frame should be final. | 1431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1432 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1438 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1440 |
Error | naming | MethodName | Name 'title_strings' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1445 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1445 |
Error | misc | FinalParameters | Parameter frame should be final. | 1445 |
Error | misc | FinalParameters | Parameter string should be final. | 1445 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1451 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1453 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1466 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1468 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1486 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1488 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1492 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1499 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 1508 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1522 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1524 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1527 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1548 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1550 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1554 |
Error | misc | FinalParameters | Parameter on should be final. | 1554 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1578 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1580 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1583 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1604 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1606 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1610 |
Error | misc | FinalParameters | Parameter on should be final. | 1610 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1634 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1636 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1641 |
Error | misc | FinalParameters | Parameter X should be final. | 1641 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1641 |
Error | misc | FinalParameters | Parameter Y should be final. | 1641 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1641 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 1642 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1645 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1647 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 1653 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1653 |
Error | misc | FinalParameters | Parameter X should be final. | 1653 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1653 |
Error | misc | FinalParameters | Parameter Y should be final. | 1653 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1653 |
Error | misc | FinalParameters | Parameter titles should be final. | 1653 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 1654 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1657 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1659 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1665 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1665 |
Error | misc | FinalParameters | Parameter X should be final. | 1665 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1665 |
Error | misc | FinalParameters | Parameter Y should be final. | 1665 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1665 |
Error | misc | FinalParameters | Parameter titles should be final. | 1665 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1669 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1671 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 1678 |
Error | misc | FinalParameters | Parameter win should be final. | 1678 |
Error | misc | FinalParameters | Parameter X should be final. | 1678 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1678 |
Error | misc | FinalParameters | Parameter Y should be final. | 1678 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1678 |
Error | misc | FinalParameters | Parameter titles should be final. | 1678 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1678 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1682 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1684 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1691 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1691 |
Error | misc | FinalParameters | Parameter X should be final. | 1691 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1691 |
Error | misc | FinalParameters | Parameter Y should be final. | 1691 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1691 |
Error | misc | FinalParameters | Parameter titles should be final. | 1691 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1691 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 1692 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1695 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1697 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 1705 |
Error | misc | FinalParameters | Parameter windowId should be final. | 1705 |
Error | misc | FinalParameters | Parameter X should be final. | 1705 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1705 |
Error | misc | FinalParameters | Parameter Y should be final. | 1705 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1705 |
Error | misc | FinalParameters | Parameter titles should be final. | 1705 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1705 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 1705 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 1706 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1709 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1711 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 1719 |
Error | misc | FinalParameters | Parameter win should be final. | 1719 |
Error | misc | FinalParameters | Parameter X should be final. | 1719 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1719 |
Error | misc | FinalParameters | Parameter Y should be final. | 1719 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1719 |
Error | misc | FinalParameters | Parameter titles should be final. | 1719 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1719 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 1719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1720 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1722 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1725 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1727 |
Error | coding | MagicNumber | '4' is a magic number. | 1731 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1736 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1738 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 |
Error | misc | FinalParameters | Parameter win should be final. | 1743 |
Error | misc | FinalParameters | Parameter X should be final. | 1743 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 |
Error | misc | FinalParameters | Parameter Y should be final. | 1743 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1743 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1744 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1747 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1749 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1755 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 |
Error | misc | FinalParameters | Parameter win should be final. | 1755 |
Error | misc | FinalParameters | Parameter X should be final. | 1755 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 |
Error | misc | FinalParameters | Parameter Y should be final. | 1755 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1755 |
Error | misc | FinalParameters | Parameter titles should be final. | 1755 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 1756 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1759 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1761 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1767 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 |
Error | misc | FinalParameters | Parameter win should be final. | 1767 |
Error | misc | FinalParameters | Parameter X should be final. | 1767 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 |
Error | misc | FinalParameters | Parameter Y should be final. | 1767 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1767 |
Error | misc | FinalParameters | Parameter titles should be final. | 1767 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1771 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1773 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 1780 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 |
Error | misc | FinalParameters | Parameter win should be final. | 1780 |
Error | misc | FinalParameters | Parameter X should be final. | 1780 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 |
Error | misc | FinalParameters | Parameter Y should be final. | 1780 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1780 |
Error | misc | FinalParameters | Parameter titles should be final. | 1780 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1780 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1784 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1786 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 1793 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 |
Error | misc | FinalParameters | Parameter win should be final. | 1793 |
Error | misc | FinalParameters | Parameter X should be final. | 1793 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 |
Error | misc | FinalParameters | Parameter Y should be final. | 1793 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1793 |
Error | misc | FinalParameters | Parameter titles should be final. | 1793 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1793 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 1794 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1797 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1799 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 1807 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 |
Error | misc | FinalParameters | Parameter win should be final. | 1807 |
Error | misc | FinalParameters | Parameter X should be final. | 1807 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 |
Error | misc | FinalParameters | Parameter Y should be final. | 1807 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1807 |
Error | misc | FinalParameters | Parameter titles should be final. | 1807 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1807 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 1807 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1808 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1810 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1813 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 1815 |
Error | coding | MagicNumber | '4' is a magic number. | 1819 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1824 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1826 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 1834 |
Error | naming | MethodName | Name 'replot_loglog' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 |
Error | misc | FinalParameters | Parameter win should be final. | 1834 |
Error | misc | FinalParameters | Parameter X should be final. | 1834 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 |
Error | misc | FinalParameters | Parameter Y should be final. | 1834 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1834 |
Error | misc | FinalParameters | Parameter titles should be final. | 1834 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1834 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 1834 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 1835 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1838 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1840 |
Error | naming | MethodName | Name 'export_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1844 |
Error | misc | FinalParameters | Parameter win should be final. | 1844 |
Error | misc | FinalParameters | Parameter mode should be final. | 1844 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 1846 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 1848 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 1850 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 1852 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 1854 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 1856 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1860 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1862 |
Error | misc | FinalParameters | Parameter win should be final. | 1867 |
Error | misc | FinalParameters | Parameter filename should be final. | 1867 |
Error | misc | FinalParameters | Parameter mode should be final. | 1867 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1871 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1873 |
Error | misc | FinalParameters | Parameter win should be final. | 1879 |
Error | misc | FinalParameters | Parameter filename should be final. | 1879 |
Error | misc | FinalParameters | Parameter mode should be final. | 1879 |
Error | misc | FinalParameters | Parameter cmd should be final. | 1879 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1944 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1946 |
Error | misc | FinalParameters | Parameter win should be final. | 1951 |
Error | misc | FinalParameters | Parameter X should be final. | 1951 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1951 |
Error | misc | FinalParameters | Parameter Y should be final. | 1951 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1951 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 1952 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1955 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1957 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 1963 |
Error | misc | FinalParameters | Parameter win should be final. | 1963 |
Error | misc | FinalParameters | Parameter X should be final. | 1963 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1963 |
Error | misc | FinalParameters | Parameter Y should be final. | 1963 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1963 |
Error | misc | FinalParameters | Parameter titles should be final. | 1963 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 1964 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1967 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1969 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 1975 |
Error | misc | FinalParameters | Parameter win should be final. | 1975 |
Error | misc | FinalParameters | Parameter X should be final. | 1975 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1975 |
Error | misc | FinalParameters | Parameter Y should be final. | 1975 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1975 |
Error | misc | FinalParameters | Parameter titles should be final. | 1975 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1979 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1981 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 1988 |
Error | misc | FinalParameters | Parameter win should be final. | 1988 |
Error | misc | FinalParameters | Parameter X should be final. | 1988 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1988 |
Error | misc | FinalParameters | Parameter Y should be final. | 1988 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1988 |
Error | misc | FinalParameters | Parameter titles should be final. | 1988 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 1988 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1992 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 1994 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2001 |
Error | misc | FinalParameters | Parameter win should be final. | 2001 |
Error | misc | FinalParameters | Parameter X should be final. | 2001 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2001 |
Error | misc | FinalParameters | Parameter Y should be final. | 2001 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2001 |
Error | misc | FinalParameters | Parameter titles should be final. | 2001 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2001 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2002 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2005 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2007 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 2015 |
Error | misc | FinalParameters | Parameter win should be final. | 2015 |
Error | misc | FinalParameters | Parameter X should be final. | 2015 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2015 |
Error | misc | FinalParameters | Parameter Y should be final. | 2015 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2015 |
Error | misc | FinalParameters | Parameter titles should be final. | 2015 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2015 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2015 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2016 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2018 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2027 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2029 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 2037 |
Error | misc | FinalParameters | Parameter win should be final. | 2037 |
Error | misc | FinalParameters | Parameter X should be final. | 2037 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2037 |
Error | misc | FinalParameters | Parameter Y should be final. | 2037 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2037 |
Error | misc | FinalParameters | Parameter titles should be final. | 2037 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2037 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2037 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 2038 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2041 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2043 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 |
Error | misc | FinalParameters | Parameter win should be final. | 2048 |
Error | misc | FinalParameters | Parameter X should be final. | 2048 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 |
Error | misc | FinalParameters | Parameter Y should be final. | 2048 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2048 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2049 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2052 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2054 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2060 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 |
Error | misc | FinalParameters | Parameter win should be final. | 2060 |
Error | misc | FinalParameters | Parameter X should be final. | 2060 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 |
Error | misc | FinalParameters | Parameter Y should be final. | 2060 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2060 |
Error | misc | FinalParameters | Parameter titles should be final. | 2060 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2061 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2064 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2066 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2072 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 |
Error | misc | FinalParameters | Parameter win should be final. | 2072 |
Error | misc | FinalParameters | Parameter X should be final. | 2072 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 |
Error | misc | FinalParameters | Parameter Y should be final. | 2072 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2072 |
Error | misc | FinalParameters | Parameter titles should be final. | 2072 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2076 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2078 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 2085 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 |
Error | misc | FinalParameters | Parameter win should be final. | 2085 |
Error | misc | FinalParameters | Parameter X should be final. | 2085 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 |
Error | misc | FinalParameters | Parameter Y should be final. | 2085 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2085 |
Error | misc | FinalParameters | Parameter titles should be final. | 2085 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2085 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2089 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2091 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2098 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 |
Error | misc | FinalParameters | Parameter win should be final. | 2098 |
Error | misc | FinalParameters | Parameter X should be final. | 2098 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 |
Error | misc | FinalParameters | Parameter Y should be final. | 2098 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2098 |
Error | misc | FinalParameters | Parameter titles should be final. | 2098 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2098 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 2099 |
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 140). | 2112 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 |
Error | misc | FinalParameters | Parameter win should be final. | 2112 |
Error | misc | FinalParameters | Parameter X should be final. | 2112 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 |
Error | misc | FinalParameters | Parameter Y should be final. | 2112 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2112 |
Error | misc | FinalParameters | Parameter titles should be final. | 2112 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2112 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2115 |
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 128). | 2134 |
Error | naming | MethodName | Name 'replot_semilogx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 |
Error | misc | FinalParameters | Parameter win should be final. | 2134 |
Error | misc | FinalParameters | Parameter X should be final. | 2134 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 |
Error | misc | FinalParameters | Parameter Y should be final. | 2134 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2134 |
Error | misc | FinalParameters | Parameter titles should be final. | 2134 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2134 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 2135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2140 |
Error | misc | FinalParameters | Parameter win should be final. | 2145 |
Error | misc | FinalParameters | Parameter X should be final. | 2145 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2145 |
Error | misc | FinalParameters | Parameter Y should be final. | 2145 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 2146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2151 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 2157 |
Error | misc | FinalParameters | Parameter win should be final. | 2157 |
Error | misc | FinalParameters | Parameter X should be final. | 2157 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2157 |
Error | misc | FinalParameters | Parameter Y should be final. | 2157 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2157 |
Error | misc | FinalParameters | Parameter titles should be final. | 2157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2158 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2161 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2169 |
Error | misc | FinalParameters | Parameter win should be final. | 2169 |
Error | misc | FinalParameters | Parameter X should be final. | 2169 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 |
Error | misc | FinalParameters | Parameter Y should be final. | 2169 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2169 |
Error | misc | FinalParameters | Parameter titles should be final. | 2169 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2173 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2182 |
Error | misc | FinalParameters | Parameter win should be final. | 2182 |
Error | misc | FinalParameters | Parameter X should be final. | 2182 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2182 |
Error | misc | FinalParameters | Parameter Y should be final. | 2182 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2182 |
Error | misc | FinalParameters | Parameter titles should be final. | 2182 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2182 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2186 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2188 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 2195 |
Error | misc | FinalParameters | Parameter win should be final. | 2195 |
Error | misc | FinalParameters | Parameter X should be final. | 2195 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2195 |
Error | misc | FinalParameters | Parameter Y should be final. | 2195 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2195 |
Error | misc | FinalParameters | Parameter titles should be final. | 2195 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 2196 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2199 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 2209 |
Error | misc | FinalParameters | Parameter win should be final. | 2209 |
Error | misc | FinalParameters | Parameter X should be final. | 2209 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2209 |
Error | misc | FinalParameters | Parameter Y should be final. | 2209 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2209 |
Error | misc | FinalParameters | Parameter titles should be final. | 2209 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2209 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2221 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 2231 |
Error | misc | FinalParameters | Parameter win should be final. | 2231 |
Error | misc | FinalParameters | Parameter X should be final. | 2231 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2231 |
Error | misc | FinalParameters | Parameter Y should be final. | 2231 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2231 |
Error | misc | FinalParameters | Parameter titles should be final. | 2231 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2231 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 2232 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2235 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2237 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 |
Error | misc | FinalParameters | Parameter win should be final. | 2242 |
Error | misc | FinalParameters | Parameter X should be final. | 2242 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 |
Error | misc | FinalParameters | Parameter Y should be final. | 2242 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 2243 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2246 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2248 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2254 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 |
Error | misc | FinalParameters | Parameter win should be final. | 2254 |
Error | misc | FinalParameters | Parameter X should be final. | 2254 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 |
Error | misc | FinalParameters | Parameter Y should be final. | 2254 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2254 |
Error | misc | FinalParameters | Parameter titles should be final. | 2254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2255 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2258 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2266 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 |
Error | misc | FinalParameters | Parameter win should be final. | 2266 |
Error | misc | FinalParameters | Parameter X should be final. | 2266 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 |
Error | misc | FinalParameters | Parameter Y should be final. | 2266 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2266 |
Error | misc | FinalParameters | Parameter titles should be final. | 2266 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2270 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2272 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 2279 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 |
Error | misc | FinalParameters | Parameter win should be final. | 2279 |
Error | misc | FinalParameters | Parameter X should be final. | 2279 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 |
Error | misc | FinalParameters | Parameter Y should be final. | 2279 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2279 |
Error | misc | FinalParameters | Parameter titles should be final. | 2279 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2279 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2283 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2285 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 2292 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 |
Error | misc | FinalParameters | Parameter win should be final. | 2292 |
Error | misc | FinalParameters | Parameter X should be final. | 2292 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 |
Error | misc | FinalParameters | Parameter Y should be final. | 2292 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2292 |
Error | misc | FinalParameters | Parameter titles should be final. | 2292 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 2293 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2296 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2298 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 2306 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 |
Error | misc | FinalParameters | Parameter win should be final. | 2306 |
Error | misc | FinalParameters | Parameter X should be final. | 2306 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 |
Error | misc | FinalParameters | Parameter Y should be final. | 2306 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2306 |
Error | misc | FinalParameters | Parameter titles should be final. | 2306 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2306 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2306 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 2307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 2309 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2318 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2320 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 2328 |
Error | naming | MethodName | Name 'replot_semilogy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 |
Error | misc | FinalParameters | Parameter win should be final. | 2328 |
Error | misc | FinalParameters | Parameter X should be final. | 2328 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 |
Error | misc | FinalParameters | Parameter Y should be final. | 2328 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2328 |
Error | misc | FinalParameters | Parameter titles should be final. | 2328 |
Error | misc | FinalParameters | Parameter cmds1 should be final. | 2328 |
Error | misc | FinalParameters | Parameter cmds2 should be final. | 2328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 2329 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2332 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2334 |
Error | misc | FinalParameters | Parameter win should be final. | 2340 |
Error | misc | FinalParameters | Parameter text should be final. | 2340 |
Error | misc | FinalParameters | Parameter x should be final. | 2340 |
Error | misc | FinalParameters | Parameter y should be final. | 2340 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2344 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2353 |
Error | misc | FinalParameters | Parameter win should be final. | 2353 |
Error | misc | FinalParameters | Parameter text should be final. | 2353 |
Error | misc | FinalParameters | Parameter x should be final. | 2353 |
Error | misc | FinalParameters | Parameter y should be final. | 2353 |
Error | misc | FinalParameters | Parameter cmds should be final. | 2353 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 2359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 2361 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2378 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2380 |
Error | misc | FinalParameters | Parameter win should be final. | 2384 |
Error | misc | FinalParameters | Parameter text should be final. | 2384 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2399 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2401 |
Error | misc | FinalParameters | Parameter win should be final. | 2405 |
Error | misc | FinalParameters | Parameter text should be final. | 2405 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2420 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2422 |
Error | misc | FinalParameters | Parameter win should be final. | 2427 |
Error | misc | FinalParameters | Parameter text should be final. | 2427 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2427 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2428 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2442 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2444 |
Error | misc | FinalParameters | Parameter win should be final. | 2450 |
Error | misc | FinalParameters | Parameter text should be final. | 2450 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2450 |
Error | misc | FinalParameters | Parameter yoff should be final. | 2450 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2451 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2466 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2468 |
Error | misc | FinalParameters | Parameter win should be final. | 2472 |
Error | misc | FinalParameters | Parameter text should be final. | 2472 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2488 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2490 |
Error | misc | FinalParameters | Parameter win should be final. | 2495 |
Error | misc | FinalParameters | Parameter text should be final. | 2495 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2495 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2496 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2510 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2512 |
Error | misc | FinalParameters | Parameter win should be final. | 2518 |
Error | misc | FinalParameters | Parameter text should be final. | 2518 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2518 |
Error | misc | FinalParameters | Parameter yoff should be final. | 2518 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2519 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2534 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2536 |
Error | misc | FinalParameters | Parameter win should be final. | 2540 |
Error | misc | FinalParameters | Parameter text should be final. | 2540 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2555 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2557 |
Error | misc | FinalParameters | Parameter win should be final. | 2562 |
Error | misc | FinalParameters | Parameter text should be final. | 2562 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2562 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2563 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2577 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2579 |
Error | misc | FinalParameters | Parameter win should be final. | 2585 |
Error | misc | FinalParameters | Parameter text should be final. | 2585 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2585 |
Error | misc | FinalParameters | Parameter yoff should be final. | 2585 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2586 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2601 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2603 |
Error | misc | FinalParameters | Parameter win should be final. | 2607 |
Error | misc | FinalParameters | Parameter text should be final. | 2607 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2622 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2624 |
Error | misc | FinalParameters | Parameter win should be final. | 2629 |
Error | misc | FinalParameters | Parameter text should be final. | 2629 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2629 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 2630 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2644 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2646 |
Error | misc | FinalParameters | Parameter win should be final. | 2652 |
Error | misc | FinalParameters | Parameter text should be final. | 2652 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2652 |
Error | misc | FinalParameters | Parameter yoff should be final. | 2652 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2653 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2668 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2670 |
Error | misc | FinalParameters | Parameter win should be final. | 2674 |
Error | misc | FinalParameters | Parameter text should be final. | 2674 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2689 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2691 |
Error | misc | FinalParameters | Parameter win should be final. | 2696 |
Error | misc | FinalParameters | Parameter text should be final. | 2696 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2696 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 2697 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2711 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2713 |
Error | misc | FinalParameters | Parameter win should be final. | 2719 |
Error | misc | FinalParameters | Parameter text should be final. | 2719 |
Error | misc | FinalParameters | Parameter xoff should be final. | 2719 |
Error | misc | FinalParameters | Parameter yoff should be final. | 2719 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 2720 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2735 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2737 |
Error | misc | FinalParameters | Parameter win should be final. | 2741 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 2741 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2741 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2756 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2758 |
Error | misc | FinalParameters | Parameter win should be final. | 2763 |
Error | misc | FinalParameters | Parameter xmin should be final. | 2763 |
Error | misc | FinalParameters | Parameter xmax should be final. | 2763 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2764 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2779 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2781 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 2788 |
Error | misc | FinalParameters | Parameter win should be final. | 2788 |
Error | misc | FinalParameters | Parameter xmin should be final. | 2788 |
Error | misc | FinalParameters | Parameter xmax should be final. | 2788 |
Error | misc | FinalParameters | Parameter ymin should be final. | 2788 |
Error | misc | FinalParameters | Parameter ymax should be final. | 2788 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2789 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2790 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2804 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2806 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 2815 |
Error | misc | FinalParameters | Parameter win should be final. | 2815 |
Error | misc | FinalParameters | Parameter xmin should be final. | 2815 |
Error | misc | FinalParameters | Parameter xmax should be final. | 2815 |
Error | misc | FinalParameters | Parameter ymin should be final. | 2815 |
Error | misc | FinalParameters | Parameter ymax should be final. | 2815 |
Error | misc | FinalParameters | Parameter zmin should be final. | 2815 |
Error | misc | FinalParameters | Parameter zmax should be final. | 2815 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2816 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2817 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 2818 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2833 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2835 |
Error | misc | FinalParameters | Parameter win should be final. | 2840 |
Error | misc | FinalParameters | Parameter min should be final. | 2840 |
Error | misc | FinalParameters | Parameter max should be final. | 2840 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2841 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2856 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2858 |
Error | misc | FinalParameters | Parameter win should be final. | 2863 |
Error | misc | FinalParameters | Parameter min should be final. | 2863 |
Error | misc | FinalParameters | Parameter max should be final. | 2863 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2864 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2879 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2881 |
Error | misc | FinalParameters | Parameter win should be final. | 2886 |
Error | misc | FinalParameters | Parameter min should be final. | 2886 |
Error | misc | FinalParameters | Parameter max should be final. | 2886 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 2887 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2901 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2903 |
Error | misc | FinalParameters | Parameter win should be final. | 2908 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 2908 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2908 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 2908 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2908 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 2909 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2923 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2925 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 2931 |
Error | misc | FinalParameters | Parameter win should be final. | 2931 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 2931 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2931 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 2931 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2931 |
Error | misc | FinalParameters | Parameter scale should be final. | 2931 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 2932 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2946 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2948 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 2955 |
Error | misc | FinalParameters | Parameter win should be final. | 2955 |
Error | misc | FinalParameters | Parameter rotate_x should be final. | 2955 |
Error | naming | ParameterName | Name 'rotate_x' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 |
Error | misc | FinalParameters | Parameter rotate_z should be final. | 2955 |
Error | naming | ParameterName | Name 'rotate_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 |
Error | misc | FinalParameters | Parameter scale should be final. | 2955 |
Error | misc | FinalParameters | Parameter scale_z should be final. | 2955 |
Error | naming | ParameterName | Name 'scale_z' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 2955 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 2956 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2971 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 2987 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 2989 |
Error | misc | FinalParameters | Parameter windowId should be final. | 2992 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3003 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3005 |
Error | misc | FinalParameters | Parameter windowId1 should be final. | 3009 |
Error | misc | FinalParameters | Parameter windowId2 should be final. | 3009 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3021 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3023 |
Error | misc | FinalParameters | Parameter windowId1 should be final. | 3028 |
Error | misc | FinalParameters | Parameter windowId2 should be final. | 3028 |
Error | misc | FinalParameters | Parameter windowId3 should be final. | 3028 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3041 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3043 |
Error | misc | FinalParameters | Parameter win1 should be final. | 3049 |
Error | misc | FinalParameters | Parameter win2 should be final. | 3049 |
Error | misc | FinalParameters | Parameter win3 should be final. | 3049 |
Error | misc | FinalParameters | Parameter win4 should be final. | 3049 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3063 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3065 |
Error | misc | FinalParameters | Parameter win1 should be final. | 3072 |
Error | misc | FinalParameters | Parameter win2 should be final. | 3072 |
Error | misc | FinalParameters | Parameter win3 should be final. | 3072 |
Error | misc | FinalParameters | Parameter win4 should be final. | 3072 |
Error | misc | FinalParameters | Parameter win5 should be final. | 3072 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3084 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3086 |
Error | misc | FinalParameters | Parameter windowId should be final. | 3090 |
Error | misc | FinalParameters | Parameter options should be final. | 3090 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3098 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3100 |
Error | misc | FinalParameters | Parameter windowId should be final. | 3105 |
Error | misc | FinalParameters | Parameter rows should be final. | 3105 |
Error | misc | FinalParameters | Parameter cols should be final. | 3105 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 3109 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3111 |
Error | misc | FinalParameters | Parameter win should be final. | 3117 |
Error | misc | FinalParameters | Parameter rows should be final. | 3117 |
Error | misc | FinalParameters | Parameter cols should be final. | 3117 |
Error | misc | FinalParameters | Parameter frame should be final. | 3117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 3125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 3171 |
Error | coding | MagicNumber | '0.98' is a magic number. | 3171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 3174 |
Error | coding | MagicNumber | '0.98' is a magic number. | 3174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 10 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter g should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter y should be final. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter x_ should be final. | 50 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | misc | FinalParameters | Parameter y_ should be final. | 50 |
Error | naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | naming | LocalFinalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalFinalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 60 |
Error | coding | MagicNumber | '3' is a magic number. | 62 |
Error | coding | MagicNumber | '3' is a magic number. | 63 |
Error | coding | MagicNumber | '3' is a magic number. | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 64 |
Error | coding | MagicNumber | '3' is a magic number. | 65 |
Error | coding | MagicNumber | '3' is a magic number. | 66 |
Error | coding | MagicNumber | '3' is a magic number. | 66 |
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 81). | 80 |
Error | misc | FinalParameters | Parameter x should be final. | 80 |
Error | misc | FinalParameters | Parameter y should be final. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 92 |
Error | misc | FinalParameters | Parameter x should be final. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter x_ should be final. | 32 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | coding | MagicNumber | '100' is a magic number. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | misc | FinalParameters | Parameter x_ should be final. | 44 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 55 |
Error | misc | FinalParameters | Parameter x_ should be final. | 55 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 55 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 70 |
Error | naming | LocalVariableName | Name 'idx_re' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 94 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 97 |
Error | naming | LocalVariableName | Name 'idx_c' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 171). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 263). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 218). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 37 |
Error | misc | FinalParameters | Parameter Vc should be final. | 37 |
Error | naming | ParameterName | Name 'Vc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | misc | FinalParameters | Parameter Dc should be final. | 37 |
Error | naming | ParameterName | Name 'Dc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 180). | 40 |
Error | naming | LocalFinalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 44 |
Error | naming | LocalFinalVariableName | Name 'Vr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
Error | naming | LocalFinalVariableName | Name 'Dr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
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 | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter X should be final. | 33 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter A should be final. | 28 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | misc | FinalParameters | Parameter x should be final. | 36 |
Error | misc | FinalParameters | Parameter y should be final. | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 53 |
Error | misc | FinalParameters | Parameter x should be final. | 54 |
Error | misc | FinalParameters | Parameter y should be final. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter x should be final. | 40 |
Error | misc | FinalParameters | Parameter y should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | misc | FinalParameters | Parameter x should be final. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 59 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 66 |
Error | misc | FinalParameters | Parameter x should be final. | 66 |
Error | misc | FinalParameters | Parameter y should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 70 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | misc | FinalParameters | Parameter x should be final. | 80 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 86 |
Error | misc | FinalParameters | Parameter x should be final. | 91 |
Error | misc | FinalParameters | Parameter y should be final. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter x should be final. | 40 |
Error | misc | FinalParameters | Parameter y should be final. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 42 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 45 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter x should be final. | 53 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 65 |
Error | misc | FinalParameters | Parameter x should be final. | 81 |
Error | misc | FinalParameters | Parameter y should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 90 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 109 |
Error | misc | FinalParameters | Parameter x should be final. | 113 |
Error | misc | FinalParameters | Parameter x should be final. | 122 |
Error | misc | FinalParameters | Parameter y should be final. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | coding | MagicNumber | '2748' is a magic number. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter value should be final. | 39 |
Error | coding | MagicNumber | '16' is a magic number. | 45 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 47 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 49 |
Error | coding | MagicNumber | '16' is a magic number. | 49 |
Error | naming | LocalVariableName | Name 'ABCDEF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
Error | blocks | NeedBraces | 'else' construct must use '{}'s. | 56 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 |
Error | coding | MagicNumber | '9' is a magic number. | 60 |
Error | coding | MagicNumber | '9' is a magic number. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
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 | misc | FinalParameters | Parameter b should be final. | 42 |
Error | misc | FinalParameters | Parameter a should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 231). | 83 |
Error | misc | FinalParameters | Parameter b should be final. | 84 |
Error | misc | FinalParameters | Parameter a should be final. | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 102 |
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. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | coding | MagicNumber | '3' is a magic number. | 54 |
Error | coding | MagicNumber | '4' is a magic number. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 87 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | coding | MagicNumber | '3' is a magic number. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 101 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 |
Error | coding | MagicNumber | '3' is a magic number. | 104 |
Error | coding | MagicNumber | '4' is a magic number. | 104 |
Error | coding | MagicNumber | '5' is a magic number. | 104 |
Error | coding | MagicNumber | '6' is a magic number. | 104 |
Error | coding | MagicNumber | '7' is a magic number. | 104 |
Error | coding | MagicNumber | '8' is a magic number. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 133 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 133 |
Error | coding | MagicNumber | '3' is a magic number. | 133 |
Error | coding | MagicNumber | '3' is a magic number. | 133 |
Error | coding | MagicNumber | '4' is a magic number. | 133 |
Error | coding | MagicNumber | '4' is a magic number. | 133 |
Error | coding | MagicNumber | '3' is a magic number. | 143 |
Error | coding | MagicNumber | '3' is a magic number. | 151 |
Error | coding | MagicNumber | '3' is a magic number. | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 167 |
Error | coding | MagicNumber | '3' is a magic number. | 167 |
Error | coding | MagicNumber | '7' is a magic number. | 167 |
Error | coding | MagicNumber | '3' is a magic number. | 175 |
Error | coding | MagicNumber | '3' is a magic number. | 183 |
Error | coding | MagicNumber | '0.5' is a magic number. | 183 |
Error | coding | MagicNumber | '3' is a magic number. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 201 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 206 |
Error | coding | MagicNumber | '3' is a magic number. | 206 |
Error | coding | MagicNumber | '4' is a magic number. | 206 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
Error | coding | MagicNumber | '3' is a magic number. | 207 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 208 |
Error | coding | MagicNumber | '3' is a magic number. | 208 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 |
Error | coding | MagicNumber | '3' is a magic number. | 209 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 217 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 229 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 229 |
Error | coding | MagicNumber | '3' is a magic number. | 229 |
Error | coding | MagicNumber | '4' is a magic number. | 229 |
Error | coding | MagicNumber | '3' is a magic number. | 254 |
Error | coding | MagicNumber | '3' is a magic number. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 267 |
Error | coding | MagicNumber | '3' is a magic number. | 271 |
Error | coding | MagicNumber | '3' is a magic number. | 280 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
Error | coding | MagicNumber | '3' is a magic number. | 289 |
Error | coding | MagicNumber | '4' is a magic number. | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 306 |
Error | coding | MagicNumber | '3' is a magic number. | 312 |
Error | coding | MagicNumber | '3' is a magic number. | 313 |
Error | coding | MagicNumber | '4' is a magic number. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 319 |
Error | coding | MagicNumber | '4' is a magic number. | 325 |
Error | coding | MagicNumber | '5' is a magic number. | 325 |
Error | coding | MagicNumber | '6' is a magic number. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 332 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 338 |
Error | coding | MagicNumber | '7' is a magic number. | 338 |
Error | coding | MagicNumber | '8' is a magic number. | 338 |
Error | coding | MagicNumber | '9' is a magic number. | 338 |
Error | coding | MagicNumber | '10' is a magic number. | 338 |
Error | coding | MagicNumber | '3' is a magic number. | 339 |
Error | coding | MagicNumber | '3' is a magic number. | 339 |
Error | coding | MagicNumber | '4' is a magic number. | 339 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 345 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 347 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 359 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 360 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 365 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 365 |
Error | coding | MagicNumber | '3' is a magic number. | 365 |
Error | coding | MagicNumber | '4' is a magic number. | 365 |
Error | coding | MagicNumber | '5' is a magic number. | 365 |
Error | coding | MagicNumber | '6' is a magic number. | 365 |
Error | coding | MagicNumber | '7' is a magic number. | 365 |
Error | coding | MagicNumber | '8' is a magic number. | 365 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 366 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 366 |
Error | coding | MagicNumber | '8' is a magic number. | 366 |
Error | coding | MagicNumber | '6' is a magic number. | 366 |
Error | coding | MagicNumber | '3' is a magic number. | 366 |
Error | coding | MagicNumber | '5' is a magic number. | 366 |
Error | coding | MagicNumber | '7' is a magic number. | 366 |
Error | coding | MagicNumber | '4' is a magic number. | 366 |
Error | coding | MagicNumber | '9' is a magic number. | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 386 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 391 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 391 |
Error | coding | MagicNumber | '3' is a magic number. | 391 |
Error | coding | MagicNumber | '3' is a magic number. | 391 |
Error | coding | MagicNumber | '5' is a magic number. | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 392 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 392 |
Error | coding | MagicNumber | '3' is a magic number. | 392 |
Error | coding | MagicNumber | '6' is a magic number. | 392 |
Error | coding | MagicNumber | '3' is a magic number. | 392 |
Error | coding | MagicNumber | '5' is a magic number. | 392 |
Error | coding | MagicNumber | '7' is a magic number. | 392 |
Error | coding | MagicNumber | '4' is a magic number. | 392 |
Error | coding | MagicNumber | '9' is a magic number. | 392 |
Error | naming | LocalVariableName | Name 'Ai' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 402 |
Error | naming | LocalVariableName | Name 'At' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 |
Error | naming | LocalVariableName | Name 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 |
Error | naming | LocalVariableName | Name 'Ec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 |
Error | naming | LocalVariableName | Name 'AB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 464 |
Error | coding | MagicNumber | '0.3' is a magic number. | 481 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 484 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 486 |
Error | sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 489 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 498 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 503 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 503 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 503 |
Error | coding | MagicNumber | '3' is a magic number. | 503 |
Error | coding | MagicNumber | '4' is a magic number. | 503 |
Error | coding | MagicNumber | '5' is a magic number. | 503 |
Error | coding | MagicNumber | '6' is a magic number. | 503 |
Error | coding | MagicNumber | '7' is a magic number. | 503 |
Error | coding | MagicNumber | '8' is a magic number. | 503 |
Error | naming | LocalVariableName | Name 'DV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 581 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 582 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 583 |
Error | naming | LocalVariableName | Name 'V' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 583 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 590 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 591 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 600 |
Error | coding | MagicNumber | '3' is a magic number. | 600 |
Error | coding | MagicNumber | '4' is a magic number. | 600 |
Error | coding | MagicNumber | '5' is a magic number. | 600 |
Error | coding | MagicNumber | '6' is a magic number. | 600 |
Error | coding | MagicNumber | '7' is a magic number. | 600 |
Error | coding | MagicNumber | '8' is a magic number. | 600 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 601 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 601 |
Error | coding | MagicNumber | '8' is a magic number. | 601 |
Error | coding | MagicNumber | '6' is a magic number. | 601 |
Error | coding | MagicNumber | '3' is a magic number. | 601 |
Error | coding | MagicNumber | '5' is a magic number. | 601 |
Error | coding | MagicNumber | '7' is a magic number. | 601 |
Error | coding | MagicNumber | '4' is a magic number. | 601 |
Error | coding | MagicNumber | '9' is a magic number. | 601 |
Error | naming | LocalVariableName | Name 'DV2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 602 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 611 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 621 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 621 |
Error | naming | LocalVariableName | Name 'UDV' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 621 |
Error | naming | LocalVariableName | Name 'U' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 |
Error | naming | LocalVariableName | Name 'Dre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 623 |
Error | naming | LocalVariableName | Name 'Vre' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 624 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 632 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 633 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 638 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | misc | FinalParameters | Parameter X_ should be final. | 34 |
Error | naming | ParameterName | Name 'X_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 41 |
Error | naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 42 |
Error | naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 54 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 56 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 58 |
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. | 66 |
Error | misc | FinalParameters | Parameter X_ should be final. | 71 |
Error | naming | ParameterName | Name 'X_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | misc | FinalParameters | Parameter N should be final. | 71 |
Error | naming | ParameterName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 85 |
Error | naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
Error | naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 96 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | misc | FinalParameters | Parameter X should be final. | 103 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 108 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 116 |
Error | misc | FinalParameters | Parameter x should be final. | 116 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 116 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 121 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 130 |
Error | misc | FinalParameters | Parameter x should be final. | 130 |
Error | misc | FinalParameters | Parameter samplingInterval should be final. | 130 |
Error | misc | FinalParameters | Parameter size should be final. | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter a1 should be final. | 33 |
Error | misc | FinalParameters | Parameter a2 should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 48 |
Error | misc | FinalParameters | Parameter a1 should be final. | 49 |
Error | misc | FinalParameters | Parameter a2 should be final. | 49 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
Error | misc | FinalParameters | Parameter a1 should be final. | 61 |
Error | misc | FinalParameters | Parameter a2 should be final. | 61 |
Error | misc | FinalParameters | Parameter a3 should be final. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter A should be final. | 30 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter A_ should be final. | 44 |
Error | naming | ParameterName | Name 'A_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter k should be final. | 44 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalVariableName | Name 'AA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 75 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter x should be final. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 36 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter x should be final. | 46 |
Error | misc | FinalParameters | Parameter order should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
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 | misc | FinalParameters | Parameter x should be final. | 67 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | misc | FinalParameters | Parameter x should be final. | 78 |
Error | misc | FinalParameters | Parameter order should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 80 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 98 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 100 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 106 |
Error | misc | FinalParameters | Parameter x should be final. | 110 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 114 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 116 |
Error | misc | FinalParameters | Parameter x should be final. | 121 |
Error | misc | FinalParameters | Parameter order should be final. | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 223). | 135 |
Error | misc | FinalParameters | Parameter x should be final. | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 145 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 233). | 161 |
Error | misc | FinalParameters | Parameter x should be final. | 162 |
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 233). | 177 |
Error | misc | FinalParameters | Parameter x should be final. | 178 |
Error | misc | FinalParameters | Parameter order should be final. | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
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 | misc | FinalParameters | Parameter x1_ should be final. | 37 |
Error | naming | ParameterName | Name 'x1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | misc | FinalParameters | Parameter x1_ should be final. | 55 |
Error | naming | ParameterName | Name 'x1_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | misc | FinalParameters | Parameter x2_ should be final. | 55 |
Error | naming | ParameterName | Name 'x2_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 75 |
Error | coding | MagicNumber | '0.5' is a magic number. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter p should be final. | 34 |
Error | misc | FinalParameters | Parameter w should be final. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
Error | misc | FinalParameters | Parameter p should be final. | 57 |
Error | misc | FinalParameters | Parameter w should be final. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 73 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 75 |
Error | misc | FinalParameters | Parameter g should be final. | 80 |
Error | misc | FinalParameters | Parameter w should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter X should be final. | 30 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter A should be final. | 51 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | misc | FinalParameters | Parameter fun should be final. | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 |
Error | naming | LocalVariableName | Name 'Qr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
Error | naming | LocalVariableName | Name 'Tr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 75 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 92 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | misc | FinalParameters | Parameter A should be final. | 100 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | misc | FinalParameters | Parameter fun should be final. | 100 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 100 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 |
Error | naming | LocalVariableName | Name 'Qr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
Error | naming | LocalVariableName | Name 'Tr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
Error | naming | LocalVariableName | Name 'T' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'F' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 205). | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 68 |
Error | coding | MagicNumber | '76.18009172947146' is a magic number. | 68 |
Error | coding | MagicNumber | '-86.50532032941677' is a magic number. | 68 |
Error | coding | MagicNumber | '24.01409824083091' is a magic number. | 68 |
Error | coding | MagicNumber | '-1.231739572450155' is a magic number. | 68 |
Error | coding | MagicNumber | '0.1208650973866179e-2' is a magic number. | 68 |
Error | coding | MagicNumber | '-0.5395239384953e-5' is a magic number. | 68 |
Error | coding | MagicNumber | '5.5' is a magic number. | 72 |
Error | coding | MagicNumber | '0.5' is a magic number. | 73 |
Error | coding | MagicNumber | '1.000000000190015' is a magic number. | 74 |
Error | coding | MagicNumber | '6' is a magic number. | 75 |
Error | coding | MagicNumber | '2.5066282746310005' is a magic number. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 88 |
Error | coding | MagicNumber | '76.18009172947146' is a magic number. | 88 |
Error | coding | MagicNumber | '-86.50532032941677' is a magic number. | 88 |
Error | coding | MagicNumber | '24.01409824083091' is a magic number. | 88 |
Error | coding | MagicNumber | '-1.231739572450155' is a magic number. | 88 |
Error | coding | MagicNumber | '0.1208650973866179e-2' is a magic number. | 88 |
Error | coding | MagicNumber | '-0.5395239384953e-5' is a magic number. | 88 |
Error | coding | MagicNumber | '5.5' is a magic number. | 92 |
Error | coding | MagicNumber | '0.5' is a magic number. | 93 |
Error | coding | MagicNumber | '1.000000000190015' is a magic number. | 94 |
Error | coding | MagicNumber | '6' is a magic number. | 95 |
Error | coding | MagicNumber | '2.5066282746310005' is a magic number. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter a should be final. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter a_ should be final. | 41 |
Error | naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter x_ should be final. | 41 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 81 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 72 |
Error | coding | MagicNumber | '100' is a magic number. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 83 |
Error | naming | LocalVariableName | Name 'sum_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 106 |
Error | coding | MagicNumber | '100' is a magic number. | 107 |
Error | coding | SimplifyBooleanExpression | Expression can be simplified. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 144 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 153 |
Error | coding | MagicNumber | '100' is a magic number. | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 193 |
Error | naming | LocalVariableName | Name 'sum_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 205 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
Error | coding | MagicNumber | '100' is a magic number. | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 240 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 245 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter x should be final. | 34 |
Error | misc | FinalParameters | Parameter y should be final. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter size should be final. | 29 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter x_ should be final. | 30 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter x_ should be final. | 41 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter y_ should be final. | 41 |
Error | naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter args should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter h should be final. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 41 |
Error | coding | MagicNumber | '16' is a magic number. | 41 |
Error | coding | MagicNumber | '96' is a magic number. | 46 |
Error | coding | MagicNumber | '87' is a magic number. | 47 |
Error | coding | MagicNumber | '64' is a magic number. | 48 |
Error | coding | MagicNumber | '55' is a magic number. | 49 |
Error | coding | MagicNumber | '48' is a magic number. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 54 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter args should be final. | 28 |
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. | 39 |
Error | coding | MagicNumber | '16' is a magic number. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
Error | coding | MagicNumber | '10' is a magic number. | 46 |
Error | coding | MagicNumber | '10' is a magic number. | 47 |
Error | coding | MagicNumber | '7' is a magic number. | 49 |
Error | coding | MagicNumber | '8' is a magic number. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 55 |
Error | coding | MagicNumber | '16' is a magic number. | 55 |
Error | coding | MagicNumber | '16' is a magic number. | 55 |
Error | coding | MagicNumber | '4' is a magic number. | 55 |
Error | coding | MagicNumber | '3' is a magic number. | 55 |
Error | coding | MagicNumber | '16' is a magic number. | 57 |
Error | coding | MagicNumber | '4' is a magic number. | 57 |
Error | coding | MagicNumber | '16' is a magic number. | 58 |
Error | coding | MagicNumber | '1023' is a magic number. | 62 |
Error | coding | MagicNumber | '-1022' is a magic number. | 68 |
Error | coding | MagicNumber | '-1022' is a magic number. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter size should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter Y should be final. | 34 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | misc | FinalParameters | Parameter Y should be final. | 45 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | misc | FinalParameters | Parameter size should be final. | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter Y_ should be final. | 55 |
Error | naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
Error | coding | MagicNumber | '10' is a magic number. | 56 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 62 |
Error | misc | FinalParameters | Parameter Y_ should be final. | 67 |
Error | naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
Error | misc | FinalParameters | Parameter size should be final. | 67 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalVariableName | Name 'y_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | naming | LocalVariableName | Name 'y_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 92 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 103 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 105 |
Error | misc | FinalParameters | Parameter Y should be final. | 109 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 118 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 120 |
Error | misc | FinalParameters | Parameter Y should be final. | 125 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
Error | misc | FinalParameters | Parameter size should be final. | 125 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 23 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | misc | FinalParameters | Parameter Y_ should be final. | 34 |
Error | naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter Y_ should be final. | 46 |
Error | naming | ParameterName | Name 'Y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter size should be final. | 46 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
Error | naming | LocalVariableName | Name 'Nr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 61 |
Error | naming | LocalVariableName | Name 'W0' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | naming | LocalVariableName | Name 'Wn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | misc | FinalParameters | Parameter Y should be final. | 80 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 91 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 93 |
Error | misc | FinalParameters | Parameter Y should be final. | 100 |
Error | naming | ParameterName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 |
Error | misc | FinalParameters | Parameter size should be final. | 100 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter size should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
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 81). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter x should be final. | 34 |
Error | coding | MagicNumber | '0.00001' is a magic number. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 41 |
Error | misc | FinalParameters | Parameter x should be final. | 46 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 55 |
Error | coding | MagicNumber | '0.5' is a magic number. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter a should be final. | 29 |
Error | misc | FinalParameters | Parameter b should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter A should be final. | 29 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | misc | FinalParameters | Parameter B should be final. | 29 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 166). | 30 |
Error | naming | LocalVariableName | Name 'K' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter x1 should be final. | 32 |
Error | misc | FinalParameters | Parameter x2 should be final. | 32 |
Error | coding | MagicNumber | '100' is a magic number. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | misc | FinalParameters | Parameter x1 should be final. | 45 |
Error | misc | FinalParameters | Parameter x2 should be final. | 45 |
Error | coding | MagicNumber | '100' is a magic number. | 46 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter x1 should be final. | 57 |
Error | misc | FinalParameters | Parameter x2 should be final. | 57 |
Error | misc | FinalParameters | Parameter splitSize should be final. | 57 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 61 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 |
Error | misc | FinalParameters | Parameter x1 should be final. | 71 |
Error | misc | FinalParameters | Parameter x2 should be final. | 71 |
Error | misc | FinalParameters | Parameter splitSize should be final. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | coding | MagicNumber | '50' is a magic number. | 35 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 39 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 41 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 |
Error | coding | MagicNumber | '50' is a magic number. | 50 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 61 |
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 138). | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter size should be final. | 28 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Error | naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | coding | MagicNumber | '4' is a magic number. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter A should be final. | 50 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 63 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 69 |
Error | coding | MagicNumber | '6' is a magic number. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 156). | 72 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 84 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 87 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 980). | 104 |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 |
Error | misc | FinalParameters | Parameter A should be final. | 104 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | misc | FinalParameters | Parameter rs should be final. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 117 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 123 |
Error | coding | MagicNumber | '6' is a magic number. | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 126 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 137 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 138 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 140 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 147 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 280). | 157 |
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 | 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 | 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 | 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 | 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 matrix should be final. | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 164 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 170 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 279). | 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 | 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 | 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 | 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 | 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 | misc | FinalParameters | Parameter roots should be final. | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 189 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 191 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 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 | sizes | LineLength | Line is longer than 80 characters (found 164). | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 200 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 202 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 985). | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 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. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 219 |
Error | misc | FinalParameters | Parameter roots should be final. | 219 |
Error | misc | FinalParameters | Parameter rs should be final. | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 228 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 230 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 234 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 239 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 241 |
Error | misc | FinalParameters | Parameter roots should be final. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 227). | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
Error | misc | FinalParameters | Parameter A should be final. | 34 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | misc | FinalParameters | Parameter file should be final. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 46 |
Error | misc | FinalParameters | Parameter A should be final. | 46 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | misc | FinalParameters | Parameter file should be final. | 46 |
Error | misc | FinalParameters | Parameter fmt should be final. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 47 |
Error | misc | FinalParameters | Parameter A should be final. | 57 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
Error | misc | FinalParameters | Parameter A should be final. | 87 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | misc | FinalParameters | Parameter fmt should be final. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
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. | 17 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 28 |
Error | misc | FinalParameters | Parameter a11 should be final. | 28 |
Error | misc | FinalParameters | Parameter a12 should be final. | 28 |
Error | misc | FinalParameters | Parameter a21 should be final. | 28 |
Error | misc | FinalParameters | Parameter a22 should be final. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter x 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 x 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 x should be final. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter args should be final. | 27 |
Error | coding | MagicNumber | '10' is a magic number. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | misc | FinalParameters | Parameter n should be final. | 38 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 43 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 45 |
Error | misc | FinalParameters | Parameter n should be final. | 50 |
Error | misc | FinalParameters | Parameter smp should be final. | 50 |
Error | coding | MagicNumber | '3' is a magic number. | 57 |
Error | coding | MagicNumber | '4' is a magic number. | 60 |
Error | coding | MagicNumber | '5' is a magic number. | 63 |
Error | coding | MagicNumber | '6' is a magic number. | 66 |
Error | coding | MagicNumber | '7' is a magic number. | 69 |
Error | coding | MagicNumber | '9' is a magic number. | 72 |
Error | coding | MagicNumber | '10' is a magic number. | 75 |
Error | coding | MagicNumber | '11' is a magic number. | 78 |
Error | coding | MagicNumber | '15' is a magic number. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 85 |
Error | naming | LocalVariableName | Name 'N' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 |
Error | naming | LocalVariableName | Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 95 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter x should be final. | 107 |
Error | coding | MagicNumber | '3' is a magic number. | 119 |
Error | coding | MagicNumber | '3' is a magic number. | 120 |
Error | coding | MagicNumber | '4' is a magic number. | 126 |
Error | coding | MagicNumber | '4' is a magic number. | 127 |
Error | coding | MagicNumber | '5' is a magic number. | 133 |
Error | coding | MagicNumber | '5' is a magic number. | 134 |
Error | coding | MagicNumber | '6' is a magic number. | 140 |
Error | coding | MagicNumber | '6' is a magic number. | 141 |
Error | coding | MagicNumber | '7' is a magic number. | 147 |
Error | coding | MagicNumber | '7' is a magic number. | 148 |
Error | coding | MagicNumber | '9' is a magic number. | 154 |
Error | coding | MagicNumber | '4' is a magic number. | 155 |
Error | coding | MagicNumber | '9' is a magic number. | 155 |
Error | coding | MagicNumber | '10' is a magic number. | 161 |
Error | coding | MagicNumber | '3' is a magic number. | 162 |
Error | coding | MagicNumber | '10' is a magic number. | 162 |
Error | coding | MagicNumber | '11' is a magic number. | 168 |
Error | coding | MagicNumber | '11' is a magic number. | 169 |
Error | coding | MagicNumber | '15' is a magic number. | 175 |
Error | coding | MagicNumber | '15' is a magic number. | 176 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 183 |
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 | 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 | sizes | LineLength | Line is longer than 80 characters (found 104). | 28 |
Error | misc | FinalParameters | Parameter argNumberMin should be final. | 28 |
Error | misc | FinalParameters | Parameter argNumberMax should be final. | 28 |
Error | misc | FinalParameters | Parameter argNumber should be final. | 28 |
Error | misc | FinalParameters | Parameter functionName should be final. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 48 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 56 |
Error | misc | FinalParameters | Parameter argNumberMin should be final. | 56 |
Error | misc | FinalParameters | Parameter argNumberMax should be final. | 56 |
Error | misc | FinalParameters | Parameter argNumber should be final. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter A should be final. | 32 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter A should be final. | 44 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 45 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | naming | LocalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter A should be final. | 31 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
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 | misc | FinalParameters | Parameter A should be final. | 47 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 48 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | naming | LocalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalFinalVariableName | Name 'R' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 33 |
Error | misc | FinalParameters | Parameter p should be final. | 33 |
Error | misc | FinalParameters | Parameter file should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 45 |
Error | misc | FinalParameters | Parameter p should be final. | 45 |
Error | misc | FinalParameters | Parameter file should be final. | 45 |
Error | misc | FinalParameters | Parameter var_name should be final. | 45 |
Error | naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
Error | misc | FinalParameters | Parameter p should be final. | 55 |
Error | naming | LocalVariableName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
Error | misc | FinalParameters | Parameter p should be final. | 65 |
Error | misc | FinalParameters | Parameter var_name should be final. | 65 |
Error | naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 33 |
Error | misc | FinalParameters | Parameter r should be final. | 33 |
Error | misc | FinalParameters | Parameter file should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 45 |
Error | misc | FinalParameters | Parameter r should be final. | 45 |
Error | misc | FinalParameters | Parameter file should be final. | 45 |
Error | misc | FinalParameters | Parameter var_name should be final. | 45 |
Error | naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 46 |
Error | misc | FinalParameters | Parameter r should be final. | 56 |
Error | misc | FinalParameters | Parameter r should be final. | 71 |
Error | misc | FinalParameters | Parameter var_name should be final. | 71 |
Error | naming | ParameterName | Name 'var_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | misc | FinalParameters | Parameter A should be final. | 28 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | misc | FinalParameters | Parameter A should be final. | 40 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | misc | FinalParameters | Parameter count should be final. | 40 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 44 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 46 |
Error | misc | FinalParameters | Parameter args should be final. | 50 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 |
Error | coding | MagicNumber | '3' is a magic number. | 51 |
Error | coding | MagicNumber | '4' is a magic number. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 39 |
Error | misc | FinalParameters | Parameter Ui should be final. | 39 |
Error | naming | ParameterName | Name 'Ui' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | misc | FinalParameters | Parameter Ti should be final. | 39 |
Error | naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Error | naming | LocalFinalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | naming | LocalFinalVariableName | Name 'Uo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 43 |
Error | naming | LocalFinalVariableName | Name 'ToElement1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 46 |
Error | naming | LocalFinalVariableName | Name 'ToElement2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 51 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 55 |
Error | whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 56 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 247). | 79 |
Error | misc | FinalParameters | Parameter Ui should be final. | 79 |
Error | naming | ParameterName | Name 'Ui' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | misc | FinalParameters | Parameter Ti should be final. | 79 |
Error | naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
Error | naming | LocalFinalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | naming | LocalFinalVariableName | Name 'Uo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 83 |
Error | naming | LocalFinalVariableName | Name 'ToElement1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 |
Error | whitespace | WhitespaceAround | '-' is not followed by whitespace. | 86 |
Error | naming | LocalFinalVariableName | Name 'ToElement2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 90 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 103 |
Error | naming | LocalFinalVariableName | Name 'Q' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 107 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 112 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 42 |
Error | misc | FinalParameters | Parameter Qi should be final. | 42 |
Error | naming | ParameterName | Name 'Qi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | misc | FinalParameters | Parameter Ti should be final. | 42 |
Error | naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | misc | FinalParameters | Parameter idx_ should be final. | 42 |
Error | naming | ParameterName | Name 'idx_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
Error | naming | LocalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalVariableName | Name 'Qo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 65 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 88 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 89 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 262). | 101 |
Error | whitespace | GenericWhitespace | '<' is not preceded with whitespace. | 101 |
Error | misc | FinalParameters | Parameter Qi should be final. | 101 |
Error | naming | ParameterName | Name 'Qi' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | misc | FinalParameters | Parameter Ti should be final. | 101 |
Error | naming | ParameterName | Name 'Ti' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | misc | FinalParameters | Parameter idx_ should be final. | 101 |
Error | naming | ParameterName | Name 'idx_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 103 |
Error | naming | LocalVariableName | Name 'To' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 |
Error | naming | LocalVariableName | Name 'Qo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 124 |
Error | naming | LocalVariableName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 133 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 50 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 57 |
Error | misc | FinalParameters | Parameter originalSystem should be final. | 57 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 142). | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 71 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
Error | coding | MagicNumber | '3' is a magic number. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 89 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | coding | MagicNumber | '3' is a magic number. | 96 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 102 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 104 |
Error | misc | FinalParameters | Parameter g should be final. | 108 |
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 109). | 120 |
Error | misc | FinalParameters | Parameter G should be final. | 120 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 121 |
Error | naming | LocalVariableName | Name 'GG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 140 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 146 |
Error | misc | FinalParameters | Parameter G should be final. | 146 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 151 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 272). | 162 |
Error | misc | FinalParameters | Parameter G should be final. | 163 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 165 |
Error | naming | LocalVariableName | Name 'GG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 184 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 272). | 194 |
Error | misc | FinalParameters | Parameter G should be final. | 195 |
Error | naming | ParameterName | Name 'G' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 201 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 203 |
Error | sizes | LineLength | Line is longer than 80 characters (found 266). | 211 |
Error | misc | FinalParameters | Parameter g should be final. | 212 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 218 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 266). | 229 |
Error | misc | FinalParameters | Parameter originalSystem should be final. | 230 |
Error | misc | FinalParameters | Parameter tolerance should be final. | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 247 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 252 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 |
Error | coding | MagicNumber | '3' is a magic number. | 254 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 260 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 268 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 272 |
Error | naming | LocalVariableName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 273 |
Error | naming | LocalVariableName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 |
Error | naming | LocalVariableName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
Error | coding | MagicNumber | '3' is a magic number. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 277 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter x_ should be final. | 30 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 34 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | misc | FinalParameters | Parameter x_ should be final. | 41 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter y_ should be final. | 41 |
Error | naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
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 | misc | FinalParameters | Parameter x should be final. | 46 |
Error | misc | FinalParameters | Parameter distance should be final. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter x should be final. | 29 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | misc | FinalParameters | Parameter x should be final. | 46 |
Error | misc | FinalParameters | Parameter distance should be final. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 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. | 38 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 40 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 47 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 51 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 68 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 72 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 83 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 90 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 94 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 101 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 105 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 107 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 116 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 123 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 127 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 159 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 171 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 173 |
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 177 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 235). | 198 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 224 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 236 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 224). | 246 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 257 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 268 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 273 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 283 |
Error | coding | MagicNumber | '170' is a magic number. | 286 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter x should be final. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 35 |
Error | misc | FinalParameters | Parameter X should be final. | 35 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
Error | misc | FinalParameters | Parameter statesIndex should be final. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 31 |
Error | misc | FinalParameters | Parameter vectors should be final. | 35 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 6 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter length should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 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 | sizes | LineLength | Line is longer than 80 characters (found 120). | 41 |
Error | misc | FinalParameters | Parameter A should be final. | 41 |
Error | naming | ParameterName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter B should be final. | 41 |
Error | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter C should be final. | 41 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter D should be final. | 41 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter fs should be final. | 41 |
Error | naming | LocalVariableName | Name 'T1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
Error | naming | LocalVariableName | Name 'T2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Error | naming | LocalVariableName | Name 'Ad' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 |
Error | naming | LocalVariableName | Name 'Bd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
Error | naming | LocalVariableName | Name 'Cd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | naming | LocalVariableName | Name 'Dd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 60 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 70 |
Error | misc | FinalParameters | Parameter A should be final. | 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 | naming | ParameterName | Name 'B' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter C should be final. | 70 |
Error | naming | ParameterName | Name 'C' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter D should be final. | 70 |
Error | naming | ParameterName | Name 'D' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
Error | misc | FinalParameters | Parameter fs should be final. | 70 |
Error | misc | FinalParameters | Parameter fp should be final. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter length should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 31 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 32 |
Error | coding | MagicNumber | '4' is a magic number. | 32 |
Error | coding | MagicNumber | '0.08' is a magic number. | 32 |
Error | coding | MagicNumber | '0.5' is a magic number. | 32 |
Error | coding | MagicNumber | '0.42' is a magic number. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter length should be final. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 17 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 19 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 21 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter x should be final. | 34 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 36 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 45 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 49 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 51 |
Error | misc | FinalParameters | Parameter d should be final. | 55 |
Error | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
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. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter args should be final. | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 219). | 42 |
Error | misc | ArrayTypeStyle | Array brackets at illegal position. | 42 |
Error | coding | MagicNumber | '3' is a magic number. | 55 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 71 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 88 |
Error | coding | MagicNumber | '0.25' is a magic number. | 91 |
Error | coding | MagicNumber | '0.001' is a magic number. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 98 |
Error | coding | MagicNumber | '40' is a magic number. | 98 |
Error | coding | MagicNumber | '130' is a magic number. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 124 |
Error | coding | MagicNumber | '50' is a magic number. | 124 |
Error | coding | MagicNumber | '50' is a magic number. | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 135 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 |
Error | coding | MagicNumber | '256' is a magic number. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 144 |
Error | naming | LocalVariableName | Name 'Pyy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 155 |
Error | coding | MagicNumber | '127' is a magic number. | 155 |
Error | coding | MagicNumber | '1000.0' is a magic number. | 155 |
Error | coding | MagicNumber | '256' is a magic number. | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 170 |
Error | coding | MagicNumber | '128' is a magic number. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 184 |
Error | coding | MagicNumber | '50' is a magic number. | 184 |
Error | coding | MagicNumber | '50' is a magic number. | 184 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 190 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 197 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 211 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 217 |
Error | coding | MagicNumber | '10' is a magic number. | 221 |
Error | coding | MagicNumber | '0.1' is a magic number. | 221 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 233 |
Error | coding | MagicNumber | '3' is a magic number. | 237 |
Error | coding | MagicNumber | '3' is a magic number. | 237 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 247 |
Error | sizes | LineLength | Line is longer than 80 characters (found 168). | 252 |
Error | coding | MagicNumber | '3' is a magic number. | 252 |
Error | coding | MagicNumber | '3' is a magic number. | 252 |
Error | coding | MagicNumber | '5' is a magic number. | 252 |
Error | coding | MagicNumber | '5' is a magic number. | 252 |
Error | coding | MagicNumber | '7' is a magic number. | 252 |
Error | coding | MagicNumber | '7' is a magic number. | 252 |
Error | coding | MagicNumber | '9' is a magic number. | 253 |
Error | coding | MagicNumber | '9' is a magic number. | 253 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 266 |
Error | coding | MagicNumber | '3.14' is a magic number. | 272 |
Error | coding | MagicNumber | '0.02' is a magic number. | 272 |
Error | coding | MagicNumber | '10' is a magic number. | 273 |
Error | coding | MagicNumber | '19' is a magic number. | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 287 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 288 |
Error | coding | MagicNumber | '9' is a magic number. | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 294 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 300 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 302 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 315 |
Error | coding | MagicNumber | '3' is a magic number. | 317 |
Error | coding | MagicNumber | '4' is a magic number. | 317 |
Error | coding | MagicNumber | '5' is a magic number. | 318 |
Error | coding | MagicNumber | '4' is a magic number. | 318 |
Error | coding | MagicNumber | '3' is a magic number. | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 338 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 339 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 340 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 342 |
Error | coding | MagicNumber | '4' is a magic number. | 345 |
Error | coding | MagicNumber | '3' is a magic number. | 346 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 |
Error | naming | LocalVariableName | Name 'XY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 356 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 379 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter data should be final. | 32 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | misc | FinalParameters | Parameter data should be final. | 43 |
Error | misc | FinalParameters | Parameter zeroMean should be final. | 43 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 47 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 49 |
Error | misc | FinalParameters | Parameter data should be final. | 53 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 57 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 59 |
Error | misc | FinalParameters | Parameter data should be final. | 64 |
Error | misc | FinalParameters | Parameter zeroMean should be final. | 64 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 68 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 70 |
Error | misc | FinalParameters | Parameter X should be final. | 74 |
Error | naming | ParameterName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 79 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 86 |
Error | misc | FinalParameters | Parameter data should be final. | 86 |
Error | misc | FinalParameters | Parameter zeroMean should be final. | 86 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 |
Error | naming | LocalVariableName | Name 'Y' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 96 |
Error | naming | LocalVariableName | Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 36 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 44 |
Error | misc | FinalParameters | Parameter b should be final. | 44 |
Error | misc | FinalParameters | Parameter a should be final. | 44 |
Error | misc | FinalParameters | Parameter x should be final. | 44 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 53 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 62 |
Error | misc | FinalParameters | Parameter b_ should be final. | 62 |
Error | naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter a_ should be final. | 62 |
Error | naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter x_ should be final. | 62 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | misc | FinalParameters | Parameter zi_ should be final. | 62 |
Error | naming | ParameterName | Name 'zi_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 165 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 187 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 188 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 200 |
Error | misc | FinalParameters | Parameter b should be final. | 201 |
Error | misc | FinalParameters | Parameter a should be final. | 201 |
Error | misc | FinalParameters | Parameter x should be final. | 201 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 210 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 231). | 223 |
Error | misc | FinalParameters | Parameter b_ should be final. | 224 |
Error | naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter a_ should be final. | 224 |
Error | naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter x_ should be final. | 224 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | misc | FinalParameters | Parameter zi_ should be final. | 224 |
Error | naming | ParameterName | Name 'zi_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 275 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 276 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 299 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 318 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 326 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 327 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
Error | sizes | LineLength | Line is longer than 80 characters (found 196). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 36 |
Error | misc | FinalParameters | Parameter b should be final. | 36 |
Error | misc | FinalParameters | Parameter a should be final. | 36 |
Error | misc | FinalParameters | Parameter w should be final. | 36 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 39 |
Error | naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 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 | sizes | LineLength | Line is longer than 80 characters (found 88). | 46 |
Error | misc | FinalParameters | Parameter b should be final. | 46 |
Error | misc | FinalParameters | Parameter a should be final. | 46 |
Error | misc | FinalParameters | Parameter n should be final. | 46 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 51 |
Error | naming | LocalVariableName | Name 'Gjw' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 20 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 22 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 24 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 187). | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 41 |
Error | misc | FinalParameters | Parameter b_ should be final. | 41 |
Error | naming | ParameterName | Name 'b_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter a_ should be final. | 41 |
Error | naming | ParameterName | Name 'a_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
Error | misc | FinalParameters | Parameter w should be final. | 41 |
Error | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | misc | FinalParameters | Parameter length should be final. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 179). | 33 |
Error | coding | MagicNumber | '0.46' is a magic number. | 33 |
Error | coding | MagicNumber | '0.54' is a magic number. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | misc | FinalParameters | Parameter length should be final. | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 30 |
Error | coding | MagicNumber | '0.5' is a magic number. | 30 |
Error | coding | MagicNumber | '0.5' is a magic number. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 19 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 21 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 31 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 33 |
Error | misc | FinalParameters | Parameter key should be final. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 20 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 27 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 29 |
Error | misc | FinalParameters | Parameter x should be final. | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 169). | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter t should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 17 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter t should be final. | 30 |
Error | coding | MagicNumber | '50.0' is a magic number. | 31 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 35 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | FinalParameters | Parameter t should be final. | 43 |
Error | misc | FinalParameters | Parameter duty should be final. | 43 |
Error | coding | MagicNumber | '100' is a magic number. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 12 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 24 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 26 |
Error | misc | FinalParameters | Parameter length should be final. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 33 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 36 |
Error | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 14 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 16 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 18 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 29 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Error | misc | FinalParameters | Parameter x_ should be final. | 34 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 59 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 75 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 76 |
Error | misc | FinalParameters | Parameter x_ should be final. | 81 |
Error | naming | ParameterName | Name 'x_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | misc | FinalParameters | Parameter y_ should be final. | 81 |
Error | naming | ParameterName | Name 'y_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 86 |
Error | naming | LocalVariableName | Name 'X' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 3 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 11 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 13 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 21 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 26 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 27 |
Error | misc | FinalParameters | Parameter x should be final. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 33 |
Error | javadoc | JavadocStyle | First sentence should end with a period. | 37 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 39 |
Error | misc | FinalParameters | Parameter x should be final. | 44 |
Error | misc | FinalParameters | Parameter y should be final. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 4 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 9 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 15 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 25 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 28 |
Error | regexp | RegexpSingleline | Line has trailing spaces. | 37 |
Error | misc | Translation | Key 'Demo.17' missing. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSingleline | Line has trailing spaces. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocStyle | First sentence should end with a period. | 1 |