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

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
OverloadMethodsDeclarationOrder 2  Warning
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://"
23  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 by one line. 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 sizes LineLength Line is longer than 120 characters (found 148). 107
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 113
 Warning sizes LineLength Line is longer than 120 characters (found 125). 126
 Warning sizes LineLength Line is longer than 120 characters (found 137). 134
 Warning sizes LineLength Line is longer than 120 characters (found 126). 145
 Warning sizes LineLength Line is longer than 120 characters (found 138). 153
 Warning sizes LineLength Line is longer than 120 characters (found 127). 164
 Warning sizes LineLength Line is longer than 120 characters (found 129). 215
 Warning sizes LineLength Line is longer than 120 characters (found 125). 250
 Warning sizes LineLength Line is longer than 120 characters (found 148). 257
 Warning sizes LineLength Line is longer than 120 characters (found 126). 268
 Warning sizes LineLength Line is longer than 120 characters (found 149). 275
 Warning sizes LineLength Line is longer than 120 characters (found 149). 286
 Warning sizes LineLength Line is longer than 120 characters (found 130). 298
 Warning sizes LineLength Line is longer than 120 characters (found 122). 320
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '226'. 349
 Warning sizes LineLength Line is longer than 120 characters (found 125). 372
 Warning sizes LineLength Line is longer than 120 characters (found 147). 379
 Warning sizes LineLength Line is longer than 120 characters (found 126). 390
 Warning sizes LineLength Line is longer than 120 characters (found 148). 397
 Warning sizes LineLength Line is longer than 120 characters (found 147). 408
 Warning sizes LineLength Line is longer than 120 characters (found 127). 426
 Warning sizes LineLength Line is longer than 120 characters (found 123). 442
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '349'. 453