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

Rules

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

Details

org/opendaylight/protocol/integration/pcep/AbstractPcepOsgiTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'javax.inject.Inject' should be separated from previous import group. 11
 Warning sizes LineLength Line is longer than 120 characters (found 133). 30
 Warning sizes LineLength Line is longer than 120 characters (found 134). 61

org/opendaylight/protocol/integration/pcep/PcepRpcServicesRoutingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.util.concurrent.Futures' should be separated from previous import group. 22
 Warning sizes LineLength Line is longer than 120 characters (found 148). 104
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 110
 Warning sizes LineLength Line is longer than 120 characters (found 125). 123
 Warning sizes LineLength Line is longer than 120 characters (found 137). 131
 Warning sizes LineLength Line is longer than 120 characters (found 126). 142
 Warning sizes LineLength Line is longer than 120 characters (found 138). 150
 Warning sizes LineLength Line is longer than 120 characters (found 127). 161
 Warning sizes LineLength Line is longer than 120 characters (found 129). 212
 Warning sizes LineLength Line is longer than 120 characters (found 130). 227
 Warning sizes LineLength Line is longer than 120 characters (found 125). 247
 Warning sizes LineLength Line is longer than 120 characters (found 148). 254
 Warning sizes LineLength Line is longer than 120 characters (found 126). 265
 Warning sizes LineLength Line is longer than 120 characters (found 149). 272
 Warning sizes LineLength Line is longer than 120 characters (found 149). 283
 Warning sizes LineLength Line is longer than 120 characters (found 130). 295
 Warning sizes LineLength Line is longer than 120 characters (found 122). 317
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '223'. 346
 Warning sizes LineLength Line is longer than 120 characters (found 130). 350
 Warning sizes LineLength Line is longer than 120 characters (found 125). 368
 Warning sizes LineLength Line is longer than 120 characters (found 147). 375
 Warning sizes LineLength Line is longer than 120 characters (found 126). 386
 Warning sizes LineLength Line is longer than 120 characters (found 148). 393
 Warning sizes LineLength Line is longer than 120 characters (found 147). 404
 Warning sizes LineLength Line is longer than 120 characters (found 127). 422
 Warning sizes LineLength Line is longer than 120 characters (found 123). 438
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '346'. 449