The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
3 | ![]() |
javadoc | JavadocMethod
|
4 | ![]() |
NonEmptyAtclauseDescription | 3 | ![]() | |
modifier | ModifierOrder | 3 | ![]() |
naming | LocalVariableName
|
3 | ![]() |
ParameterName
|
2 | ![]() | |
sizes | LineLength
|
1 | ![]() |
whitespace | EmptyLineSeparator
|
2 | ![]() |
WhitespaceAround
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 207 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 |
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. | 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 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 44 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 55 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
naming | LocalVariableName | Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 134 |
![]() |
naming | LocalVariableName | Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
naming | LocalVariableName | Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |