Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 9 0

Rules

Category Rule Violations Severity
naming 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://"
7  Warning

Details

org/opendaylight/protocol/bgp/rib/mock/BGPMock.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 41

org/opendaylight/protocol/bgp/rib/mock/EventBusRegistration.java

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