Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
6 0 17 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
16  Warning

Details

org/opendaylight/protocol/pcep/auto/bandwidth/extension/Activator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 36
 Warning sizes LineLength Line is longer than 120 characters (found 144). 37

org/opendaylight/protocol/pcep/auto/bandwidth/extension/BandwidthUsageObjectCodec.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 43
 Warning sizes LineLength Line is longer than 120 characters (found 142). 45
 Warning sizes LineLength Line is longer than 120 characters (found 156). 61

org/opendaylight/protocol/pcep/auto/bandwidth/extension/PCEPBandwidthUsageObjectCodecTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 27
 Warning sizes LineLength Line is longer than 120 characters (found 153). 35
 Warning sizes LineLength Line is longer than 120 characters (found 156). 38

org/opendaylight/protocol/pcep/auto/bandwidth/extension/PcRptMessageCodec.java

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

org/opendaylight/protocol/pcep/auto/bandwidth/extension/PcRptMessageCodecTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.collect.Lists' should be separated from previous import group. 14
 Warning sizes LineLength Line is longer than 120 characters (found 142). 83
 Warning sizes LineLength Line is longer than 120 characters (found 141). 91
 Warning sizes LineLength Line is longer than 120 characters (found 140). 92
 Warning sizes LineLength Line is longer than 120 characters (found 142). 103
 Warning sizes LineLength Line is longer than 120 characters (found 379). 128
 Warning sizes LineLength Line is longer than 120 characters (found 162). 129
 Warning sizes LineLength Line is longer than 120 characters (found 131). 130