Checkstyle Results
The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
Summary
| Files |
Info |
Warnings |
Errors |
| 6 |
0 |
14 |
0 |
Rules
| Category |
Rule |
Violations |
Severity |
| coding |
IllegalCatch |
2 |
Warning |
| 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"
|
2 |
Warning |
| sizes |
LineLength
- max: "120"
- ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
|
6 |
Warning |
| whitespace |
EmptyLineSeparator
- allowNoEmptyLineBetweenFields: "true"
- tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
|
1 |
Warning |
|
SeparatorWrap
- tokens: "COMMA"
- option: "EOL"
|
1 |
Warning |
|
SeparatorWrap
- tokens: "DOT"
- option: "nl"
|
1 |
Warning |
Details
org/opendaylight/protocol/bgp/config/loader/impl/AbstractConfigLoader.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 123). |
57 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 135). |
58 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
74 |
org/opendaylight/protocol/bgp/config/loader/impl/BGPFileWatcher.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
26 |
org/opendaylight/protocol/bgp/config/loader/impl/ConfigLoaderImpl.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
EmptyLineSeparator |
'CLASS_DEF' should be separated from previous statement. |
38 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
75 |
Warning |
coding |
IllegalCatch |
Catching 'Exception' is not allowed. |
87 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
95 |
Warning |
whitespace |
SeparatorWrap |
'.' should be on a new line. |
143 |
org/opendaylight/protocol/bgp/config/loader/impl/ConfigLoaderImplTest.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 126). |
35 |
org/opendaylight/protocol/bgp/config/loader/impl/FileWatcher.java
| Severity |
Category |
Rule |
Message |
Line |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
15 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
15 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
23 |
Warning |
javadoc |
JavadocStyle |
First sentence should end with a period. |
23 |