The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/opendaylight/protocol/bgp/rib/mock/BGPMock.java | 0 | 1 | 0 |
org/opendaylight/protocol/bgp/rib/mock/EventBusRegistration.java | 0 | 8 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
naming | ParameterName
|
2 | Warning |
sizes | LineLength
|
7 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 87 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 92 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 128 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 136 |
Warning | naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 152 |