Checkstyle Results
The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
Summary
| Files |
Info |
Warnings |
Errors |
| 3 |
0 |
11 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| naming |
TypeName |
1 |
Warning |
| sizes |
LineLength
- max: "120"
- ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
|
5 |
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"
|
5 |
Warning |
Details
org/opendaylight/netvirt/fibmanager/shell/ShowTransportTypeCommand.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 159). |
31 |
org/opendaylight/netvirt/fibmanager/shell/confTransportL3VPNCommand.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
16 |
Warning |
naming |
TypeName |
Type name 'confTransportL3VPNCommand' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
17 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
23 |
Warning |
whitespace |
OperatorWrap |
'||' should be on a new line. |
33 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 126). |
36 |
Warning |
whitespace |
OperatorWrap |
'||' should be on a new line. |
39 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
40 |
Warning |
whitespace |
OperatorWrap |
'||' should be on a new line. |
51 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
56 |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
57 |