Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 7 0

Rules

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

Details

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 208
 Warning naming LocalVariableName Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 209
 Warning sizes LineLength Line is longer than 120 characters (found 126). 214

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

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 74
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 88