Checkstyle Results
The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
Summary
| Files |
Info |
Warnings |
Errors |
| 2 |
0 |
6 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| javadoc |
JavadocStyle
- tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
- checkEmptyJavadoc: "true"
|
1 |
Warning |
|
NonEmptyAtclauseDescription |
1 |
Warning |
| sizes |
LineLength
- max: "120"
- ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
|
1 |
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"
|
2 |
Warning |
Details
org/opendaylight/protocol/bgp/peer/acceptor/BGPPeerAcceptorImpl.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
OperatorWrap |
'+' should be on a new line. |
47 |
Warning |
whitespace |
OperatorWrap |
'?' should be on a new line. |
71 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
79 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
79 |
Warning |
javadoc |
NonEmptyAtclauseDescription |
At-clause should have a non-empty description. |
83 |
org/opendaylight/protocol/bgp/peer/acceptor/BGPPeerAcceptorImplTest.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 139). |
31 |