Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 41 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
15  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
14  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
2  Warning
naming LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
9  Warning

Details

org/opendaylight/topology/forwarding/adjacency/ForwardingAdjacencyTopologyProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node' import. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link' import. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.FaId' import. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.FaTopologyTypeBuilder' import. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.FaTopologyType' import. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.network.topology.topology.ForwardingAdjacency' import. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.FaTopology' import. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.ml.link.attributes.SupportingFa' import. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.MlLinkBuilder' import. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.MlLink' import. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.MlTerminationPoint' import. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.MlTopologyType' import. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.impl.rev150123.ForwardingAdjacencyTopologyProviderRuntimeMXBean' import. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.topology.mlmt.utility.MlmtOperationProcessor' import. 47
 Warning sizes LineLength Line is longer than 120 characters (found 122). 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning sizes LineLength Line is longer than 120 characters (found 135). 78
 Warning sizes LineLength Line is longer than 120 characters (found 124). 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning sizes LineLength Line is longer than 120 characters (found 124). 107
 Warning sizes LineLength Line is longer than 120 characters (found 122). 109
 Warning naming LocalVariableName Local variable name 'lSupportingFa' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 3, expected level should be 4. 151
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 3, expected level should be 4. 153
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 7, expected level should be 8. 156
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 156
 Warning sizes LineLength Line is longer than 120 characters (found 135). 156
 Warning sizes LineLength Line is longer than 120 characters (found 166). 157
 Warning indentation Indentation 'method call' child have incorrect indentation level 7, expected level should be 8. 158
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 158
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 7, expected level should be 8. 159
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 159
 Warning indentation Indentation 'method call' child have incorrect indentation level 7, expected level should be 8. 160
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 160
 Warning indentation Indentation 'method call' child have incorrect indentation level 7, expected level should be 8. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 162
 Warning sizes LineLength Line is longer than 120 characters (found 132). 173
 Warning sizes LineLength Line is longer than 120 characters (found 124). 180
 Warning indentation Indentation 'method call' child have incorrect indentation level 7, expected level should be 8. 203
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 203