Checkstyle Results
The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
Summary
| Files |
Info |
Warnings |
Errors |
| 1 |
0 |
21 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| imports |
UnusedImports |
1 |
Warning |
| naming |
LocalVariableName
- format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
- allowOneCharVarInForLoop: "true"
- tokens: "VARIABLE_DEF"
|
8 |
Warning |
|
ParameterName
- format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
|
2 |
Warning |
| sizes |
LineLength
- max: "120"
- ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
|
9 |
Warning |
| whitespace |
OperatorWrap
- tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
- option: "NL"
|
1 |
Warning |
Details
| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
UnusedImports |
Unused import - org.junit.BeforeClass. |
26 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
35 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
41 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
47 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 202). |
48 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 174). |
49 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
56 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
66 |
Warning |
naming |
ParameterName |
Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
74 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 152). |
77 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
78 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
83 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
90 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
97 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 152). |
100 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 146). |
101 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 181). |
102 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
107 |
Warning |
naming |
ParameterName |
Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
111 |
Warning |
naming |
LocalVariableName |
Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
138 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
172 |