Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 5 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
4  Warning
whitespace WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
1  Warning

Details

org/opendaylight/odlparent/AetherUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.apache.maven.plugin.logging.Log'should be separated from previous import group. 16

org/opendaylight/odlparent/FeatureUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.apache.karaf.features.internal.model.Bundle'should be separated from previous import group. 20

org/opendaylight/odlparent/KarafFeaturesDependencyFilter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.eclipse.aether.graph.DependencyFilter'should be separated from previous import group. 12

org/opendaylight/odlparent/MvnToAetherMapper.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.eclipse.aether.artifact.DefaultArtifact'should be separated from previous import group. 13

org/opendaylight/odlparent/PopulateLocalRepoMojo.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 159