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

Rules

Category Rule Violations Severity
coding IllegalCatch 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

org/opendaylight/odlparent/AetherUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.eclipse.aether.installation.InstallRequest' import. Should be before 'org.eclipse.aether.installation.InstallationException'. 25

org/opendaylight/odlparent/PopulateLocalRepoMojo.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Error' is not allowed. 63
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 136
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 168