The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 337 | ![]() |
JavadocType | 31 | ![]() |
JavadocVariable | 327 | ![]() |
JavadocStyle | 13 | ![]() |
ConstantName | 9 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 24 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 7 | ![]() |
StaticVariableName | 4 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 4 | ![]() |
LineLength
| 272 | ![]() |
MethodLength | 2 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 4 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 4 | ![]() |
ParenPad | 6 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 156 | ![]() |
WhitespaceAround | 806 | ![]() |
ModifierOrder | 21 | ![]() |
RedundantModifier | 13 | ![]() |
AvoidNestedBlocks | 23 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 38 | ![]() |
RightCurly | 77 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 7 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 11 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 3 | ![]() |
RedundantThrows | 14 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 37 | ![]() |
ArrayTypeStyle | 1 | ![]() |
FinalParameters | 322 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 8 | ![]() |
NewlineAtEndOfFile | 7 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 132 | ![]() |
RegexpSingleline
| 459 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' is not preceded with whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'log' must be private and have accessor methods. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'partyService' must be private and have accessor methods. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter template should be final. | 67 |
![]() | Expected @param tag for 'template'. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | '{' is not preceded with whitespace. | 67 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '!=' is not preceded with whitespace. | 74 |
![]() | '!=' is not followed by whitespace. | 74 |
![]() | '&&' is not preceded with whitespace. | 74 |
![]() | '&&' is not followed by whitespace. | 74 |
![]() | '>' is not preceded with whitespace. | 74 |
![]() | '>' is not followed by whitespace. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
![]() | 'try' is not followed by whitespace. | 75 |
![]() | '{' is not preceded with whitespace. | 75 |
![]() | 'for' is not followed by whitespace. | 76 |
![]() | ':' is not preceded with whitespace. | 76 |
![]() | ':' is not followed by whitespace. | 76 |
![]() | '{' is not preceded with whitespace. | 76 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | '!=' is not preceded with whitespace. | 83 |
![]() | '!=' is not followed by whitespace. | 83 |
![]() | '{' is not preceded with whitespace. | 83 |
![]() | 'if' is not followed by whitespace. | 85 |
![]() | '<' is not preceded with whitespace. | 86 |
![]() | '<' is not followed by whitespace. | 86 |
![]() | '{' is not preceded with whitespace. | 86 |
![]() | 'else' is not preceded with whitespace. | 89 |
![]() | '}' is not followed by whitespace. | 89 |
![]() | 'else' is not followed by whitespace. | 89 |
![]() | '{' is not preceded with whitespace. | 89 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '!=' is not preceded with whitespace. | 92 |
![]() | '!=' is not followed by whitespace. | 92 |
![]() | '&&' is not preceded with whitespace. | 92 |
![]() | '&&' is not followed by whitespace. | 92 |
![]() | '>' is not preceded with whitespace. | 92 |
![]() | '>' is not followed by whitespace. | 92 |
![]() | '{' is not preceded with whitespace. | 92 |
![]() | 'while' is not followed by whitespace. | 95 |
![]() | '{' is not preceded with whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 97 |
![]() | '==' is not preceded with whitespace. | 97 |
![]() | '==' should be on a new line. | 97 |
![]() | '{' is not preceded with whitespace. | 98 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | '{' is not preceded with whitespace. | 101 |
![]() | 'else' is not preceded with whitespace. | 104 |
![]() | '}' is not followed by whitespace. | 104 |
![]() | 'else' is not followed by whitespace. | 104 |
![]() | '{' is not preceded with whitespace. | 104 |
![]() | 'catch' is not preceded with whitespace. | 114 |
![]() | '}' is not followed by whitespace. | 114 |
![]() | 'catch' is not followed by whitespace. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | '+' is not preceded with whitespace. | 115 |
![]() | '+' is not followed by whitespace. | 115 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 122 |
![]() | Expected an @return tag. | 127 |
![]() | Parameter productId should be final. | 127 |
![]() | Expected @param tag for 'productId'. | 127 |
![]() | Parameter customerId should be final. | 127 |
![]() | Expected @param tag for 'customerId'. | 127 |
![]() | '{' is not preceded with whitespace. | 127 |
![]() | Line has trailing spaces. | 133 |
![]() | 'try' is not followed by whitespace. | 133 |
![]() | '{' is not preceded with whitespace. | 133 |
![]() | '=' is not preceded with whitespace. | 134 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | '!=' is not preceded with whitespace. | 135 |
![]() | '!=' is not followed by whitespace. | 135 |
![]() | '{' is not preceded with whitespace. | 135 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '<' is not preceded with whitespace. | 138 |
![]() | '<' is not followed by whitespace. | 138 |
![]() | '{' is not preceded with whitespace. | 138 |
![]() | 'else' is not preceded with whitespace. | 141 |
![]() | '}' is not followed by whitespace. | 141 |
![]() | 'else' is not followed by whitespace. | 141 |
![]() | '{' is not preceded with whitespace. | 141 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '!=' is not preceded with whitespace. | 144 |
![]() | '!=' is not followed by whitespace. | 144 |
![]() | '&&' is not preceded with whitespace. | 144 |
![]() | '&&' is not followed by whitespace. | 144 |
![]() | '>' is not preceded with whitespace. | 144 |
![]() | '>' is not followed by whitespace. | 144 |
![]() | '{' is not preceded with whitespace. | 144 |
![]() | 'while' is not followed by whitespace. | 147 |
![]() | '{' is not preceded with whitespace. | 147 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '==' is not preceded with whitespace. | 149 |
![]() | '==' should be on a new line. | 149 |
![]() | '{' is not preceded with whitespace. | 150 |
![]() | 'if' is not followed by whitespace. | 152 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | 'else' is not preceded with whitespace. | 156 |
![]() | '}' is not followed by whitespace. | 156 |
![]() | 'else' is not followed by whitespace. | 156 |
![]() | '{' is not preceded with whitespace. | 156 |
![]() | 'catch' is not preceded with whitespace. | 165 |
![]() | '}' is not followed by whitespace. | 165 |
![]() | 'catch' is not followed by whitespace. | 165 |
![]() | '{' is not preceded with whitespace. | 165 |
![]() | '+' is not preceded with whitespace. | 166 |
![]() | '+' is not followed by whitespace. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Line has trailing spaces. | 170 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line has trailing spaces. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Redundant 'public' modifier. | 8 |
![]() | ',' is not followed by whitespace. | 8 |
![]() | ';' is preceded with whitespace. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Redundant 'public' modifier. | 10 |
![]() | ',' is not followed by whitespace. | 10 |
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Unused import - org.slasoi.gslam.core.context.SLAMContextAware. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 46 |
![]() | First sentence should end with a period. | 48 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Expected @param tag for 'year'. | 68 |
![]() | Expected @param tag for 'month'. | 69 |
![]() | Expected @param tag for 'day'. | 69 |
![]() | First sentence should end with a period. | 71 |
![]() | Expected an @return tag. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Expected @param tag for 'productOfferId'. | 75 |
![]() | Expected @param tag for 'partyId'. | 75 |
![]() | Expected @param tag for 'year'. | 75 |
![]() | Expected @param tag for 'month'. | 76 |
![]() | First sentence should end with a period. | 78 |
![]() | Redundant 'public' modifier. | 96 |
![]() | Expected @param tag for 'year'. | 96 |
![]() | Expected @param tag for 'month'. | 96 |
![]() | Expected @param tag for 'day'. | 96 |
![]() | First sentence should end with a period. | 98 |
![]() | Expected an @return tag. | 102 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Expected @param tag for 'productOfferId'. | 102 |
![]() | Expected @param tag for 'year'. | 102 |
![]() | Expected @param tag for 'month'. | 102 |
![]() | First sentence should end with a period. | 104 |
![]() | Redundant 'public' modifier. | 122 |
![]() | Expected @param tag for 'year'. | 122 |
![]() | Expected @param tag for 'month'. | 122 |
![]() | Expected @param tag for 'day'. | 122 |
![]() | First sentence should end with a period. | 124 |
![]() | Expected an @return tag. | 128 |
![]() | Redundant 'public' modifier. | 128 |
![]() | Expected @param tag for 'businessSLATId'. | 128 |
![]() | Expected @param tag for 'year'. | 128 |
![]() | Expected @param tag for 'month'. | 128 |
![]() | First sentence should end with a period. | 130 |
![]() | Redundant 'public' modifier. | 147 |
![]() | Expected @param tag for 'year'. | 147 |
![]() | Expected @param tag for 'month'. | 147 |
![]() | First sentence should end with a period. | 149 |
![]() | Expected an @return tag. | 153 |
![]() | Redundant 'public' modifier. | 153 |
![]() | Expected @param tag for 'businessSLATId'. | 153 |
![]() | Expected @param tag for 'year'. | 153 |
![]() | Expected @param tag for 'month'. | 153 |
![]() | First sentence should end with a period. | 155 |
![]() | Redundant 'public' modifier. | 168 |
![]() | Name 'GuaranteeTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() | First sentence should end with a period. | 170 |
![]() | Redundant 'public' modifier. | 185 |
![]() | Name 'GuaranteeTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() | Name 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | '{' is not preceded with whitespace. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter msg should be final. | 7 |
![]() | ',' is not followed by whitespace. | 7 |
![]() | Parameter throwable should be final. | 7 |
![]() | '{' is not preceded with whitespace. | 7 |
![]() | ',' is not followed by whitespace. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter throwable should be final. | 11 |
![]() | '{' is not preceded with whitespace. | 11 |
![]() | Line has trailing spaces. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter msg should be final. | 15 |
![]() | '{' is not preceded with whitespace. | 15 |
![]() | Line has trailing spaces. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Utility classes should not have a public or default constructor. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line is longer than 120 characters. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter list should be final. | 129 |
![]() | Parameter bsla should be final. | 129 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 129 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter list should be final. | 138 |
![]() | Parameter bsla should be final. | 138 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter list should be final. | 148 |
![]() | Parameter bsla should be final. | 148 |
![]() | '}' should be on the same line. | 163 |
![]() | Method length is 151 lines (max allowed is 150). | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter list should be final. | 170 |
![]() | Parameter sla should be final. | 170 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | 'if' construct must use '{}'s. | 218 |
![]() | 'if' construct must use '{}'s. | 220 |
![]() | '}' should be on the same line. | 233 |
![]() | '}' should be on the same line. | 268 |
![]() | 'if' construct must use '{}'s. | 310 |
![]() | 'if' construct must use '{}'s. | 313 |
![]() | '}' is not followed by whitespace. | 317 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Parameter sla should be final. | 322 |
![]() | 'if' construct must use '{}'s. | 336 |
![]() | Line is longer than 120 characters. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Parameter list should be final. | 346 |
![]() | Parameter sla should be final. | 346 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 346 |
![]() | '{' is not preceded with whitespace. | 350 |
![]() | Line has trailing spaces. | 353 |
![]() | '}' should be on the same line. | 366 |
![]() | '}' should be on the same line. | 373 |
![]() | '}' should be on the same line. | 380 |
![]() | '}' should be on the same line. | 387 |
![]() | '}' should be on the same line. | 394 |
![]() | '}' should be on the same line. | 401 |
![]() | '}' should be on the same line. | 408 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Parameter list should be final. | 423 |
![]() | Parameter termination should be final. | 423 |
![]() | 'if' construct must use '{}'s. | 437 |
![]() | 'if' construct must use '{}'s. | 446 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Parameter list should be final. | 456 |
![]() | Parameter price should be final. | 456 |
![]() | 'if' construct must use '{}'s. | 468 |
![]() | 'if' construct must use '{}'s. | 474 |
![]() | 'if' construct must use '{}'s. | 478 |
![]() | 'if' construct must use '{}'s. | 487 |
![]() | 'if' construct must use '{}'s. | 493 |
![]() | Line is longer than 120 characters. | 500 |
![]() | Method length is 603 lines (max allowed is 150). | 500 |
![]() | Missing a Javadoc comment. | 500 |
![]() | Parameter list should be final. | 500 |
![]() | Parameter ca should be final. | 500 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 500 |
![]() | '=' is not preceded with whitespace. | 503 |
![]() | '=' is not followed by whitespace. | 503 |
![]() | '=' is not preceded with whitespace. | 504 |
![]() | '=' is not followed by whitespace. | 504 |
![]() | '=' is not preceded with whitespace. | 505 |
![]() | '=' is not followed by whitespace. | 505 |
![]() | Line has trailing spaces. | 506 |
![]() | '=' is not preceded with whitespace. | 515 |
![]() | '=' is not followed by whitespace. | 515 |
![]() | '}' should be on the same line. | 518 |
![]() | Line has trailing spaces. | 523 |
![]() | Line has trailing spaces. | 527 |
![]() | Line has trailing spaces. | 530 |
![]() | Line has trailing spaces. | 531 |
![]() | '!=' is not preceded with whitespace. | 531 |
![]() | '!=' is not followed by whitespace. | 531 |
![]() | '=' is not preceded with whitespace. | 531 |
![]() | Inner assignments should be avoided. | 531 |
![]() | '=' is not followed by whitespace. | 531 |
![]() | '!=' is not preceded with whitespace. | 531 |
![]() | '!=' is not followed by whitespace. | 531 |
![]() | '{' is not preceded with whitespace. | 531 |
![]() | ':' is not preceded with whitespace. | 532 |
![]() | '{' is not preceded with whitespace. | 532 |
![]() | '=' is not preceded with whitespace. | 533 |
![]() | Inner assignments should be avoided. | 533 |
![]() | '=' is not followed by whitespace. | 533 |
![]() | '!=' is not preceded with whitespace. | 533 |
![]() | '!=' is not followed by whitespace. | 533 |
![]() | '=' is not preceded with whitespace. | 536 |
![]() | Inner assignments should be avoided. | 536 |
![]() | '=' is not followed by whitespace. | 536 |
![]() | '!=' is not preceded with whitespace. | 536 |
![]() | '!=' is not followed by whitespace. | 536 |
![]() | Line has trailing spaces. | 537 |
![]() | '=' is not preceded with whitespace. | 539 |
![]() | Inner assignments should be avoided. | 539 |
![]() | '=' is not followed by whitespace. | 539 |
![]() | '!=' is not preceded with whitespace. | 539 |
![]() | '!=' is not followed by whitespace. | 539 |
![]() | Line has trailing spaces. | 540 |
![]() | '=' is not preceded with whitespace. | 542 |
![]() | Inner assignments should be avoided. | 542 |
![]() | '=' is not followed by whitespace. | 542 |
![]() | '!=' is not preceded with whitespace. | 542 |
![]() | '!=' is not followed by whitespace. | 542 |
![]() | Line has trailing spaces. | 543 |
![]() | Line has trailing spaces. | 544 |
![]() | Line has trailing spaces. | 547 |
![]() | Line has trailing spaces. | 549 |
![]() | Line has trailing spaces. | 550 |
![]() | '!=' is not preceded with whitespace. | 550 |
![]() | '!=' is not followed by whitespace. | 550 |
![]() | '=' is not preceded with whitespace. | 550 |
![]() | Inner assignments should be avoided. | 550 |
![]() | '=' is not followed by whitespace. | 550 |
![]() | '!=' is not preceded with whitespace. | 550 |
![]() | '!=' is not followed by whitespace. | 550 |
![]() | '{' is not preceded with whitespace. | 550 |
![]() | ':' is not preceded with whitespace. | 551 |
![]() | '{' is not preceded with whitespace. | 551 |
![]() | '=' is not preceded with whitespace. | 552 |
![]() | Inner assignments should be avoided. | 552 |
![]() | '=' is not followed by whitespace. | 552 |
![]() | '!=' is not preceded with whitespace. | 552 |
![]() | '!=' is not followed by whitespace. | 552 |
![]() | '!=' is not preceded with whitespace. | 555 |
![]() | '!=' is not followed by whitespace. | 555 |
![]() | Line has trailing spaces. | 556 |
![]() | Line is longer than 120 characters. | 556 |
![]() | '!=' is not preceded with whitespace. | 558 |
![]() | '!=' is not followed by whitespace. | 558 |
![]() | Line has trailing spaces. | 559 |
![]() | Line has trailing spaces. | 560 |
![]() | Line has trailing spaces. | 563 |
![]() | Line has trailing spaces. | 565 |
![]() | '!=' is not preceded with whitespace. | 567 |
![]() | '!=' is not followed by whitespace. | 567 |
![]() | '{' is not preceded with whitespace. | 567 |
![]() | Line has trailing spaces. | 568 |
![]() | '=' is not preceded with whitespace. | 570 |
![]() | Inner assignments should be avoided. | 570 |
![]() | '=' is not followed by whitespace. | 570 |
![]() | '!=' is not preceded with whitespace. | 570 |
![]() | '!=' is not followed by whitespace. | 570 |
![]() | '{' is not preceded with whitespace. | 570 |
![]() | '=' is not preceded with whitespace. | 571 |
![]() | '=' is not followed by whitespace. | 571 |
![]() | '=' is not preceded with whitespace. | 572 |
![]() | Inner assignments should be avoided. | 572 |
![]() | '=' is not followed by whitespace. | 572 |
![]() | '!=' is not preceded with whitespace. | 572 |
![]() | '!=' is not followed by whitespace. | 572 |
![]() | '{' is not preceded with whitespace. | 572 |
![]() | Line has trailing spaces. | 573 |
![]() | Line is longer than 120 characters. | 573 |
![]() | 'else' is not preceded with whitespace. | 574 |
![]() | '}' is not followed by whitespace. | 574 |
![]() | 'else' is not followed by whitespace. | 574 |
![]() | '{' is not preceded with whitespace. | 574 |
![]() | Line has trailing spaces. | 575 |
![]() | Line has trailing spaces. | 577 |
![]() | switch without "default" clause. | 578 |
![]() | '{' is not preceded with whitespace. | 578 |
![]() | '{' is not preceded with whitespace. | 579 |
![]() | Avoid nested blocks. | 579 |
![]() | Line has trailing spaces. | 581 |
![]() | Line is longer than 120 characters. | 581 |
![]() | ',' is not followed by whitespace. | 581 |
![]() | Line is longer than 120 characters. | 582 |
![]() | ',' is not followed by whitespace. | 582 |
![]() | Line has trailing spaces. | 583 |
![]() | '!=' is not preceded with whitespace. | 584 |
![]() | '!=' is not followed by whitespace. | 584 |
![]() | '{' is not preceded with whitespace. | 584 |
![]() | Line is longer than 120 characters. | 585 |
![]() | Line is longer than 120 characters. | 586 |
![]() | Line has trailing spaces. | 588 |
![]() | '!=' is not preceded with whitespace. | 589 |
![]() | '!=' is not followed by whitespace. | 589 |
![]() | '{' is not preceded with whitespace. | 589 |
![]() | Line is longer than 120 characters. | 590 |
![]() | Line is longer than 120 characters. | 591 |
![]() | Line has trailing spaces. | 593 |
![]() | '!=' is not preceded with whitespace. | 594 |
![]() | '!=' is not followed by whitespace. | 594 |
![]() | '{' is not preceded with whitespace. | 594 |
![]() | Line is longer than 120 characters. | 595 |
![]() | Line has trailing spaces. | 598 |
![]() | '!=' is not preceded with whitespace. | 599 |
![]() | '!=' is not followed by whitespace. | 599 |
![]() | '{' is not preceded with whitespace. | 599 |
![]() | Line is longer than 120 characters. | 600 |
![]() | Line is longer than 120 characters. | 601 |
![]() | Line has trailing spaces. | 603 |
![]() | '{' is not preceded with whitespace. | 606 |
![]() | Avoid nested blocks. | 606 |
![]() | Line has trailing spaces. | 607 |
![]() | Line has trailing spaces. | 609 |
![]() | Line is longer than 120 characters. | 609 |
![]() | ',' is not followed by whitespace. | 609 |
![]() | Line is longer than 120 characters. | 610 |
![]() | ',' is not followed by whitespace. | 610 |
![]() | Line has trailing spaces. | 611 |
![]() | '!=' is not preceded with whitespace. | 612 |
![]() | '!=' is not followed by whitespace. | 612 |
![]() | '{' is not preceded with whitespace. | 612 |
![]() | Line is longer than 120 characters. | 613 |
![]() | Line is longer than 120 characters. | 614 |
![]() | Line has trailing spaces. | 616 |
![]() | '!=' is not preceded with whitespace. | 617 |
![]() | '!=' is not followed by whitespace. | 617 |
![]() | '{' is not preceded with whitespace. | 617 |
![]() | Line is longer than 120 characters. | 618 |
![]() | Line is longer than 120 characters. | 619 |
![]() | Line has trailing spaces. | 621 |
![]() | '!=' is not preceded with whitespace. | 622 |
![]() | '!=' is not followed by whitespace. | 622 |
![]() | '{' is not preceded with whitespace. | 622 |
![]() | Line is longer than 120 characters. | 623 |
![]() | Line has trailing spaces. | 626 |
![]() | '!=' is not preceded with whitespace. | 627 |
![]() | '!=' is not followed by whitespace. | 627 |
![]() | '{' is not preceded with whitespace. | 627 |
![]() | Line is longer than 120 characters. | 628 |
![]() | Line is longer than 120 characters. | 629 |
![]() | '{' is not preceded with whitespace. | 633 |
![]() | Avoid nested blocks. | 633 |
![]() | Line has trailing spaces. | 634 |
![]() | Line has trailing spaces. | 636 |
![]() | Line is longer than 120 characters. | 636 |
![]() | ',' is not followed by whitespace. | 636 |
![]() | Line is longer than 120 characters. | 637 |
![]() | ',' is not followed by whitespace. | 637 |
![]() | Line has trailing spaces. | 638 |
![]() | '!=' is not preceded with whitespace. | 639 |
![]() | '!=' is not followed by whitespace. | 639 |
![]() | '{' is not preceded with whitespace. | 639 |
![]() | Line is longer than 120 characters. | 640 |
![]() | Line is longer than 120 characters. | 641 |
![]() | Line has trailing spaces. | 643 |
![]() | '!=' is not preceded with whitespace. | 644 |
![]() | '!=' is not followed by whitespace. | 644 |
![]() | '{' is not preceded with whitespace. | 644 |
![]() | Line is longer than 120 characters. | 645 |
![]() | Line is longer than 120 characters. | 646 |
![]() | Line has trailing spaces. | 648 |
![]() | '!=' is not preceded with whitespace. | 649 |
![]() | '!=' is not followed by whitespace. | 649 |
![]() | '{' is not preceded with whitespace. | 649 |
![]() | Line is longer than 120 characters. | 650 |
![]() | Line has trailing spaces. | 653 |
![]() | '!=' is not preceded with whitespace. | 654 |
![]() | '!=' is not followed by whitespace. | 654 |
![]() | '{' is not preceded with whitespace. | 654 |
![]() | Line is longer than 120 characters. | 655 |
![]() | Line is longer than 120 characters. | 656 |
![]() | Line has trailing spaces. | 658 |
![]() | '{' is not preceded with whitespace. | 661 |
![]() | Avoid nested blocks. | 661 |
![]() | Line has trailing spaces. | 662 |
![]() | Line has trailing spaces. | 664 |
![]() | Line is longer than 120 characters. | 664 |
![]() | ',' is not followed by whitespace. | 664 |
![]() | Line is longer than 120 characters. | 665 |
![]() | ',' is not followed by whitespace. | 665 |
![]() | Line has trailing spaces. | 666 |
![]() | '!=' is not preceded with whitespace. | 667 |
![]() | '!=' is not followed by whitespace. | 667 |
![]() | '{' is not preceded with whitespace. | 667 |
![]() | Line is longer than 120 characters. | 668 |
![]() | Line is longer than 120 characters. | 669 |
![]() | Line has trailing spaces. | 671 |
![]() | '!=' is not preceded with whitespace. | 672 |
![]() | '!=' is not followed by whitespace. | 672 |
![]() | '{' is not preceded with whitespace. | 672 |
![]() | Line is longer than 120 characters. | 673 |
![]() | Line is longer than 120 characters. | 674 |
![]() | Line has trailing spaces. | 676 |
![]() | '!=' is not preceded with whitespace. | 677 |
![]() | '!=' is not followed by whitespace. | 677 |
![]() | '{' is not preceded with whitespace. | 677 |
![]() | Line is longer than 120 characters. | 678 |
![]() | Line has trailing spaces. | 681 |
![]() | '!=' is not preceded with whitespace. | 682 |
![]() | '!=' is not followed by whitespace. | 682 |
![]() | '{' is not preceded with whitespace. | 682 |
![]() | Line is longer than 120 characters. | 683 |
![]() | Line is longer than 120 characters. | 684 |
![]() | Line has trailing spaces. | 686 |
![]() | '{' is not preceded with whitespace. | 689 |
![]() | Avoid nested blocks. | 689 |
![]() | Line has trailing spaces. | 692 |
![]() | Line is longer than 120 characters. | 692 |
![]() | ',' is not followed by whitespace. | 692 |
![]() | Line has trailing spaces. | 693 |
![]() | '!=' is not preceded with whitespace. | 694 |
![]() | '!=' is not followed by whitespace. | 694 |
![]() | '{' is not preceded with whitespace. | 694 |
![]() | Line is longer than 120 characters. | 695 |
![]() | Line is longer than 120 characters. | 696 |
![]() | Line has trailing spaces. | 698 |
![]() | '!=' is not preceded with whitespace. | 699 |
![]() | '!=' is not followed by whitespace. | 699 |
![]() | '{' is not preceded with whitespace. | 699 |
![]() | Line is longer than 120 characters. | 700 |
![]() | Line is longer than 120 characters. | 701 |
![]() | Line has trailing spaces. | 703 |
![]() | '!=' is not preceded with whitespace. | 704 |
![]() | '!=' is not followed by whitespace. | 704 |
![]() | '{' is not preceded with whitespace. | 704 |
![]() | Line is longer than 120 characters. | 705 |
![]() | Line has trailing spaces. | 708 |
![]() | '!=' is not preceded with whitespace. | 709 |
![]() | '!=' is not followed by whitespace. | 709 |
![]() | '{' is not preceded with whitespace. | 709 |
![]() | Line is longer than 120 characters. | 710 |
![]() | Line is longer than 120 characters. | 711 |
![]() | '{' is not preceded with whitespace. | 715 |
![]() | Avoid nested blocks. | 715 |
![]() | Line has trailing spaces. | 718 |
![]() | Line is longer than 120 characters. | 718 |
![]() | ',' is not followed by whitespace. | 718 |
![]() | Line has trailing spaces. | 719 |
![]() | '!=' is not preceded with whitespace. | 720 |
![]() | '!=' is not followed by whitespace. | 720 |
![]() | '{' is not preceded with whitespace. | 720 |
![]() | Line is longer than 120 characters. | 721 |
![]() | Line is longer than 120 characters. | 722 |
![]() | Line has trailing spaces. | 724 |
![]() | '!=' is not preceded with whitespace. | 725 |
![]() | '!=' is not followed by whitespace. | 725 |
![]() | '{' is not preceded with whitespace. | 725 |
![]() | Line is longer than 120 characters. | 726 |
![]() | Line is longer than 120 characters. | 727 |
![]() | Line has trailing spaces. | 729 |
![]() | '!=' is not preceded with whitespace. | 730 |
![]() | '!=' is not followed by whitespace. | 730 |
![]() | '{' is not preceded with whitespace. | 730 |
![]() | Line is longer than 120 characters. | 731 |
![]() | Line has trailing spaces. | 734 |
![]() | '!=' is not preceded with whitespace. | 735 |
![]() | '!=' is not followed by whitespace. | 735 |
![]() | '{' is not preceded with whitespace. | 735 |
![]() | Line is longer than 120 characters. | 736 |
![]() | Line is longer than 120 characters. | 737 |
![]() | '{' is not preceded with whitespace. | 741 |
![]() | Avoid nested blocks. | 741 |
![]() | Line has trailing spaces. | 744 |
![]() | Line is longer than 120 characters. | 744 |
![]() | ',' is not followed by whitespace. | 744 |
![]() | Line is longer than 120 characters. | 745 |
![]() | ',' is not followed by whitespace. | 745 |
![]() | Line has trailing spaces. | 746 |
![]() | '!=' is not preceded with whitespace. | 747 |
![]() | '!=' is not followed by whitespace. | 747 |
![]() | '{' is not preceded with whitespace. | 747 |
![]() | Line is longer than 120 characters. | 748 |
![]() | Line is longer than 120 characters. | 749 |
![]() | Line has trailing spaces. | 751 |
![]() | '!=' is not preceded with whitespace. | 752 |
![]() | '!=' is not followed by whitespace. | 752 |
![]() | '{' is not preceded with whitespace. | 752 |
![]() | Line is longer than 120 characters. | 753 |
![]() | Line is longer than 120 characters. | 754 |
![]() | Line has trailing spaces. | 756 |
![]() | '!=' is not preceded with whitespace. | 757 |
![]() | '!=' is not followed by whitespace. | 757 |
![]() | '{' is not preceded with whitespace. | 757 |
![]() | Line is longer than 120 characters. | 758 |
![]() | Line has trailing spaces. | 761 |
![]() | '!=' is not preceded with whitespace. | 762 |
![]() | '!=' is not followed by whitespace. | 762 |
![]() | '{' is not preceded with whitespace. | 762 |
![]() | Line is longer than 120 characters. | 763 |
![]() | Line is longer than 120 characters. | 764 |
![]() | Line has trailing spaces. | 766 |
![]() | '{' is not preceded with whitespace. | 769 |
![]() | Avoid nested blocks. | 769 |
![]() | Line has trailing spaces. | 772 |
![]() | Line is longer than 120 characters. | 772 |
![]() | ',' is not followed by whitespace. | 772 |
![]() | Line is longer than 120 characters. | 773 |
![]() | ',' is not followed by whitespace. | 773 |
![]() | Line has trailing spaces. | 774 |
![]() | '!=' is not preceded with whitespace. | 775 |
![]() | '!=' is not followed by whitespace. | 775 |
![]() | '{' is not preceded with whitespace. | 775 |
![]() | Line is longer than 120 characters. | 776 |
![]() | Line is longer than 120 characters. | 777 |
![]() | Line has trailing spaces. | 779 |
![]() | '!=' is not preceded with whitespace. | 780 |
![]() | '!=' is not followed by whitespace. | 780 |
![]() | '{' is not preceded with whitespace. | 780 |
![]() | Line is longer than 120 characters. | 781 |
![]() | Line is longer than 120 characters. | 782 |
![]() | Line has trailing spaces. | 784 |
![]() | '!=' is not preceded with whitespace. | 785 |
![]() | '!=' is not followed by whitespace. | 785 |
![]() | '{' is not preceded with whitespace. | 785 |
![]() | Line is longer than 120 characters. | 786 |
![]() | Line has trailing spaces. | 789 |
![]() | '!=' is not preceded with whitespace. | 790 |
![]() | '!=' is not followed by whitespace. | 790 |
![]() | '{' is not preceded with whitespace. | 790 |
![]() | Line is longer than 120 characters. | 791 |
![]() | Line is longer than 120 characters. | 792 |
![]() | Line has trailing spaces. | 795 |
![]() | '{' is not preceded with whitespace. | 796 |
![]() | Avoid nested blocks. | 796 |
![]() | Line has trailing spaces. | 797 |
![]() | Line has trailing spaces. | 799 |
![]() | Line is longer than 120 characters. | 799 |
![]() | ',' is not followed by whitespace. | 799 |
![]() | Line is longer than 120 characters. | 800 |
![]() | ',' is not followed by whitespace. | 800 |
![]() | Line has trailing spaces. | 801 |
![]() | '!=' is not preceded with whitespace. | 802 |
![]() | '!=' is not followed by whitespace. | 802 |
![]() | '{' is not preceded with whitespace. | 802 |
![]() | Line is longer than 120 characters. | 803 |
![]() | Line is longer than 120 characters. | 804 |
![]() | Line has trailing spaces. | 806 |
![]() | '!=' is not preceded with whitespace. | 807 |
![]() | '!=' is not followed by whitespace. | 807 |
![]() | '{' is not preceded with whitespace. | 807 |
![]() | Line is longer than 120 characters. | 808 |
![]() | Line is longer than 120 characters. | 809 |
![]() | Line has trailing spaces. | 811 |
![]() | '!=' is not preceded with whitespace. | 812 |
![]() | '!=' is not followed by whitespace. | 812 |
![]() | '{' is not preceded with whitespace. | 812 |
![]() | Line is longer than 120 characters. | 813 |
![]() | Line has trailing spaces. | 816 |
![]() | '!=' is not preceded with whitespace. | 817 |
![]() | '!=' is not followed by whitespace. | 817 |
![]() | '{' is not preceded with whitespace. | 817 |
![]() | Line is longer than 120 characters. | 818 |
![]() | Line is longer than 120 characters. | 819 |
![]() | Line has trailing spaces. | 822 |
![]() | Line has trailing spaces. | 824 |
![]() | 'else' is not preceded with whitespace. | 826 |
![]() | '}' is not followed by whitespace. | 826 |
![]() | 'else' is not followed by whitespace. | 826 |
![]() | '{' is not preceded with whitespace. | 826 |
![]() | Line has trailing spaces. | 831 |
![]() | Line has trailing spaces. | 833 |
![]() | '!=' is not preceded with whitespace. | 835 |
![]() | '!=' is not followed by whitespace. | 835 |
![]() | '{' is not preceded with whitespace. | 835 |
![]() | Line has trailing spaces. | 836 |
![]() | '=' is not preceded with whitespace. | 838 |
![]() | Inner assignments should be avoided. | 838 |
![]() | '=' is not followed by whitespace. | 838 |
![]() | '!=' is not preceded with whitespace. | 838 |
![]() | '!=' is not followed by whitespace. | 838 |
![]() | '{' is not preceded with whitespace. | 838 |
![]() | '=' is not preceded with whitespace. | 839 |
![]() | '=' is not followed by whitespace. | 839 |
![]() | '=' is not preceded with whitespace. | 840 |
![]() | Inner assignments should be avoided. | 840 |
![]() | '=' is not followed by whitespace. | 840 |
![]() | '!=' is not preceded with whitespace. | 840 |
![]() | '!=' is not followed by whitespace. | 840 |
![]() | '{' is not preceded with whitespace. | 840 |
![]() | Line has trailing spaces. | 841 |
![]() | Line is longer than 120 characters. | 841 |
![]() | 'else' is not preceded with whitespace. | 842 |
![]() | '}' is not followed by whitespace. | 842 |
![]() | 'else' is not followed by whitespace. | 842 |
![]() | '{' is not preceded with whitespace. | 842 |
![]() | Line has trailing spaces. | 843 |
![]() | Line has trailing spaces. | 845 |
![]() | switch without "default" clause. | 846 |
![]() | '{' is not preceded with whitespace. | 846 |
![]() | '{' is not preceded with whitespace. | 847 |
![]() | Avoid nested blocks. | 847 |
![]() | Line has trailing spaces. | 849 |
![]() | Line is longer than 120 characters. | 849 |
![]() | ',' is not followed by whitespace. | 849 |
![]() | Line is longer than 120 characters. | 850 |
![]() | ',' is not followed by whitespace. | 850 |
![]() | Line has trailing spaces. | 851 |
![]() | '!=' is not preceded with whitespace. | 852 |
![]() | '!=' is not followed by whitespace. | 852 |
![]() | '{' is not preceded with whitespace. | 852 |
![]() | Line is longer than 120 characters. | 853 |
![]() | Line is longer than 120 characters. | 854 |
![]() | Line has trailing spaces. | 856 |
![]() | '!=' is not preceded with whitespace. | 857 |
![]() | '!=' is not followed by whitespace. | 857 |
![]() | '{' is not preceded with whitespace. | 857 |
![]() | Line is longer than 120 characters. | 858 |
![]() | Line is longer than 120 characters. | 859 |
![]() | Line has trailing spaces. | 861 |
![]() | '!=' is not preceded with whitespace. | 862 |
![]() | '!=' is not followed by whitespace. | 862 |
![]() | '{' is not preceded with whitespace. | 862 |
![]() | Line is longer than 120 characters. | 863 |
![]() | Line has trailing spaces. | 866 |
![]() | '!=' is not preceded with whitespace. | 867 |
![]() | '!=' is not followed by whitespace. | 867 |
![]() | '{' is not preceded with whitespace. | 867 |
![]() | Line is longer than 120 characters. | 868 |
![]() | Line is longer than 120 characters. | 869 |
![]() | Line has trailing spaces. | 871 |
![]() | '{' is not preceded with whitespace. | 874 |
![]() | Avoid nested blocks. | 874 |
![]() | Line has trailing spaces. | 875 |
![]() | Line has trailing spaces. | 877 |
![]() | Line is longer than 120 characters. | 877 |
![]() | ',' is not followed by whitespace. | 877 |
![]() | Line is longer than 120 characters. | 878 |
![]() | ',' is not followed by whitespace. | 878 |
![]() | Line has trailing spaces. | 879 |
![]() | '!=' is not preceded with whitespace. | 880 |
![]() | '!=' is not followed by whitespace. | 880 |
![]() | '{' is not preceded with whitespace. | 880 |
![]() | Line is longer than 120 characters. | 881 |
![]() | Line is longer than 120 characters. | 882 |
![]() | Line has trailing spaces. | 884 |
![]() | '!=' is not preceded with whitespace. | 885 |
![]() | '!=' is not followed by whitespace. | 885 |
![]() | '{' is not preceded with whitespace. | 885 |
![]() | Line is longer than 120 characters. | 886 |
![]() | Line is longer than 120 characters. | 887 |
![]() | Line has trailing spaces. | 889 |
![]() | '!=' is not preceded with whitespace. | 890 |
![]() | '!=' is not followed by whitespace. | 890 |
![]() | '{' is not preceded with whitespace. | 890 |
![]() | Line is longer than 120 characters. | 891 |
![]() | Line has trailing spaces. | 894 |
![]() | '!=' is not preceded with whitespace. | 895 |
![]() | '!=' is not followed by whitespace. | 895 |
![]() | '{' is not preceded with whitespace. | 895 |
![]() | Line is longer than 120 characters. | 896 |
![]() | Line is longer than 120 characters. | 897 |
![]() | '{' is not preceded with whitespace. | 901 |
![]() | Avoid nested blocks. | 901 |
![]() | Line has trailing spaces. | 902 |
![]() | Line has trailing spaces. | 904 |
![]() | Line is longer than 120 characters. | 904 |
![]() | ',' is not followed by whitespace. | 904 |
![]() | Line is longer than 120 characters. | 905 |
![]() | ',' is not followed by whitespace. | 905 |
![]() | Line has trailing spaces. | 906 |
![]() | '!=' is not preceded with whitespace. | 907 |
![]() | '!=' is not followed by whitespace. | 907 |
![]() | '{' is not preceded with whitespace. | 907 |
![]() | Line is longer than 120 characters. | 908 |
![]() | Line is longer than 120 characters. | 909 |
![]() | Line has trailing spaces. | 911 |
![]() | '!=' is not preceded with whitespace. | 912 |
![]() | '!=' is not followed by whitespace. | 912 |
![]() | '{' is not preceded with whitespace. | 912 |
![]() | Line is longer than 120 characters. | 913 |
![]() | Line is longer than 120 characters. | 914 |
![]() | Line has trailing spaces. | 916 |
![]() | '!=' is not preceded with whitespace. | 917 |
![]() | '!=' is not followed by whitespace. | 917 |
![]() | '{' is not preceded with whitespace. | 917 |
![]() | Line is longer than 120 characters. | 918 |
![]() | Line has trailing spaces. | 921 |
![]() | '!=' is not preceded with whitespace. | 922 |
![]() | '!=' is not followed by whitespace. | 922 |
![]() | '{' is not preceded with whitespace. | 922 |
![]() | Line is longer than 120 characters. | 923 |
![]() | Line is longer than 120 characters. | 924 |
![]() | Line has trailing spaces. | 926 |
![]() | '{' is not preceded with whitespace. | 929 |
![]() | Avoid nested blocks. | 929 |
![]() | Line has trailing spaces. | 930 |
![]() | Line has trailing spaces. | 932 |
![]() | Line is longer than 120 characters. | 932 |
![]() | ',' is not followed by whitespace. | 932 |
![]() | Line is longer than 120 characters. | 933 |
![]() | ',' is not followed by whitespace. | 933 |
![]() | Line has trailing spaces. | 934 |
![]() | '!=' is not preceded with whitespace. | 935 |
![]() | '!=' is not followed by whitespace. | 935 |
![]() | '{' is not preceded with whitespace. | 935 |
![]() | Line is longer than 120 characters. | 936 |
![]() | Line is longer than 120 characters. | 937 |
![]() | Line has trailing spaces. | 939 |
![]() | '!=' is not preceded with whitespace. | 940 |
![]() | '!=' is not followed by whitespace. | 940 |
![]() | '{' is not preceded with whitespace. | 940 |
![]() | Line is longer than 120 characters. | 941 |
![]() | Line is longer than 120 characters. | 942 |
![]() | Line has trailing spaces. | 944 |
![]() | '!=' is not preceded with whitespace. | 945 |
![]() | '!=' is not followed by whitespace. | 945 |
![]() | '{' is not preceded with whitespace. | 945 |
![]() | Line is longer than 120 characters. | 946 |
![]() | Line has trailing spaces. | 949 |
![]() | '!=' is not preceded with whitespace. | 950 |
![]() | '!=' is not followed by whitespace. | 950 |
![]() | '{' is not preceded with whitespace. | 950 |
![]() | Line is longer than 120 characters. | 951 |
![]() | Line is longer than 120 characters. | 952 |
![]() | Line has trailing spaces. | 954 |
![]() | '{' is not preceded with whitespace. | 957 |
![]() | Avoid nested blocks. | 957 |
![]() | Line has trailing spaces. | 960 |
![]() | Line is longer than 120 characters. | 960 |
![]() | ',' is not followed by whitespace. | 960 |
![]() | Line has trailing spaces. | 961 |
![]() | '!=' is not preceded with whitespace. | 962 |
![]() | '!=' is not followed by whitespace. | 962 |
![]() | '{' is not preceded with whitespace. | 962 |
![]() | Line is longer than 120 characters. | 963 |
![]() | Line is longer than 120 characters. | 964 |
![]() | Line has trailing spaces. | 966 |
![]() | '!=' is not preceded with whitespace. | 967 |
![]() | '!=' is not followed by whitespace. | 967 |
![]() | '{' is not preceded with whitespace. | 967 |
![]() | Line is longer than 120 characters. | 968 |
![]() | Line is longer than 120 characters. | 969 |
![]() | Line has trailing spaces. | 971 |
![]() | '!=' is not preceded with whitespace. | 972 |
![]() | '!=' is not followed by whitespace. | 972 |
![]() | '{' is not preceded with whitespace. | 972 |
![]() | Line is longer than 120 characters. | 973 |
![]() | Line has trailing spaces. | 976 |
![]() | '!=' is not preceded with whitespace. | 977 |
![]() | '!=' is not followed by whitespace. | 977 |
![]() | '{' is not preceded with whitespace. | 977 |
![]() | Line is longer than 120 characters. | 978 |
![]() | Line is longer than 120 characters. | 979 |
![]() | '{' is not preceded with whitespace. | 983 |
![]() | Avoid nested blocks. | 983 |
![]() | Line has trailing spaces. | 986 |
![]() | Line is longer than 120 characters. | 986 |
![]() | ',' is not followed by whitespace. | 986 |
![]() | Line has trailing spaces. | 987 |
![]() | '!=' is not preceded with whitespace. | 988 |
![]() | '!=' is not followed by whitespace. | 988 |
![]() | '{' is not preceded with whitespace. | 988 |
![]() | Line is longer than 120 characters. | 989 |
![]() | Line is longer than 120 characters. | 990 |
![]() | Line has trailing spaces. | 992 |
![]() | '!=' is not preceded with whitespace. | 993 |
![]() | '!=' is not followed by whitespace. | 993 |
![]() | '{' is not preceded with whitespace. | 993 |
![]() | Line is longer than 120 characters. | 994 |
![]() | Line is longer than 120 characters. | 995 |
![]() | Line has trailing spaces. | 997 |
![]() | '!=' is not preceded with whitespace. | 998 |
![]() | '!=' is not followed by whitespace. | 998 |
![]() | '{' is not preceded with whitespace. | 998 |
![]() | Line is longer than 120 characters. | 999 |
![]() | Line has trailing spaces. | 1002 |
![]() | '!=' is not preceded with whitespace. | 1003 |
![]() | '!=' is not followed by whitespace. | 1003 |
![]() | '{' is not preceded with whitespace. | 1003 |
![]() | Line is longer than 120 characters. | 1004 |
![]() | Line is longer than 120 characters. | 1005 |
![]() | '{' is not preceded with whitespace. | 1009 |
![]() | Avoid nested blocks. | 1009 |
![]() | Line has trailing spaces. | 1012 |
![]() | Line is longer than 120 characters. | 1012 |
![]() | ',' is not followed by whitespace. | 1012 |
![]() | Line is longer than 120 characters. | 1013 |
![]() | ',' is not followed by whitespace. | 1013 |
![]() | Line has trailing spaces. | 1014 |
![]() | '!=' is not preceded with whitespace. | 1015 |
![]() | '!=' is not followed by whitespace. | 1015 |
![]() | '{' is not preceded with whitespace. | 1015 |
![]() | Line is longer than 120 characters. | 1016 |
![]() | Line is longer than 120 characters. | 1017 |
![]() | Line has trailing spaces. | 1019 |
![]() | '!=' is not preceded with whitespace. | 1020 |
![]() | '!=' is not followed by whitespace. | 1020 |
![]() | '{' is not preceded with whitespace. | 1020 |
![]() | Line is longer than 120 characters. | 1021 |
![]() | Line is longer than 120 characters. | 1022 |
![]() | Line has trailing spaces. | 1024 |
![]() | '!=' is not preceded with whitespace. | 1025 |
![]() | '!=' is not followed by whitespace. | 1025 |
![]() | '{' is not preceded with whitespace. | 1025 |
![]() | Line is longer than 120 characters. | 1026 |
![]() | Line has trailing spaces. | 1029 |
![]() | '!=' is not preceded with whitespace. | 1030 |
![]() | '!=' is not followed by whitespace. | 1030 |
![]() | '{' is not preceded with whitespace. | 1030 |
![]() | Line is longer than 120 characters. | 1031 |
![]() | Line is longer than 120 characters. | 1032 |
![]() | Line has trailing spaces. | 1034 |
![]() | '{' is not preceded with whitespace. | 1037 |
![]() | Avoid nested blocks. | 1037 |
![]() | Line has trailing spaces. | 1040 |
![]() | Line is longer than 120 characters. | 1040 |
![]() | ',' is not followed by whitespace. | 1040 |
![]() | Line is longer than 120 characters. | 1041 |
![]() | ',' is not followed by whitespace. | 1041 |
![]() | Line has trailing spaces. | 1042 |
![]() | '!=' is not preceded with whitespace. | 1043 |
![]() | '!=' is not followed by whitespace. | 1043 |
![]() | '{' is not preceded with whitespace. | 1043 |
![]() | Line is longer than 120 characters. | 1044 |
![]() | Line is longer than 120 characters. | 1045 |
![]() | Line has trailing spaces. | 1047 |
![]() | '!=' is not preceded with whitespace. | 1048 |
![]() | '!=' is not followed by whitespace. | 1048 |
![]() | '{' is not preceded with whitespace. | 1048 |
![]() | Line is longer than 120 characters. | 1049 |
![]() | Line is longer than 120 characters. | 1050 |
![]() | Line has trailing spaces. | 1052 |
![]() | '!=' is not preceded with whitespace. | 1053 |
![]() | '!=' is not followed by whitespace. | 1053 |
![]() | '{' is not preceded with whitespace. | 1053 |
![]() | Line is longer than 120 characters. | 1054 |
![]() | Line has trailing spaces. | 1057 |
![]() | '!=' is not preceded with whitespace. | 1058 |
![]() | '!=' is not followed by whitespace. | 1058 |
![]() | '{' is not preceded with whitespace. | 1058 |
![]() | Line is longer than 120 characters. | 1059 |
![]() | Line is longer than 120 characters. | 1060 |
![]() | Line has trailing spaces. | 1063 |
![]() | '{' is not preceded with whitespace. | 1064 |
![]() | Avoid nested blocks. | 1064 |
![]() | Line has trailing spaces. | 1065 |
![]() | Line has trailing spaces. | 1067 |
![]() | Line is longer than 120 characters. | 1067 |
![]() | ',' is not followed by whitespace. | 1067 |
![]() | Line is longer than 120 characters. | 1068 |
![]() | ',' is not followed by whitespace. | 1068 |
![]() | Line has trailing spaces. | 1069 |
![]() | '!=' is not preceded with whitespace. | 1070 |
![]() | '!=' is not followed by whitespace. | 1070 |
![]() | '{' is not preceded with whitespace. | 1070 |
![]() | Line is longer than 120 characters. | 1071 |
![]() | Line is longer than 120 characters. | 1072 |
![]() | Line has trailing spaces. | 1074 |
![]() | '!=' is not preceded with whitespace. | 1075 |
![]() | '!=' is not followed by whitespace. | 1075 |
![]() | '{' is not preceded with whitespace. | 1075 |
![]() | Line is longer than 120 characters. | 1076 |
![]() | Line is longer than 120 characters. | 1077 |
![]() | Line has trailing spaces. | 1079 |
![]() | '!=' is not preceded with whitespace. | 1080 |
![]() | '!=' is not followed by whitespace. | 1080 |
![]() | '{' is not preceded with whitespace. | 1080 |
![]() | Line is longer than 120 characters. | 1081 |
![]() | Line has trailing spaces. | 1084 |
![]() | '!=' is not preceded with whitespace. | 1085 |
![]() | '!=' is not followed by whitespace. | 1085 |
![]() | '{' is not preceded with whitespace. | 1085 |
![]() | Line is longer than 120 characters. | 1086 |
![]() | Line is longer than 120 characters. | 1087 |
![]() | Line has trailing spaces. | 1090 |
![]() | Line has trailing spaces. | 1092 |
![]() | 'else' is not preceded with whitespace. | 1094 |
![]() | '}' is not followed by whitespace. | 1094 |
![]() | 'else' is not followed by whitespace. | 1094 |
![]() | '{' is not preceded with whitespace. | 1094 |
![]() | Line has trailing spaces. | 1099 |
![]() | Line is longer than 120 characters. | 1104 |
![]() | Missing a Javadoc comment. | 1104 |
![]() | Parameter list should be final. | 1104 |
![]() | Parameter ca should be final. | 1104 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 1104 |
![]() | Line has trailing spaces. | 1114 |
![]() | '=' is not preceded with whitespace. | 1115 |
![]() | '=' is not followed by whitespace. | 1115 |
![]() | '}' should be on the same line. | 1118 |
![]() | '+' is not preceded with whitespace. | 1120 |
![]() | '+' is not followed by whitespace. | 1120 |
![]() | Line has trailing spaces. | 1122 |
![]() | Line has trailing spaces. | 1126 |
![]() | '{' is not preceded with whitespace. | 1133 |
![]() | Line is longer than 120 characters. | 1135 |
![]() | '{' is not preceded with whitespace. | 1139 |
![]() | Line is longer than 120 characters. | 1141 |
![]() | Line is longer than 120 characters. | 1148 |
![]() | Missing a Javadoc comment. | 1148 |
![]() | Parameter list should be final. | 1148 |
![]() | Parameter ca should be final. | 1148 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 1148 |
![]() | Line has trailing spaces. | 1158 |
![]() | '=' is not preceded with whitespace. | 1159 |
![]() | '=' is not followed by whitespace. | 1159 |
![]() | '}' should be on the same line. | 1162 |
![]() | '+' is not preceded with whitespace. | 1164 |
![]() | '+' is not followed by whitespace. | 1164 |
![]() | Line has trailing spaces. | 1166 |
![]() | '{' is not preceded with whitespace. | 1174 |
![]() | Line is longer than 120 characters. | 1176 |
![]() | '{' is not preceded with whitespace. | 1180 |
![]() | Line is longer than 120 characters. | 1189 |
![]() | Missing a Javadoc comment. | 1189 |
![]() | Parameter list should be final. | 1189 |
![]() | Parameter ca should be final. | 1189 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 1189 |
![]() | Line has trailing spaces. | 1199 |
![]() | '=' is not followed by whitespace. | 1200 |
![]() | '}' should be on the same line. | 1203 |
![]() | '+' is not preceded with whitespace. | 1205 |
![]() | '+' is not followed by whitespace. | 1205 |
![]() | Line has trailing spaces. | 1207 |
![]() | Line has trailing spaces. | 1208 |
![]() | Line has trailing spaces. | 1212 |
![]() | '{' is not preceded with whitespace. | 1214 |
![]() | '{' is not preceded with whitespace. | 1220 |
![]() | Line is longer than 120 characters. | 1225 |
![]() | Line is longer than 120 characters. | 1226 |
![]() | Line has trailing spaces. | 1228 |
![]() | Line is longer than 120 characters. | 1234 |
![]() | Missing a Javadoc comment. | 1234 |
![]() | Parameter list should be final. | 1234 |
![]() | Parameter ca should be final. | 1234 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 1234 |
![]() | Line has trailing spaces. | 1246 |
![]() | Line has trailing spaces. | 1247 |
![]() | '=' is not preceded with whitespace. | 1248 |
![]() | '=' is not followed by whitespace. | 1248 |
![]() | '}' should be on the same line. | 1251 |
![]() | '+' is not preceded with whitespace. | 1253 |
![]() | '+' is not followed by whitespace. | 1253 |
![]() | Line has trailing spaces. | 1255 |
![]() | 'if' construct must use '{}'s. | 1257 |
![]() | Line is longer than 120 characters. | 1266 |
![]() | Missing a Javadoc comment. | 1266 |
![]() | Parameter list should be final. | 1266 |
![]() | Parameter ca should be final. | 1266 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 1266 |
![]() | Line has trailing spaces. | 1278 |
![]() | '=' is not preceded with whitespace. | 1279 |
![]() | '=' is not followed by whitespace. | 1279 |
![]() | '}' should be on the same line. | 1282 |
![]() | '+' is not preceded with whitespace. | 1284 |
![]() | '+' is not followed by whitespace. | 1284 |
![]() | Line has trailing spaces. | 1286 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | ',' is not followed by whitespace. | 7 |
![]() | ',' is not followed by whitespace. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | ',' is not followed by whitespace. | 8 |
![]() | ',' is not followed by whitespace. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | ',' is not followed by whitespace. | 12 |
![]() | ',' is not followed by whitespace. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter red should be final. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | Parameter green should be final. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | Parameter blue should be final. | 18 |
![]() | '{' is not preceded with whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | '{' is not preceded with whitespace. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line has trailing spaces. | 96 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Name 'MAIL_SERVER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 |
![]() | Variable 'MAIL_SERVER' must be private and have accessor methods. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name 'MAIL_FROM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable 'MAIL_FROM' must be private and have accessor methods. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Name 'MAIL_SUBJECT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 |
![]() | Variable 'MAIL_SUBJECT' must be private and have accessor methods. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Name 'MAIL_BODY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 |
![]() | Variable 'MAIL_BODY' must be private and have accessor methods. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Name 'properties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Variable 'businessContextService' must be private and have accessor methods. | 115 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Variable 'productOfferManager' must be private and have accessor methods. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Variable 'customerProductManager' must be private and have accessor methods. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Variable 'gtStatisticsService' must be private and have accessor methods. | 124 |
![]() | '=' is not preceded with whitespace. | 124 |
![]() | '=' is not followed by whitespace. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Variable 'gtStatusService' must be private and have accessor methods. | 127 |
![]() | '=' is not preceded with whitespace. | 127 |
![]() | '=' is not followed by whitespace. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Variable 'slaStatisticsService' must be private and have accessor methods. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Variable 'penaltyService' must be private and have accessor methods. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Variable 'accountEventService' must be private and have accessor methods. | 136 |
![]() | '=' is not preceded with whitespace. | 136 |
![]() | '=' is not followed by whitespace. | 136 |
![]() | Line has trailing spaces. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Variable 'partyBankService' must be private and have accessor methods. | 139 |
![]() | '=' is not preceded with whitespace. | 139 |
![]() | '=' is not followed by whitespace. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter configurationFile should be final. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter configurationFile should be final. | 152 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Line has trailing spaces. | 164 |
![]() | Line has trailing spaces. | 167 |
![]() | Line has trailing spaces. | 173 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter businessContextService should be final. | 174 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 184 |
![]() | '}' should be on the same line. | 185 |
![]() | '}' should be on the same line. | 188 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter businessSLAId should be final. | 196 |
![]() | Parameter startDate should be final. | 196 |
![]() | ',' is not followed by whitespace. | 196 |
![]() | Parameter endDate should be final. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 199 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | Line has trailing spaces. | 202 |
![]() | ',' is not followed by whitespace. | 211 |
![]() | ';' is not followed by whitespace. | 211 |
![]() | ',' is not followed by whitespace. | 212 |
![]() | Line has trailing spaces. | 213 |
![]() | '=' is not preceded with whitespace. | 214 |
![]() | '=' is not followed by whitespace. | 214 |
![]() | '!=' is not preceded with whitespace. | 215 |
![]() | '!=' is not followed by whitespace. | 215 |
![]() | '{' is not preceded with whitespace. | 215 |
![]() | Line has trailing spaces. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | ',' is not followed by whitespace. | 219 |
![]() | ')' is preceded with whitespace. | 219 |
![]() | Line has trailing spaces. | 221 |
![]() | Line has trailing spaces. | 222 |
![]() | Line has trailing spaces. | 227 |
![]() | Line has trailing spaces. | 229 |
![]() | Line has trailing spaces. | 233 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter list should be final. | 234 |
![]() | Parameter businessSLAId should be final. | 234 |
![]() | Parameter from should be final. | 234 |
![]() | Parameter until should be final. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Line has trailing spaces. | 237 |
![]() | '}' should be on the same line. | 242 |
![]() | ',' is not followed by whitespace. | 244 |
![]() | '!=' is not preceded with whitespace. | 247 |
![]() | '!=' is not followed by whitespace. | 247 |
![]() | '{' is not preceded with whitespace. | 247 |
![]() | Line is longer than 120 characters. | 248 |
![]() | 'else' is not preceded with whitespace. | 249 |
![]() | '}' is not followed by whitespace. | 249 |
![]() | 'else' is not followed by whitespace. | 249 |
![]() | '{' is not preceded with whitespace. | 249 |
![]() | Line has trailing spaces. | 252 |
![]() | '!=' is not preceded with whitespace. | 253 |
![]() | '!=' is not followed by whitespace. | 253 |
![]() | '{' is not preceded with whitespace. | 253 |
![]() | Line is longer than 120 characters. | 254 |
![]() | 'else' is not preceded with whitespace. | 255 |
![]() | '}' is not followed by whitespace. | 255 |
![]() | 'else' is not followed by whitespace. | 255 |
![]() | '{' is not preceded with whitespace. | 255 |
![]() | '=' is not preceded with whitespace. | 259 |
![]() | '=' is not followed by whitespace. | 259 |
![]() | Line has trailing spaces. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line has trailing spaces. | 262 |
![]() | Line has trailing spaces. | 264 |
![]() | Line is longer than 120 characters. | 264 |
![]() | Line has trailing spaces. | 266 |
![]() | '!=' is not preceded with whitespace. | 267 |
![]() | '!=' is not followed by whitespace. | 267 |
![]() | '{' is not preceded with whitespace. | 267 |
![]() | Line has trailing spaces. | 270 |
![]() | Line is longer than 120 characters. | 271 |
![]() | Line has trailing spaces. | 273 |
![]() | '!=' is not preceded with whitespace. | 274 |
![]() | '!=' is not followed by whitespace. | 274 |
![]() | '{' is not preceded with whitespace. | 274 |
![]() | 'else' is not preceded with whitespace. | 276 |
![]() | '}' is not followed by whitespace. | 276 |
![]() | 'else' is not followed by whitespace. | 276 |
![]() | '{' is not preceded with whitespace. | 276 |
![]() | Line has trailing spaces. | 279 |
![]() | Line has trailing spaces. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line is longer than 120 characters. | 284 |
![]() | Line has trailing spaces. | 285 |
![]() | '!=' is not preceded with whitespace. | 286 |
![]() | '!=' is not followed by whitespace. | 286 |
![]() | '{' is not preceded with whitespace. | 286 |
![]() | 'else' is not preceded with whitespace. | 288 |
![]() | '}' is not followed by whitespace. | 288 |
![]() | 'else' is not followed by whitespace. | 288 |
![]() | '{' is not preceded with whitespace. | 288 |
![]() | Line has trailing spaces. | 291 |
![]() | '!=' is not preceded with whitespace. | 292 |
![]() | '!=' is not followed by whitespace. | 292 |
![]() | '{' is not preceded with whitespace. | 292 |
![]() | Line is longer than 120 characters. | 293 |
![]() | Line is longer than 120 characters. | 294 |
![]() | 'else' is not preceded with whitespace. | 295 |
![]() | '}' is not followed by whitespace. | 295 |
![]() | 'else' is not followed by whitespace. | 295 |
![]() | '{' is not preceded with whitespace. | 295 |
![]() | Line has trailing spaces. | 299 |
![]() | Line has trailing spaces. | 300 |
![]() | '{' is not preceded with whitespace. | 301 |
![]() | 'else' is not preceded with whitespace. | 303 |
![]() | '}' is not followed by whitespace. | 303 |
![]() | 'else' is not followed by whitespace. | 303 |
![]() | '{' is not preceded with whitespace. | 303 |
![]() | Line has trailing spaces. | 306 |
![]() | Line has trailing spaces. | 308 |
![]() | Line has trailing spaces. | 310 |
![]() | Parameter slaId should be final. | 320 |
![]() | 'if' construct must use '{}'s. | 343 |
![]() | '}' should be on the same line. | 345 |
![]() | '}' should be on the same line. | 349 |
![]() | '}' should be on the same line. | 352 |
![]() | '}' should be on the same line. | 357 |
![]() | Line has trailing spaces. | 365 |
![]() | Line has trailing spaces. | 366 |
![]() | First sentence should end with a period. | 367 |
![]() | Unused @param tag for 'partId'. | 372 |
![]() | Expected an @return tag. | 379 |
![]() | Parameter productOfferId should be final. | 379 |
![]() | Parameter partyId should be final. | 379 |
![]() | Expected @param tag for 'partyId'. | 379 |
![]() | Parameter year should be final. | 379 |
![]() | Expected @param tag for 'year'. | 379 |
![]() | Parameter month should be final. | 380 |
![]() | Expected @param tag for 'month'. | 380 |
![]() | Parameter day should be final. | 380 |
![]() | Expected @param tag for 'day'. | 380 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Parameter productOfferId should be final. | 422 |
![]() | Parameter partyId should be final. | 422 |
![]() | Parameter year should be final. | 422 |
![]() | Parameter month should be final. | 423 |
![]() | Missing a Javadoc comment. | 480 |
![]() | Parameter productOfferId should be final. | 480 |
![]() | Parameter year should be final. | 480 |
![]() | Parameter month should be final. | 480 |
![]() | Parameter day should be final. | 480 |
![]() | Missing a Javadoc comment. | 515 |
![]() | Parameter productOfferId should be final. | 515 |
![]() | Parameter year should be final. | 515 |
![]() | Parameter month should be final. | 515 |
![]() | 'if' construct must use '{}'s. | 543 |
![]() | Missing a Javadoc comment. | 553 |
![]() | Parameter businessSLATId should be final. | 553 |
![]() | Parameter year should be final. | 553 |
![]() | Parameter month should be final. | 553 |
![]() | Parameter day should be final. | 553 |
![]() | Missing a Javadoc comment. | 573 |
![]() | Parameter businessSLATId should be final. | 573 |
![]() | Parameter year should be final. | 573 |
![]() | Parameter month should be final. | 573 |
![]() | Missing a Javadoc comment. | 593 |
![]() | Parameter productOfferId should be final. | 593 |
![]() | Parameter year should be final. | 593 |
![]() | Parameter month should be final. | 593 |
![]() | Missing a Javadoc comment. | 611 |
![]() | Parameter businessSLATId should be final. | 611 |
![]() | Parameter year should be final. | 611 |
![]() | Parameter month should be final. | 611 |
![]() | Missing a Javadoc comment. | 631 |
![]() | Parameter businessSLAId should be final. | 631 |
![]() | Parameter guaranteeTerm should be final. | 631 |
![]() | '}' should be on the same line. | 639 |
![]() | '}' should be on the same line. | 642 |
![]() | Missing a Javadoc comment. | 655 |
![]() | Parameter businessSLAId should be final. | 655 |
![]() | Parameter guaranteeTerm should be final. | 655 |
![]() | Parameter KPI should be final. | 655 |
![]() | Name 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 655 |
![]() | '}' should be on the same line. | 663 |
![]() | '}' should be on the same line. | 666 |
![]() | Missing a Javadoc comment. | 679 |
![]() | Parameter productOfferId should be final. | 679 |
![]() | Parameter partyId should be final. | 679 |
![]() | Parameter year should be final. | 679 |
![]() | Parameter month should be final. | 680 |
![]() | Parameter day should be final. | 680 |
![]() | '{' is followed by whitespace. | 711 |
![]() | '}' should be on the same line. | 713 |
![]() | '}' should be on the same line. | 717 |
![]() | Expected an @return tag. | 736 |
![]() | Parameter type should be final. | 736 |
![]() | Parameter prefix should be final. | 736 |
![]() | 'if' construct must use '{}'s. | 752 |
![]() | 'else' construct must use '{}'s. | 755 |
![]() | '}' should be on the same line. | 757 |
![]() | 'if' construct must use '{}'s. | 763 |
![]() | 'else' construct must use '{}'s. | 765 |
![]() | Line has trailing spaces. | 777 |
![]() | Line has trailing spaces. | 779 |
![]() | Missing a Javadoc comment. | 780 |
![]() | Parameter list should be final. | 780 |
![]() | Parameter productOfferId should be final. | 780 |
![]() | 'if' construct must use '{}'s. | 809 |
![]() | 'if' construct must use '{}'s. | 812 |
![]() | 'if' construct must use '{}'s. | 815 |
![]() | 'if' construct must use '{}'s. | 818 |
![]() | 'if' construct must use '{}'s. | 832 |
![]() | 'if' construct must use '{}'s. | 835 |
![]() | 'if' construct must use '{}'s. | 838 |
![]() | Missing a Javadoc comment. | 845 |
![]() | Parameter list should be final. | 845 |
![]() | Parameter partyId should be final. | 845 |
![]() | Line has trailing spaces. | 849 |
![]() | Missing a Javadoc comment. | 864 |
![]() | Parameter bslaId should be final. | 864 |
![]() | Parameter list should be final. | 864 |
![]() | '{' is followed by whitespace. | 879 |
![]() | '}' should be on the same line. | 889 |
![]() | '}' should be on the same line. | 893 |
![]() | '}' should be on the same line. | 901 |
![]() | '}' should be on the same line. | 905 |
![]() | Line has trailing spaces. | 914 |
![]() | Missing a Javadoc comment. | 915 |
![]() | Parameter list should be final. | 915 |
![]() | Line has trailing spaces. | 927 |
![]() | Line is longer than 120 characters. | 929 |
![]() | '{' is followed by whitespace. | 929 |
![]() | Line is longer than 120 characters. | 936 |
![]() | Line has trailing spaces. | 937 |
![]() | '}' should be on the same line. | 938 |
![]() | '+' is not preceded with whitespace. | 940 |
![]() | '+' is not followed by whitespace. | 940 |
![]() | '}' should be on the same line. | 942 |
![]() | '+' is not preceded with whitespace. | 944 |
![]() | '+' is not followed by whitespace. | 944 |
![]() | '}' should be on the same line. | 951 |
![]() | '}' should be on the same line. | 955 |
![]() | '}' should be on the same line. | 960 |
![]() | Missing a Javadoc comment. | 968 |
![]() | Parameter slatid should be final. | 968 |
![]() | Line is longer than 120 characters. | 975 |
![]() | '}' should be on the same line. | 976 |
![]() | Line has trailing spaces. | 984 |
![]() | Missing a Javadoc comment. | 985 |
![]() | Parameter slaId should be final. | 985 |
![]() | Line is longer than 120 characters. | 993 |
![]() | '{' is followed by whitespace. | 993 |
![]() | '}' should be on the same line. | 998 |
![]() | '}' should be on the same line. | 1003 |
![]() | Missing a Javadoc comment. | 1012 |
![]() | Parameter list should be final. | 1012 |
![]() | Parameter slaId should be final. | 1012 |
![]() | Line has trailing spaces. | 1014 |
![]() | ',' is not followed by whitespace. | 1022 |
![]() | 'if' construct must use '{}'s. | 1036 |
![]() | Missing a Javadoc comment. | 1043 |
![]() | Parameter list should be final. | 1043 |
![]() | Parameter slaId should be final. | 1043 |
![]() | Parameter startDate should be final. | 1043 |
![]() | Parameter endDate should be final. | 1043 |
![]() | '=' is not followed by whitespace. | 1052 |
![]() | 'if' construct must use '{}'s. | 1065 |
![]() | 'if' construct must use '{}'s. | 1068 |
![]() | Missing a Javadoc comment. | 1075 |
![]() | Parameter list should be final. | 1075 |
![]() | Parameter slatId should be final. | 1075 |
![]() | Missing a Javadoc comment. | 1096 |
![]() | Parameter list should be final. | 1096 |
![]() | Parameter slatId should be final. | 1096 |
![]() | Parameter startDate should be final. | 1096 |
![]() | Parameter endDate should be final. | 1096 |
![]() | Missing a Javadoc comment. | 1136 |
![]() | Parameter list should be final. | 1136 |
![]() | Parameter slatId should be final. | 1136 |
![]() | Line has trailing spaces. | 1137 |
![]() | Missing a Javadoc comment. | 1158 |
![]() | Parameter list should be final. | 1158 |
![]() | Parameter slatId should be final. | 1158 |
![]() | Parameter startDate should be final. | 1158 |
![]() | Parameter endDate should be final. | 1158 |
![]() | Line has trailing spaces. | 1167 |
![]() | Line has trailing spaces. | 1169 |
![]() | '}' should be on the same line. | 1172 |
![]() | '}' should be on the same line. | 1176 |
![]() | Missing a Javadoc comment. | 1184 |
![]() | Parameter list should be final. | 1184 |
![]() | Parameter slaId should be final. | 1184 |
![]() | Parameter guaranteeTerm should be final. | 1184 |
![]() | Missing a Javadoc comment. | 1199 |
![]() | Parameter list should be final. | 1199 |
![]() | Parameter slaId should be final. | 1199 |
![]() | Parameter guaranteeTerm should be final. | 1199 |
![]() | Parameter KPI should be final. | 1199 |
![]() | Name 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1199 |
![]() | Line has trailing spaces. | 1213 |
![]() | Missing a Javadoc comment. | 1214 |
![]() | Parameter customerProductManager should be final. | 1214 |
![]() | Missing a Javadoc comment. | 1218 |
![]() | Parameter productOfferManager should be final. | 1218 |
![]() | Missing a Javadoc comment. | 1222 |
![]() | Parameter gtStatisticsService should be final. | 1222 |
![]() | Missing a Javadoc comment. | 1226 |
![]() | Parameter gtStatusService should be final. | 1226 |
![]() | Missing a Javadoc comment. | 1230 |
![]() | Parameter slaStatisticsService should be final. | 1230 |
![]() | Missing a Javadoc comment. | 1234 |
![]() | Parameter accountEventService should be final. | 1234 |
![]() | 'accountEventService' hides a field. | 1234 |
![]() | Line has trailing spaces. | 1237 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '{' is not preceded with whitespace. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter fileName should be final. | 20 |
![]() | '{' is not preceded with whitespace. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 120 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter fileName should be final. | 31 |
![]() | ',' is not followed by whitespace. | 31 |
![]() | Parameter tittle should be final. | 31 |
![]() | Parameter author should be final. | 31 |
![]() | '{' is not preceded with whitespace. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | ',' is not followed by whitespace. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | ',' is not followed by whitespace. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter fontFamily should be final. | 27 |
![]() | Parameter charset should be final. | 27 |
![]() | Parameter fontSize should be final. | 27 |
![]() | Parameter fontType should be final. | 27 |
![]() | Parameter color should be final. | 27 |
![]() | '}' should be on the same line. | 30 |
![]() | '}' should be on the same line. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter fontFamily should be final. | 42 |
![]() | Parameter charset should be final. | 42 |
![]() | Parameter fontSize should be final. | 42 |
![]() | Parameter fontType should be final. | 42 |
![]() | '}' should be on the same line. | 45 |
![]() | '}' should be on the same line. | 49 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter fontSize should be final. | 66 |
![]() | Parameter fontType should be final. | 66 |
![]() | Parameter color should be final. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'stat' must be private and have accessor methods. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter stat should be final. | 78 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter filename should be final. | 85 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 85 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter stat should be final. | 102 |
![]() | 'stat' hides a field. | 102 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter stat should be final. | 114 |
![]() | 'stat' hides a field. | 114 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter stat should be final. | 126 |
![]() | 'stat' hides a field. | 126 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter stat should be final. | 138 |
![]() | 'stat' hides a field. | 138 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter xydataset should be final. | 149 |
![]() | Array brackets at illegal position. | 163 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter chart should be final. | 201 |
![]() | Parameter aFileName should be final. | 201 |
![]() | Parameter width should be final. | 201 |
![]() | Parameter height should be final. | 201 |
![]() | Parameter quality should be final. | 201 |
![]() | Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 202 |
![]() | Line has trailing spaces. | 205 |
![]() | Line has trailing spaces. | 210 |
![]() | Line has trailing spaces. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 220 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 225 |
![]() | Line has trailing spaces. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Parameter chart should be final. | 232 |
![]() | Parameter width should be final. | 232 |
![]() | Parameter height should be final. | 232 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter imageName should be final. | 20 |
![]() | '{' is not preceded with whitespace. | 20 |
![]() | '}' should be on the same line. | 26 |
![]() | '+' is not preceded with whitespace. | 28 |
![]() | '+' is not followed by whitespace. | 28 |
![]() | ',' is not followed by whitespace. | 28 |
![]() | '+' is not preceded with whitespace. | 29 |
![]() | '+' is not followed by whitespace. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | '}' should be on the same line. | 30 |
![]() | '+' is not preceded with whitespace. | 32 |
![]() | '+' is not followed by whitespace. | 32 |
![]() | ',' is not followed by whitespace. | 32 |
![]() | '+' is not preceded with whitespace. | 33 |
![]() | '+' is not followed by whitespace. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | '}' should be on the same line. | 34 |
![]() | '+' is not preceded with whitespace. | 36 |
![]() | '+' is not followed by whitespace. | 36 |
![]() | ',' is not followed by whitespace. | 36 |
![]() | '+' is not preceded with whitespace. | 37 |
![]() | '+' is not followed by whitespace. | 37 |
![]() | ',' is not followed by whitespace. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'message' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter mailServer should be final. | 62 |
![]() | Parameter from should be final. | 62 |
![]() | Parameter to should be final. | 62 |
![]() | Parameter subject should be final. | 62 |
![]() | Parameter messageBody should be final. | 62 |
![]() | Parameter attachments should be final. | 62 |
![]() | Redundant throws: 'AddressException' is subclass of 'MessagingException'. | 63 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 120 characters. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter attachments should be final. | 100 |
![]() | Parameter multipart should be final. | 100 |
![]() | Redundant throws: 'AddressException' is subclass of 'MessagingException'. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Unused import - java.util.regex.Pattern. | 48 |
![]() | Unused import - org.slaatsoi.business.schema.DurationType. | 52 |
![]() | Unused import - org.slasoi.businessManager.billingEngine.util.BillingConstants. | 53 |
![]() | First sentence should end with a period. | 74 |
![]() | Utility classes should not have a public or default constructor. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | 'static' modifier out of order with the JLS suggestions. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | 'static' modifier out of order with the JLS suggestions. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | 'static' modifier out of order with the JLS suggestions. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | 'static' modifier out of order with the JLS suggestions. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | 'static' modifier out of order with the JLS suggestions. | 90 |
![]() | Missing a Javadoc comment. | 92 |
![]() | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | 'static' modifier out of order with the JLS suggestions. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | 'static' modifier out of order with the JLS suggestions. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | 'static' modifier out of order with the JLS suggestions. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | 'static' modifier out of order with the JLS suggestions. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | 'static' modifier out of order with the JLS suggestions. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line is longer than 120 characters. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter report should be final. | 102 |
![]() | Parameter params should be final. | 102 |
![]() | Parameter filename should be final. | 102 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 111 |
![]() | Avoid nested blocks. | 113 |
![]() | Line has trailing spaces. | 117 |
![]() | ':' is not preceded with whitespace. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | ',' is not followed by whitespace. | 119 |
![]() | '{' is not preceded with whitespace. | 120 |
![]() | Avoid nested blocks. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | ':' is not preceded with whitespace. | 128 |
![]() | '{' is not preceded with whitespace. | 128 |
![]() | ',' is not followed by whitespace. | 129 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Parameter params should be final. | 145 |
![]() | '{' is not preceded with whitespace. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 150 |
![]() | ',' is not followed by whitespace. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 153 |
![]() | Line is longer than 120 characters. | 155 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | ',' is not followed by whitespace. | 155 |
![]() | ',' is not followed by whitespace. | 155 |
![]() | ',' is not followed by whitespace. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Line is longer than 120 characters. | 156 |
![]() | ',' is not followed by whitespace. | 156 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 120 characters. | 164 |
![]() | '+' is not preceded with whitespace. | 164 |
![]() | '+' is not followed by whitespace. | 164 |
![]() | ',' is not followed by whitespace. | 164 |
![]() | ',' is not followed by whitespace. | 164 |
![]() | ',' is not followed by whitespace. | 164 |
![]() | Line has trailing spaces. | 166 |
![]() | '!=' is not preceded with whitespace. | 167 |
![]() | '!=' is not followed by whitespace. | 167 |
![]() | '{' is not preceded with whitespace. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Line is longer than 120 characters. | 168 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' is not followed by whitespace. | 168 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' is not followed by whitespace. | 168 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | '+' is not followed by whitespace. | 168 |
![]() | '+' is not preceded with whitespace. | 168 |
![]() | ',' is not followed by whitespace. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line has trailing spaces. | 171 |
![]() | '!=' is not preceded with whitespace. | 172 |
![]() | '!=' is not followed by whitespace. | 172 |
![]() | '{' is not preceded with whitespace. | 172 |
![]() | Line is longer than 120 characters. | 173 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | '+' is not followed by whitespace. | 173 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | '+' is not followed by whitespace. | 173 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | '+' is not followed by whitespace. | 173 |
![]() | '+' is not preceded with whitespace. | 173 |
![]() | ',' is not followed by whitespace. | 173 |
![]() | ',' is not followed by whitespace. | 175 |
![]() | ',' is not followed by whitespace. | 175 |
![]() | ',' is not followed by whitespace. | 175 |
![]() | Line is longer than 120 characters. | 176 |
![]() | ',' is not followed by whitespace. | 176 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | Line is longer than 120 characters. | 179 |
![]() | ',' is not followed by whitespace. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Line is longer than 120 characters. | 183 |
![]() | '+' is not preceded with whitespace. | 183 |
![]() | '+' is not followed by whitespace. | 183 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | Line has trailing spaces. | 185 |
![]() | '=' is not preceded with whitespace. | 187 |
![]() | '=' is not followed by whitespace. | 187 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | ':' is not preceded with whitespace. | 189 |
![]() | '{' is not preceded with whitespace. | 189 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | ',' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' is not followed by whitespace. | 190 |
![]() | '+' is not preceded with whitespace. | 190 |
![]() | '+' should be on a new line. | 190 |
![]() | Line has trailing spaces. | 191 |
![]() | Line is longer than 120 characters. | 191 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | '+' is not followed by whitespace. | 191 |
![]() | '+' is not preceded with whitespace. | 191 |
![]() | ',' is not followed by whitespace. | 191 |
![]() | Line has trailing spaces. | 195 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | '+' is not preceded with whitespace. | 196 |
![]() | '+' is not followed by whitespace. | 196 |
![]() | ',' is not followed by whitespace. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 200 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | '+' is not preceded with whitespace. | 201 |
![]() | '+' is not followed by whitespace. | 201 |
![]() | ',' is not followed by whitespace. | 201 |
![]() | Line has trailing spaces. | 202 |
![]() | Line has trailing spaces. | 203 |
![]() | Line has trailing spaces. | 204 |
![]() | Line has trailing spaces. | 207 |
![]() | Line has trailing spaces. | 209 |
![]() | Line is longer than 120 characters. | 209 |
![]() | '+' is not preceded with whitespace. | 209 |
![]() | '+' is not followed by whitespace. | 209 |
![]() | ',' is not followed by whitespace. | 209 |
![]() | ',' is not followed by whitespace. | 209 |
![]() | ',' is not followed by whitespace. | 209 |
![]() | Line has trailing spaces. | 211 |
![]() | Line is longer than 120 characters. | 213 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' is not followed by whitespace. | 213 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' is not followed by whitespace. | 213 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | '+' is not followed by whitespace. | 213 |
![]() | '+' is not preceded with whitespace. | 213 |
![]() | ',' is not followed by whitespace. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' is not followed by whitespace. | 215 |
![]() | '+' is not preceded with whitespace. | 215 |
![]() | '+' is not followed by whitespace. | 215 |
![]() | ',' is not followed by whitespace. | 215 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 217 |
![]() | '=' is not preceded with whitespace. | 218 |
![]() | '=' is not followed by whitespace. | 218 |
![]() | '=' is not preceded with whitespace. | 219 |
![]() | '=' is not followed by whitespace. | 219 |
![]() | ':' is not preceded with whitespace. | 220 |
![]() | '{' is not preceded with whitespace. | 220 |
![]() | Line is longer than 120 characters. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | ',' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | '+' is not followed by whitespace. | 221 |
![]() | '+' is not preceded with whitespace. | 221 |
![]() | ',' is not followed by whitespace. | 221 |
![]() | Line is longer than 120 characters. | 222 |
![]() | '+' is not preceded with whitespace. | 222 |
![]() | '+' is not followed by whitespace. | 222 |
![]() | '+' is not preceded with whitespace. | 222 |
![]() | '+' is not followed by whitespace. | 222 |
![]() | '+' is not preceded with whitespace. | 222 |
![]() | ',' is not followed by whitespace. | 222 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Line has trailing spaces. | 227 |
![]() | Line is longer than 120 characters. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | '+' is not preceded with whitespace. | 228 |
![]() | '+' is not followed by whitespace. | 228 |
![]() | ',' is not followed by whitespace. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Line has trailing spaces. | 232 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | '+' is not preceded with whitespace. | 233 |
![]() | '+' is not followed by whitespace. | 233 |
![]() | ',' is not followed by whitespace. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line has trailing spaces. | 238 |
![]() | Line has trailing spaces. | 239 |
![]() | Line has trailing spaces. | 240 |
![]() | Line has trailing spaces. | 241 |
![]() | Line is longer than 120 characters. | 241 |
![]() | '+' is not preceded with whitespace. | 241 |
![]() | '+' is not followed by whitespace. | 241 |
![]() | ',' is not followed by whitespace. | 241 |
![]() | ',' is not followed by whitespace. | 241 |
![]() | ',' is not followed by whitespace. | 241 |
![]() | Line has trailing spaces. | 243 |
![]() | '=' is not preceded with whitespace. | 244 |
![]() | '=' is not followed by whitespace. | 244 |
![]() | '=' is not preceded with whitespace. | 245 |
![]() | '=' is not followed by whitespace. | 245 |
![]() | Line has trailing spaces. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | '=' is not preceded with whitespace. | 247 |
![]() | '=' is not followed by whitespace. | 247 |
![]() | ':' is not preceded with whitespace. | 248 |
![]() | '{' is not preceded with whitespace. | 248 |
![]() | Line is longer than 120 characters. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | ',' is not followed by whitespace. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | '+' is not followed by whitespace. | 249 |
![]() | '+' is not preceded with whitespace. | 249 |
![]() | ',' is not followed by whitespace. | 249 |
![]() | Line is longer than 120 characters. | 250 |
![]() | '+' is not preceded with whitespace. | 250 |
![]() | '+' is not followed by whitespace. | 250 |
![]() | '+' is not preceded with whitespace. | 250 |
![]() | '+' is not followed by whitespace. | 250 |
![]() | '+' is not preceded with whitespace. | 250 |
![]() | '+' is not followed by whitespace. | 250 |
![]() | ',' is not followed by whitespace. | 250 |
![]() | Line is longer than 120 characters. | 251 |
![]() | '+' is not preceded with whitespace. | 251 |
![]() | '+' is not followed by whitespace. | 251 |
![]() | '+' is not preceded with whitespace. | 251 |
![]() | '+' is not followed by whitespace. | 251 |
![]() | '+' is not preceded with whitespace. | 251 |
![]() | '+' is not followed by whitespace. | 251 |
![]() | ',' is not followed by whitespace. | 251 |
![]() | Line is longer than 120 characters. | 254 |
![]() | Line is longer than 120 characters. | 255 |
![]() | Line is longer than 120 characters. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | '+' is not followed by whitespace. | 258 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | '+' is not followed by whitespace. | 258 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | '+' is not followed by whitespace. | 258 |
![]() | '+' is not followed by whitespace. | 258 |
![]() | '+' is not preceded with whitespace. | 258 |
![]() | ',' is not followed by whitespace. | 258 |
![]() | Line is longer than 120 characters. | 259 |
![]() | '+' is not preceded with whitespace. | 259 |
![]() | '+' is not followed by whitespace. | 259 |
![]() | ',' is not followed by whitespace. | 259 |
![]() | ',' is not followed by whitespace. | 259 |
![]() | ',' is not followed by whitespace. | 259 |
![]() | ',' is not followed by whitespace. | 260 |
![]() | ',' is not followed by whitespace. | 262 |
![]() | ',' is not followed by whitespace. | 262 |
![]() | ',' is not followed by whitespace. | 262 |
![]() | ',' is not followed by whitespace. | 263 |
![]() | Line has trailing spaces. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Line is longer than 120 characters. | 267 |
![]() | Line is longer than 120 characters. | 268 |
![]() | Line is longer than 120 characters. | 269 |
![]() | Line has trailing spaces. | 270 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not followed by whitespace. | 271 |
![]() | '+' is not preceded with whitespace. | 271 |
![]() | ',' is not followed by whitespace. | 271 |
![]() | Line is longer than 120 characters. | 272 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' is not followed by whitespace. | 272 |
![]() | ',' is not followed by whitespace. | 272 |
![]() | ',' is not followed by whitespace. | 272 |
![]() | ',' is not followed by whitespace. | 272 |
![]() | ',' is not followed by whitespace. | 273 |
![]() | ',' is not followed by whitespace. | 275 |
![]() | ',' is not followed by whitespace. | 275 |
![]() | ',' is not followed by whitespace. | 275 |
![]() | ',' is not followed by whitespace. | 276 |
![]() | Line has trailing spaces. | 277 |
![]() | Line has trailing spaces. | 279 |
![]() | Line has trailing spaces. | 285 |
![]() | Line has trailing spaces. | 286 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Parameter params should be final. | 287 |
![]() | '{' is not preceded with whitespace. | 287 |
![]() | Line has trailing spaces. | 288 |
![]() | Line has trailing spaces. | 291 |
![]() | Line has trailing spaces. | 295 |
![]() | Line has trailing spaces. | 298 |
![]() | Line is longer than 120 characters. | 299 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' is not followed by whitespace. | 299 |
![]() | '+' is not preceded with whitespace. | 299 |
![]() | '+' is not followed by whitespace. | 299 |
![]() | ',' is not followed by whitespace. | 299 |
![]() | ',' is not followed by whitespace. | 304 |
![]() | ',' is not followed by whitespace. | 304 |
![]() | ',' is not followed by whitespace. | 304 |
![]() | ',' is not followed by whitespace. | 305 |
![]() | ',' is not followed by whitespace. | 307 |
![]() | ',' is not followed by whitespace. | 307 |
![]() | ',' is not followed by whitespace. | 307 |
![]() | ',' is not followed by whitespace. | 308 |
![]() | Line has trailing spaces. | 311 |
![]() | '+' is not preceded with whitespace. | 313 |
![]() | '+' is not followed by whitespace. | 313 |
![]() | ',' is not followed by whitespace. | 313 |
![]() | Line has trailing spaces. | 314 |
![]() | '{' is not preceded with whitespace. | 315 |
![]() | Line is longer than 120 characters. | 317 |
![]() | '+' is not preceded with whitespace. | 317 |
![]() | '+' is not followed by whitespace. | 317 |
![]() | ',' is not followed by whitespace. | 317 |
![]() | Line has trailing spaces. | 319 |
![]() | Line has trailing spaces. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter params should be final. | 323 |
![]() | '{' is not preceded with whitespace. | 323 |
![]() | Line has trailing spaces. | 324 |
![]() | Line is longer than 120 characters. | 327 |
![]() | ',' is not followed by whitespace. | 327 |
![]() | Line is longer than 120 characters. | 329 |
![]() | ',' is not followed by whitespace. | 329 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' is not followed by whitespace. | 331 |
![]() | '+' is not preceded with whitespace. | 331 |
![]() | '+' should be on a new line. | 331 |
![]() | '+' is not preceded with whitespace. | 332 |
![]() | '+' is not followed by whitespace. | 332 |
![]() | ',' is not followed by whitespace. | 332 |
![]() | Line is longer than 120 characters. | 334 |
![]() | ',' is not followed by whitespace. | 334 |
![]() | Line has trailing spaces. | 335 |
![]() | Line has trailing spaces. | 337 |
![]() | Line has trailing spaces. | 340 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Parameter logoFile should be final. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line has trailing spaces. | 345 |
![]() | Line has trailing spaces. | 348 |
![]() | Line has trailing spaces. | 351 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Parameter tittle should be final. | 352 |
![]() | '{' is not preceded with whitespace. | 352 |
![]() | Line has trailing spaces. | 353 |
![]() | ',' is not followed by whitespace. | 354 |
![]() | ',' is not followed by whitespace. | 356 |
![]() | Line has trailing spaces. | 360 |
![]() | Line is longer than 120 characters. | 361 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Parameter params should be final. | 361 |
![]() | '{' is not preceded with whitespace. | 361 |
![]() | Line has trailing spaces. | 362 |
![]() | Line has trailing spaces. | 364 |
![]() | Line is longer than 120 characters. | 365 |
![]() | '+' is not preceded with whitespace. | 365 |
![]() | '+' is not followed by whitespace. | 365 |
![]() | '(' is followed by whitespace. | 365 |
![]() | ',' is not followed by whitespace. | 365 |
![]() | Line has trailing spaces. | 366 |
![]() | Line has trailing spaces. | 367 |
![]() | Line has trailing spaces. | 370 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Parameter paragraph should be final. | 371 |
![]() | Parameter number should be final. | 371 |
![]() | '(' is followed by whitespace. | 373 |
![]() | Line has trailing spaces. | 376 |
![]() | Line has trailing spaces. | 377 |
![]() | Line has trailing spaces. | 378 |
![]() | Line has trailing spaces. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Parameter group should be final. | 380 |
![]() | Line has trailing spaces. | 381 |
![]() | Line has trailing spaces. | 383 |
![]() | Line has trailing spaces. | 389 |
![]() | ':' is not preceded with whitespace. | 391 |
![]() | ':' is not followed by whitespace. | 391 |
![]() | '{' is not preceded with whitespace. | 391 |
![]() | Line has trailing spaces. | 394 |
![]() | '}' should be on the same line. | 397 |
![]() | Line has trailing spaces. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Parameter group should be final. | 403 |
![]() | Parameter params should be final. | 403 |
![]() | ',' is not followed by whitespace. | 403 |
![]() | Parameter type should be final. | 403 |
![]() | Line has trailing spaces. | 404 |
![]() | Line has trailing spaces. | 409 |
![]() | ',' is not followed by whitespace. | 412 |
![]() | ',' is not followed by whitespace. | 416 |
![]() | '}' should be on the same line. | 418 |
![]() | ',' is not followed by whitespace. | 422 |
![]() | ',' is not followed by whitespace. | 424 |
![]() | '}' should be on the same line. | 427 |
![]() | '{' is not preceded with whitespace. | 432 |
![]() | ',' is not followed by whitespace. | 433 |
![]() | Line has trailing spaces. | 435 |
![]() | '}' should be on the same line. | 437 |
![]() | Line has trailing spaces. | 442 |
![]() | Missing a Javadoc comment. | 443 |
![]() | Parameter group should be final. | 443 |
![]() | Parameter params should be final. | 443 |
![]() | ',' is not followed by whitespace. | 443 |
![]() | Parameter type should be final. | 443 |
![]() | Line has trailing spaces. | 444 |
![]() | Line has trailing spaces. | 446 |
![]() | Line has trailing spaces. | 449 |
![]() | Line has trailing spaces. | 454 |
![]() | '=' is not preceded with whitespace. | 458 |
![]() | '=' is not followed by whitespace. | 458 |
![]() | ':' is not preceded with whitespace. | 459 |
![]() | ':' is not followed by whitespace. | 459 |
![]() | '{' is not preceded with whitespace. | 459 |
![]() | '{' is not followed by whitespace. | 459 |
![]() | Line is longer than 120 characters. | 460 |
![]() | ',' is not followed by whitespace. | 460 |
![]() | ',' is not followed by whitespace. | 460 |
![]() | switch without "default" clause. | 461 |
![]() | '{' is not preceded with whitespace. | 461 |
![]() | '{' is not preceded with whitespace. | 462 |
![]() | Avoid nested blocks. | 462 |
![]() | Line is longer than 120 characters. | 502 |
![]() | '{' is not preceded with whitespace. | 503 |
![]() | Line has trailing spaces. | 504 |
![]() | '{' is not preceded with whitespace. | 505 |
![]() | '{' is not preceded with whitespace. | 506 |
![]() | Avoid nested blocks. | 506 |
![]() | Line has trailing spaces. | 507 |
![]() | Line is longer than 120 characters. | 507 |
![]() | Line is longer than 120 characters. | 508 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' is not followed by whitespace. | 508 |
![]() | '+' is not preceded with whitespace. | 508 |
![]() | '+' is not followed by whitespace. | 508 |
![]() | 'else' is not preceded with whitespace. | 509 |
![]() | '}' is not followed by whitespace. | 509 |
![]() | 'else' is not followed by whitespace. | 509 |
![]() | '{' is not preceded with whitespace. | 509 |
![]() | Line has trailing spaces. | 513 |
![]() | '{' is not preceded with whitespace. | 516 |
![]() | Avoid nested blocks. | 516 |
![]() | Line has trailing spaces. | 521 |
![]() | '}' should be on the same line. | 523 |
![]() | 'else' is not followed by whitespace. | 524 |
![]() | '{' is not preceded with whitespace. | 524 |
![]() | Line has trailing spaces. | 527 |
![]() | '}' should be on the same line. | 528 |
![]() | '}' should be on the same line. | 535 |
![]() | Line has trailing spaces. | 539 |
![]() | '}' should be on the same line. | 541 |
![]() | Line has trailing spaces. | 547 |
![]() | Line is longer than 120 characters. | 548 |
![]() | Missing a Javadoc comment. | 548 |
![]() | 'public' modifier out of order with the JLS suggestions. | 548 |
![]() | Parameter filename should be final. | 548 |
![]() | Parameter productOffer should be final. | 548 |
![]() | Redundant throws: 'NullArgumentException' is unchecked exception. | 548 |
![]() | Line has trailing spaces. | 549 |
![]() | Line has trailing spaces. | 551 |
![]() | Line has trailing spaces. | 554 |
![]() | Line has trailing spaces. | 555 |
![]() | Line is longer than 120 characters. | 556 |
![]() | '+' is not preceded with whitespace. | 556 |
![]() | '+' is not followed by whitespace. | 556 |
![]() | '(' is followed by whitespace. | 556 |
![]() | ',' is not followed by whitespace. | 556 |
![]() | Line has trailing spaces. | 557 |
![]() | Line has trailing spaces. | 558 |
![]() | '{' is not preceded with whitespace. | 561 |
![]() | Line has trailing spaces. | 564 |
![]() | Missing a Javadoc comment. | 569 |
![]() | 'private' modifier out of order with the JLS suggestions. | 569 |
![]() | Parameter productOffer should be final. | 569 |
![]() | Redundant throws: 'NullArgumentException' is unchecked exception. | 569 |
![]() | '{' is not preceded with whitespace. | 569 |
![]() | '{' is not preceded with whitespace. | 571 |
![]() | Line has trailing spaces. | 574 |
![]() | '=' is not followed by whitespace. | 575 |
![]() | Line has trailing spaces. | 576 |
![]() | Line has trailing spaces. | 578 |
![]() | '}' should be on the same line. | 603 |
![]() | Line has trailing spaces. | 607 |
![]() | Line has trailing spaces. | 610 |
![]() | Missing a Javadoc comment. | 612 |
![]() | 'public' modifier out of order with the JLS suggestions. | 612 |
![]() | Parameter filename should be final. | 612 |
![]() | Line has trailing spaces. | 615 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | '+' is not preceded with whitespace. | 74 |
![]() | '+' is not followed by whitespace. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter type should be final. | 76 |
![]() | Parameter parameters should be final. | 76 |
![]() | Parameter filename should be final. | 76 |
![]() | Line has trailing spaces. | 81 |
![]() | '}' should be on the same line. | 84 |
![]() | '}' should be on the same line. | 88 |
![]() | '}' should be on the same line. | 92 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter type should be final. | 99 |
![]() | '{' is not preceded with whitespace. | 102 |
![]() | '}' should be on the same line. | 104 |
![]() | '{' is not preceded with whitespace. | 105 |
![]() | '}' should be on the same line. | 107 |
![]() | '{' is not preceded with whitespace. | 108 |
![]() | '}' should be on the same line. | 110 |
![]() | '{' is not preceded with whitespace. | 111 |
![]() | '}' should be on the same line. | 113 |
![]() | 'else' is not followed by whitespace. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter report should be final. | 121 |
![]() | Parameter parameters should be final. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'parameters' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter name should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter format should be final. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter parameters should be final. | 77 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter name should be final. | 81 |
![]() | 'name' hides a field. | 81 |
![]() | Parameter value should be final. | 81 |
![]() | 'if' construct must use '{}'s. | 82 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter messageNoInfo should be final. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | 'for' construct must use '{}'s. | 101 |
![]() | 'name' hides a field. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'method' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter method should be final. | 47 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'title' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'author' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'type' must be private and have accessor methods. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'groups' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '{' is not preceded with whitespace. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter type should be final. | 64 |
![]() | '{' is not preceded with whitespace. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter title should be final. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter author should be final. | 80 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter groups should be final. | 88 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter reportXml should be final. | 92 |
![]() | '}' should be on the same line. | 109 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter filename should be final. | 119 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter fileName should be final. | 139 |
![]() | '}' should be on the same line. | 147 |
![]() | Missing a Javadoc comment. | 155 |
![]() | 'for' construct must use '{}'s. | 158 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter type should be final. | 168 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'queries' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter queries should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter query should be final. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter specXml should be final. | 69 |
![]() | '}' should be on the same line. | 86 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter filename should be final. | 94 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter fileName should be final. | 114 |
![]() | '}' should be on the same line. | 122 |
![]() | Missing a Javadoc comment. | 130 |
![]() | 'for' construct must use '{}'s. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Line has trailing spaces. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Line is longer than 120 characters. | 197 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 120 characters. | 205 |
![]() | Line is longer than 120 characters. | 206 |
![]() | Line is longer than 120 characters. | 207 |
![]() | Line is longer than 120 characters. | 208 |
![]() | Line is longer than 120 characters. | 209 |
![]() | Line is longer than 120 characters. | 210 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Line has trailing spaces. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Line has trailing spaces. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Line has trailing spaces. | 235 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter name should be final. | 55 |
![]() | Parameter value should be final. | 55 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter key should be final. | 67 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line has trailing spaces. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'localFileName' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'urlFileName' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter localFileName should be final. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter urlFileName should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter value should be final. | 62 |
![]() | Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'DayOfWeek' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'TimePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter dayOfWeek should be final. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter timePeriod should be final. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'description' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'mechanismType' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'periodicity' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'estimatedTime' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter description should be final. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter mechanismType should be final. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter periodicity should be final. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter estimatedTime should be final. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'mechanisms' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter mechanisms should be final. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter mechanism should be final. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter messageStr should be final. | 76 |
![]() | '}' should be on the same line. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'ContentName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'ContentDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter name should be final. | 44 |
![]() | Parameter description should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter contentName should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter contentDescription should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter value should be final. | 62 |
![]() | Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter value should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'precision' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'value' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'unit' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter precision should be final. | 47 |
![]() | Parameter value should be final. | 47 |
![]() | Parameter unit should be final. | 47 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter precision should be final. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter value should be final. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter unit should be final. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | 'if' construct must use '{}'s. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter parameters should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter securityLevel should be final. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter messageStr should be final. | 98 |
![]() | '}' should be on the same line. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'ParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'ParameterUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'DataCollectionInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'AggregationInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter ParameterName should be final. | 46 |
![]() | Name 'ParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter ParameterUnit should be final. | 46 |
![]() | Name 'ParameterUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter dataCollectionInterval should be final. | 46 |
![]() | Parameter aggregationInterval should be final. | 47 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter parameterName should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter parameterUnit should be final. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter dataCollectionInterval should be final. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter aggregationInterval should be final. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter value should be final. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'if' construct must use '{}'s. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'ReportDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'ReportFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'ReportType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'ReportMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'ReportFrecuency' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'DeliveryFrecuency' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'DeliveryMechanism' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'ReportContents' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter reportDescription should be final. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter reportFormat should be final. | 79 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter reportType should be final. | 87 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter reportMethod should be final. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter reportFrequency should be final. | 103 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter deliveryFrequency should be final. | 111 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter deliveryMechanism should be final. | 119 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter reportContents should be final. | 127 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter content should be final. | 131 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter messageStr should be final. | 164 |
![]() | '}' should be on the same line. | 191 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter value should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter unit should be final. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter unit should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter value should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'ResponseTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'ResolutionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter severityLevelName should be final. | 46 |
![]() | Parameter severityLevelDescription should be final. | 46 |
![]() | Parameter responseTime should be final. | 46 |
![]() | Parameter resolutionTime should be final. | 47 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter severityLevelName should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter severityLevelDescription should be final. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter responseTime should be final. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter resolutionTime should be final. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Name 'PhoneNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'AvailablePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter phoneNumber should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter availablePeriod should be final. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter messageStr should be final. | 87 |
![]() | '}' should be on the same line. | 102 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'NotificationMedia' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'SeverityLevels' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter notificationMedia should be final. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter securityLevels should be final. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter securityLevel should be final. | 70 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter messageStr should be final. | 105 |
![]() | '}' should be on the same line. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'InitTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'FinishTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter init should be final. | 43 |
![]() | Parameter finish should be final. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter initTime should be final. | 52 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter finishTime should be final. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'distributionMethod' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'instalationDescription' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'frequency' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter distributionMethod should be final. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter instalationDescription should be final. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter frequency should be final. | 63 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter messageStr should be final. | 94 |
![]() | '}' should be on the same line. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Utility classes should not have a public or default constructor. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter year should be final. | 52 |
![]() | Parameter month should be final. | 52 |
![]() | Parameter day should be final. | 52 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter year should be final. | 58 |
![]() | Parameter month should be final. | 58 |
![]() | Parameter day should be final. | 58 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter year should be final. | 77 |
![]() | Parameter month should be final. | 77 |
![]() | Parameter day should be final. | 77 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter year should be final. | 95 |
![]() | Parameter month should be final. | 95 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter year should be final. | 116 |
![]() | Parameter month should be final. | 116 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Got an exception - java.lang.IllegalArgumentException: the name [email] is not a valid Javadoc tag name | 0 |
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 120 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line has trailing spaces. | 174 |
![]() | Line contains a tab character. | 177 |
![]() | Line has trailing spaces. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line has trailing spaces. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line has trailing spaces. | 187 |
![]() | Line contains a tab character. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line has trailing spaces. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line has trailing spaces. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line has trailing spaces. | 205 |
![]() | Line contains a tab character. | 205 |