The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MultipleVariableDeclarations | 1 | ![]() |
OverloadMethodsDeclarationOrder | 1 | ![]() | |
imports | CustomImportOrder
|
126 | ![]() |
indentation | Indentation
|
41 | ![]() |
javadoc | JavadocMethod
|
12 | ![]() |
JavadocParagraph | 33 | ![]() | |
NonEmptyAtclauseDescription | 7 | ![]() | |
modifier | ModifierOrder | 2 | ![]() |
naming | AbbreviationAsWordInName
|
3 | ![]() |
LocalVariableName
|
5 | ![]() | |
MemberName
|
1 | ![]() | |
ParameterName
|
55 | ![]() | |
sizes | LineLength
|
24 | ![]() |
whitespace | EmptyLineSeparator
|
31 | ![]() |
OperatorWrap
|
1 | ![]() | |
WhitespaceAround
|
44 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | 'java.lang.reflect.Constructor'should be separated from previous import group. | 15 |
![]() |
imports | CustomImportOrder | 'org.slf4j.Logger'should be separated from previous import group. | 22 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 60 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 89 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 117 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 127 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 131 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 137 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 151 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 19 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 20 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 21 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
![]() |
naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | 'java.text.DecimalFormat'should be separated from previous import group. | 16 |
![]() |
imports | CustomImportOrder | 'org.slf4j.Logger'should be separated from previous import group. | 20 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 208 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 209 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 210 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 211 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 212 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 213 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 214 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 215 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 216 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 217 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 218 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 219 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 220 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 222 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 223 |
![]() |
indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 223 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.ForwardingBlockingQueue' import. | 20 |
![]() |
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 29 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 93 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 82 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 106 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 123 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 166 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 405 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 36 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 37 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 38 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 39 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 40 |
![]() |
indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 40 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 41 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 42 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.concepts.AbstractObjectRegistration'should be separated from previous import group. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 86 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 137 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 138 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 139 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 140 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 141 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 142 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 143 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 144 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 145 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 146 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 147 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 148 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 37 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 195 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 196 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 197 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
![]() |
indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 409 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 432 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 524 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 539 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 546 |
![]() |
whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 592 |
![]() |
coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 592 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
![]() |
indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 16. | 38 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '72'. | 105 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Strings' import. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 32 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 37 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 26 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 32 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 25 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 53 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 167 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 207 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 27 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 38 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 43 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 174 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 20 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 23 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 26 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 70 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 73 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 75 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 85 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 88 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 25 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 29 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 35 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 104 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 118 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 122 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 148 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 153 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 172 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 181 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 193 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 204 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 211 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 280 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 293 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 297 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 299 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 310 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 315 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 320 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 345 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 351 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 357 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 366 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 384 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 400 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 406 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 413 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 421 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 32 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 29 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 35 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 38 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 88 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 91 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 201). | 27 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 30 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 36 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 43 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 50 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 59 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 69 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 79 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
![]() |
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
![]() |
naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |