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 20 0

Rules

Category Rule Violations Severity
modifier RedundantModifier 1  Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
18  Warning

Details

org/opendaylight/controller/config/yang/bgpcep/data/change/counter/DataChangeCounterImplModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 153). 22
 Warning sizes LineLength Line is longer than 120 characters (found 123). 31
 Warning sizes LineLength Line is longer than 120 characters (found 125). 44
 Warning sizes LineLength Line is longer than 120 characters (found 136). 47
 Warning modifier RedundantModifier Redundant 'public' modifier. 57

org/opendaylight/controller/config/yang/bgpcep/data/change/counter/DataChangeCounterImplModuleFactory.java

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

org/opendaylight/controller/config/yang/bgpcep/data/change/counter/DataChangeCounterImplModuleTest.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 58
 Warning sizes LineLength Line is longer than 120 characters (found 180). 66
 Warning sizes LineLength Line is longer than 120 characters (found 188). 67
 Warning sizes LineLength Line is longer than 120 characters (found 129). 68
 Warning sizes LineLength Line is longer than 120 characters (found 127). 69
 Warning sizes LineLength Line is longer than 120 characters (found 178). 74
 Warning sizes LineLength Line is longer than 120 characters (found 142). 98
 Warning sizes LineLength Line is longer than 120 characters (found 145). 107
 Warning sizes LineLength Line is longer than 120 characters (found 123). 116
 Warning sizes LineLength Line is longer than 120 characters (found 129). 117
 Warning sizes LineLength Line is longer than 120 characters (found 127). 146
 Warning sizes LineLength Line is longer than 120 characters (found 259). 152
 Warning sizes LineLength Line is longer than 120 characters (found 284). 164

org/opendaylight/protocol/data/change/counter/TopologyDataChangeCounter.java

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