Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
49 0 20 0

Rules

Category Rule Violations Severity
imports RedundantImport 1  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
5  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
13  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning

Details

org/opendaylight/netvirt/aclservice/tests/FlowEntryObjects.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning imports RedundantImport Redundant import from the same package - org.opendaylight.netvirt.aclservice.tests.IdHelper. 31

org/opendaylight/netvirt/aclservice/tests/IdentifiedAceBuilder.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 3

org/opendaylight/netvirt/aclservice/tests/IdentifiedInterfaceWithAclBuilder.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 3

org/opendaylight/netvirt/aclservice/tests/ImmutableIdentifiedAceBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 20

org/opendaylight/netvirt/aclservice/tests/ImmutableIdentifiedInterfaceWithAclBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 18

org/opendaylight/netvirt/aclservice/tests/StateInterfaceBuilderHelper.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 3

org/opendaylight/netvirt/aclservice/tests/infra/BuilderExtensions.java

Severity Category Rule Message Line
 Warning regexp RegexpSingleline Line has trailing spaces. 3
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 15
 Warning regexp RegexpSingleline Line has trailing spaces. 19
 Warning sizes LineLength Line is longer than 120 characters (found 128). 20
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 21
 Warning regexp RegexpSingleline Line has trailing spaces. 23
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning regexp RegexpSingleline Line has trailing spaces. 27
 Warning regexp RegexpSingleline Line has trailing spaces. 29
 Warning regexp RegexpSingleline Line has trailing spaces. 33
 Warning regexp RegexpSingleline Line has trailing spaces. 35