The following document contains the results of Checkstyle 8.16 with checkstyle.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyCatchBlock
|
1 | Warning |
RightCurly
|
5 | Warning | |
RightCurly
|
5 | Warning | |
coding | MultipleVariableDeclarations | 1 | Warning |
NoFinalizer | 1 | Warning | |
OverloadMethodsDeclarationOrder | 12 | Warning | |
VariableDeclarationUsageDistance | 5 | Warning | |
indentation | CommentsIndentation | 1 | Warning |
Indentation
|
6 | Warning | |
javadoc | AtclauseOrder
|
1 | Warning |
JavadocMethod
|
201 | Warning | |
JavadocParagraph | 24 | Warning | |
JavadocTagContinuationIndentation | 2 | Warning | |
NonEmptyAtclauseDescription | 10 | Warning | |
SingleLineJavadoc
|
3 | Warning | |
SummaryJavadoc
|
312 | Warning | |
modifier | ModifierOrder | 1 | Warning |
naming | AbbreviationAsWordInName
|
107 | Warning |
LocalVariableName
|
2 | Warning | |
MemberName
|
3 | Warning | |
MethodName
|
82 | Warning | |
ParameterName
|
1 | Warning | |
sizes | LineLength
|
314 | Warning |
whitespace | EmptyLineSeparator
|
3 | Warning |
NoWhitespaceBefore
|
2 | Warning | |
OperatorWrap
|
3 | Warning | |
WhitespaceAround
|
2 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 72 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 78 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 78 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 78 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 224 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 369 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '328'. | 376 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 82 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 89 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 341 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 356 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 440 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '356'. | 458 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 463 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 466 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '244'. | 475 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 189). | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 117 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 180 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 192 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 254 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 321 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 341 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 398 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 473 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 488 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 628 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 646 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 649 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 49 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 50 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 59 |
Warning | javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 60 |
Warning | whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 64 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 81 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 86 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 88 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 117 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 140 |
Warning | indentation | Indentation | '(' has incorrect indentation level 10, expected level should be 12. | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 169 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLConfigBuilder' must contain no more than '2' consecutive capital letters. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 134 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 188 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 227 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 244 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 245 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 261 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 373 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 378 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 384 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLIncludeTransformer' must contain no more than '2' consecutive capital letters. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLMapperBuilder' must contain no more than '2' consecutive capital letters. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 192 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 191). | 235 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 256 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 286 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 320 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 331 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 334 |
Warning | indentation | Indentation | 'processNestedResultMappings' has incorrect indentation level 6, expected level should be 8. | 382 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 388 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 223). | 392 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 395 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLMapperEntityResolver' must contain no more than '2' consecutive capital letters. | 33 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLStatementBuilder' must contain no more than '2' consecutive capital letters. | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 49 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'flushCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'useCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 68 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'resultOrdered' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 97 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 128 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 141 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 91 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 181). | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'next' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'PREFIX' must contain no more than '2' consecutive capital letters. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 84 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 153 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 278 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 322 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 370 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 397 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 491 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 512 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 518 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 572 |
Warning | coding | NoFinalizer | Avoid using finalizer method. | 588 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 195 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 133 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 182 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 276 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 279 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 303 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 182). | 320 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 88 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 80 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 92 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 61 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 188 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 201 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 188). | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 180). | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 304 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 309 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 54 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 196). | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 60 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 210). | 103 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 113 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 162 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 169 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 172 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 185 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 45 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 196). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 210). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 117 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 137 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 166 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 174 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 189 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 45 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 65 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 120 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 156 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 289 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 294 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 176). | 322 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 333 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 334 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 341 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 347 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 184). | 359 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 368 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 427 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 441 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 453 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 462 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 476 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 501 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 516 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 537 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 548 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 549 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 566 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 587 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 597 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 606 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 614 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 623 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 624 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 176). | 650 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 198). | 665 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 692 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 705 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 723 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 727 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 731 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 733 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 739 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 745 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 749 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 755 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 767 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 152). | 775 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 785 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 816 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 816 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 836 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 195). | 853 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 888 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '395'. | 888 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 907 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 927 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 959 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 977 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 999 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 187). | 1049 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 1072 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 1131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 82 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 107 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 108 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. | 45 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '77'. | 111 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. | 138 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '56'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '100'. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DefaultVFS' must contain no more than '2' consecutive capital letters. | 42 |
Warning | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 68 |
Warning | blocks | RightCurly | '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 87 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 14. | 127 |
Warning | indentation | Indentation | 'if' child has incorrect indentation level 18, expected level should be 16. | 131 |
Warning | blocks | RightCurly | '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 135 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
Warning | blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 247 |
Warning | blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 260 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JBoss6VFS' must contain no more than '2' consecutive capital letters. | 33 |
Warning | whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 39 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFS' must contain no more than '2' consecutive capital letters. | 68 |
Warning | javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getResourceURL' must contain no more than '2' consecutive capital letters. | 71 |
Warning | indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 73 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'getResourceURL' must contain no more than '2' consecutive capital letters. | 84 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 208 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFS' must contain no more than '2' consecutive capital letters. | 35 |
Warning | javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 41 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFSHolder' must contain no more than '2' consecutive capital letters. | 45 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'createVFS' must contain no more than '2' consecutive capital letters. | 49 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
Warning | indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 6, 4, indentation should be the same level as line 104, 106. | 105 |
Warning | javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AbstractSQL' must contain no more than '2' consecutive capital letters. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'UPDATE' must contain no more than '2' consecutive capital letters. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | naming | MethodName | Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. | 45 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 45 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. | 53 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 53 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INSERT_INTO' must contain no more than '2' consecutive capital letters. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | naming | MethodName | Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 58 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VALUES' must contain no more than '2' consecutive capital letters. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | naming | MethodName | Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 64 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 70 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_COLUMNS' must contain no more than '2' consecutive capital letters. | 73 |
Warning | naming | MethodName | Method name 'INTO_COLUMNS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 73 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 78 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_VALUES' must contain no more than '2' consecutive capital letters. | 81 |
Warning | naming | MethodName | Method name 'INTO_VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 81 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. | 87 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 96 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. | 102 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 108 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. | 111 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 111 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DELETE_FROM' must contain no more than '2' consecutive capital letters. | 117 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
Warning | naming | MethodName | Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 117 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. | 123 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 123 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 128 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. | 131 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 131 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. | 136 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 136 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. | 144 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 144 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. | 149 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 149 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 154 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. | 157 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 157 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 162 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 162 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 167 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 170 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 170 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 175 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 175 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 180 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 183 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 183 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 188 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 188 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 193 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 196 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 196 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. | 201 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 201 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 207 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. | 210 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 210 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 216 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. | 221 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 221 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. | 226 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 226 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 231 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. | 234 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 234 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. | 239 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 239 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 245 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. | 248 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 248 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. | 254 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 254 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 259 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. | 262 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 262 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '2' consecutive capital letters. | 275 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 275 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '2' consecutive capital letters. | 289 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 289 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '2' consecutive capital letters. | 301 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 301 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '2' consecutive capital letters. | 315 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 315 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '2' consecutive capital letters. | 327 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 327 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '2' consecutive capital letters. | 341 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 341 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '2' consecutive capital letters. | 353 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 353 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '2' consecutive capital letters. | 367 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 367 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ADD_ROW' must contain no more than '2' consecutive capital letters. | 376 |
Warning | naming | MethodName | Method name 'ADD_ROW' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 376 |
Warning | naming | MemberName | Member name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 398 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQLStatement' must contain no more than '2' consecutive capital letters. | 424 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'selectSQL' must contain no more than '2' consecutive capital letters. | 512 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'insertSQL' must contain no more than '2' consecutive capital letters. | 537 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'deleteSQL' must contain no more than '2' consecutive capital letters. | 546 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'updateSQL' must contain no more than '2' consecutive capital letters. | 553 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 39 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 80 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 154 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '68'. | 166 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'BEGIN' must contain no more than '2' consecutive capital letters. | 36 |
Warning | naming | MethodName | Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 36 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RESET' must contain no more than '2' consecutive capital letters. | 40 |
Warning | naming | MethodName | Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 40 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. | 44 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 44 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. | 48 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 48 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. | 52 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. | 56 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 56 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. | 60 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 60 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 64 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 64 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 68 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 68 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 72 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 72 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. | 76 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 76 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 80 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. | 84 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 84 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. | 88 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 88 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. | 92 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 92 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 96 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. | 100 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Warning | naming | MethodName | Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'BEGIN' must contain no more than '2' consecutive capital letters. | 35 |
Warning | naming | MethodName | Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RESET' must contain no more than '2' consecutive capital letters. | 39 |
Warning | naming | MethodName | Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'UPDATE' must contain no more than '2' consecutive capital letters. | 43 |
Warning | naming | MethodName | Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 43 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. | 47 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | naming | MethodName | Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 51 |
Warning | indentation | Indentation | 'finally' child has incorrect indentation level 8, expected level should be 6. | 55 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INSERT_INTO' must contain no more than '2' consecutive capital letters. | 59 |
Warning | naming | MethodName | Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VALUES' must contain no more than '2' consecutive capital letters. | 63 |
Warning | naming | MethodName | Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. | 67 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. | 71 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DELETE_FROM' must contain no more than '2' consecutive capital letters. | 75 |
Warning | naming | MethodName | Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 75 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. | 79 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 79 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. | 83 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 83 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. | 87 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 91 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 91 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 95 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 95 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. | 99 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 99 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. | 103 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 103 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 107 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. | 111 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 111 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. | 115 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 115 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. | 119 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 119 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. | 123 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 194 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 175). | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 177 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 288 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 296 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 128 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 147 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 150 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 273 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '46'. | 91 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '81'. | 96 |
Warning | naming | LocalVariableName | Local variable name '_method' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 119 |
Warning | naming | LocalVariableName | Local variable name '_field' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 124 |
Warning | blocks | EmptyCatchBlock | Empty catch block. | 129 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 144). | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 183). | 128 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 265 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 362 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 178). | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 54 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 96 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 145 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 172 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 196 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 252 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 71 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 152 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 155 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 171). | 185 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | AtclauseOrder | Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 46 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LANGUAGE_DRIVER_MAP' must contain no more than '2' consecutive capital letters. | 26 |
Warning | naming | MemberName | Member name 'LANGUAGE_DRIVER_MAP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'oldContext' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLLanguageDriver' must contain no more than '2' consecutive capital letters. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XMLScriptBuilder' must contain no more than '2' consecutive capital letters. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 179 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 42 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 98 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 122 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 153 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 333 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 340 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 359 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 422 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 429 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 436 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 443 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 502 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 533 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 544 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 555 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 566 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 578 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 578 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 579 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 584 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 584 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 586 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 192). | 591 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 592 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 601 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 659 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 751 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 790 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 861 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 877 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 931 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 931 |
Warning | modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 974 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 46 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 83 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 92 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 101 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 105 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'TYPE_CODE' must contain no more than '2' consecutive capital letters. | 72 |
Warning | naming | MemberName | Member name 'TYPE_CODE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 157 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 170 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 334 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '435'. | 463 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 463 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 477 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |