Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 19 0

Rules

Category Rule Violations Severity
naming ConstantName 1  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
1  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
3  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
11  Warning
whitespace GenericWhitespace 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
2  Warning

Details

org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModule.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.controller.config.yang.odl_bgp_benchmark_cfg' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning sizes LineLength Line is longer than 120 characters (found 198). 21

org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModuleFactory.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.controller.config.yang.odl_bgp_benchmark_cfg' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning sizes LineLength Line is longer than 120 characters (found 152). 11

org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModuleTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.controller.config.yang.odl_bgp_benchmark_cfg' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning sizes LineLength Line is longer than 120 characters (found 193). 47
 Warning sizes LineLength Line is longer than 120 characters (found 183). 48
 Warning sizes LineLength Line is longer than 120 characters (found 134). 53
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 64
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 64
 Warning sizes LineLength Line is longer than 120 characters (found 134). 66

org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java

Severity Category Rule Message Line
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 122
 Warning sizes LineLength Line is longer than 120 characters (found 126). 189
 Warning naming LocalVariableName Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 190
 Warning sizes LineLength Line is longer than 120 characters (found 126). 195

org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmarkTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 52
 Warning naming ConstantName Name 'tablesIId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54
 Warning sizes LineLength Line is longer than 120 characters (found 140). 68
 Warning sizes LineLength Line is longer than 120 characters (found 127). 87